COLOR #C0FAEE

HEX: #C0FAEE
RGB: (192,250,238)

Color info

#C0FAEE contains red, green and blue colors in about the same proportion. Web safe color of #C0FAEE is #CCFFFF (or #CFF).

RGB color model

#C0FAEE color RGB value is (192,250,238).

  • red value is 192;
  • green value is 250;
  • blue value is 238.
RGB:
(192,250,238)
(75%,98%,93%)

RGB channels and saturation

R 192 of 255 = 75%
G 250 of 255 = 98%
B 238 of 255 = 93%

192
250
238

R + G + B ~ 89%. #C0FAEE is light color.

Portions of RGB colors in percentages

R + G + B =
192 + 250 + 238 = 680 (100%)
R 192 of 680 ~ 28.24%
G 250 of 680 ~ 36.76%
B 238 of 680 ~ 35%

%28.24
%36.76
%35

CMYK color model

#C0FAEE color CMYK value is (23,0,5,2).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(23,0,5,2)
C23M0Y5K2 
(23%,0%,5%,2%)
(0.23/0.00/0.05/0.02)	

CMYK percentages

%23.2
%0
%4.8
%1.96

Codes

Color #C0FAEE in popluar color models

C0FAEE
RGB192250238
HSL168°85.29%86.67%
HSB/HSV168°23.20%98.04%
CMYK23.20%0.00%4.80%
1.96%

Color #C0FAEE in popluar number systems.

HEXC0FAEE
Decimal192250238
Binary110000001111101011101110
Octal300372356

Shades and tints

Shades of #C0FAEE

#C0FAEE
(192,250,238)
#AFE4D9
(175,228,217)
#9ECEC4
(158,206,196)
#8DB8AF
(141,184,175)
#7CA29A
(124,162,154)
#6B8C85
(107,140,133)
#5A7670
(90,118,112)
#49605B
(73,96,91)
#384A46
(56,74,70)
#273431
(39,52,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #C0FAEE

#C0FAEE
(192,250,238)
#C5FAEF
(197,250,239)
#CAFAF0
(202,250,240)
#CFFAF1
(207,250,241)
#D4FAF2
(212,250,242)
#D9FAF3
(217,250,243)
#DEFAF4
(222,250,244)
#E3FAF5
(227,250,245)
#E8FAF6
(232,250,246)
#EDFAF7
(237,250,247)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FAEE color. Also use rgb(192,250,238) instead hex code.

Text Font Color

.myTextColor { color: #C0FAEE; }

<p style="color:#C0FAEE">This sample text font color is #C0FAEE.</p>

This text font color is #C0FAEE.


Background Color

.myBgColor { background-color: #C0FAEE; }

<div style="background-color:#C0FAEE">Inner text</div>

This div background color is #C0FAEE.


Border color

.myBorderColor { border: 1px solid #C0FAEE; }

<div style="border:3px solid #C0FAEE">Div</div>

This div border color is #C0FAEE.


Opacity

.myOpacity80 { color: #C0FAEE; opacity: 0.8; }

<p style="color:#C0FAEE;opacity:0.8;">80%</p>

Text with #C0FAEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0FAEE;}

<p style="text-shadow: 3px 3px 1px #C0FAEE">Text here.</p>

This text has shadow with #C0FAEE color.

.textShadow {text-shadow: 3px 3px 1px #C0FAEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0FAEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0FAEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0FAEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0FAEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0FAEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C0FAEE;
  -webkit-box-shadow:	1px 1px 3px 2px #C0FAEE;
  box-shadow:		1px 1px 3px 2px #C0FAEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0FAEE;
-webkit-box-shadow: 1px 1px 3px 2px #C0FAEE;
box-shadow:1px 1px 3px 2px #C0FAEE;">
Div content here</div>
This div box has shadow with color #C0FAEE.

Preview

Color preview on black background

This text has color #C0FAEE on black background.


Color preview on white background

This text has color #C0FAEE on white background.



Black color preview on #C0FAEE background

This text has black color on #C0FAEE background.


White color preview on #C0FAEE background

This text has white color on #C0FAEE background.