#C9EFEA

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

Shades of Foam #C9EFEA

Tints of Foam #C9EFEA

Color information

#C9EFEA (or 0xC9EFEA) is unknown color: approx Foam. HEX triplet: C9, EF and EA. RGB value is (201,239,234). Sum of RGB (Red+Green+Blue) = 201+239+234=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFEA is #361015. Grayscale: #E3E3E3. Windows color (decimal): -3543062 or 15396809. OLE color: 15396809.

HSL color Cylindrical-coordinate representation of color #C9EFEA: hue angle of 172.11º 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 #C9EFEA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB201239234-
CMYK0.1600.020.06
HSL172.11º54.29%86.27%-
HSV(B)172.11º15.9%93.73%-
XYZ69.8180.0989.62-
YUV227.07131.91109.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.82%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=29.82%
G=35.46%
B=34.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012392340.1600.020.06172.1154.2986.27
HexC9EFEA10026ac3656
Octal3113573522002625466126
Binary11001001111011111110101010000010110101011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFEA; }

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

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

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

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

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

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

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

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