#C9EFEC

Color #C9EFEC Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #C9EFEC

Tints of Foam #C9EFEC

Color information

#C9EFEC (or 0xC9EFEC) is unknown color: approx Foam. HEX triplet: C9, EF and EC. RGB value is (201,239,236). Sum of RGB (Red+Green+Blue) = 201+239+236=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFEC is #361013. Grayscale: #E3E3E3. Windows color (decimal): -3543060 or 15527881. OLE color: 15527881.

HSL color Cylindrical-coordinate representation of color #C9EFEC: hue angle of 175.26º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EFEC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB201239236-
CMYK0.1600.010.06
HSL175.26º54.29%86.27%-
HSV(B)175.26º15.9%93.73%-
XYZ70.0980.2191.14-
YUV227.3132.91109.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 29.73%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=29.73%
G=35.36%
B=34.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012392360.1600.010.06175.2654.2986.27
HexC9EFEC10016af3656
Octal3113573542001625766126
Binary1100100111101111111011001000001110101011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFEC; }

 p { color: rgb(201,239,236); }

 H1.HeaderClassName
 {
   color: #C9EFEC;
 }
 .AnyTagClassName
 {
   color: #C9EFEC;
 }
</style>
background-color css

<style>
 a { background-color: #C9EFEC; }

 a { background-color: rgb(201,239,236); }

 div.DivClassName
 {
   background-color: #C9EFEC;
 }
 .BgClassName
 {
   background-color: #C9EFEC;
 }
</style>
border-color css

<style>
 span { border-color: #C9EFEC; }

 span { border-color: rgb(201,239,236); }

 td.TdClassName
 {
   border-color: #C9EFEC;
 }
 .TagClassName
 {
   border-color: #C9EFEC;
 }
</style>