#C9F0EC

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

Shades of Foam #C9F0EC

Tints of Foam #C9F0EC

Color information

#C9F0EC (or 0xC9F0EC) is unknown color: approx Foam. HEX triplet: C9, F0 and EC. RGB value is (201,240,236). Sum of RGB (Red+Green+Blue) = 201+240+236=677 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.69% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F0EC is #360F13. Grayscale: #E3E3E3. Windows color (decimal): -3542804 or 15528137. OLE color: 15528137.

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

Color convert

RGB201240236-
CMYK0.1600.020.06
HSL173.85º56.52%86.47%-
HSV(B)173.85º16.25%94.12%-
XYZ70.3980.7991.24-
YUV227.88132.58108.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.69%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=29.69%
G=35.45%
B=34.86%

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
Decimal2012402360.1600.020.06173.8556.5286.47
HexC9F0EC10026ae3956
Octal3113603542002625671126
Binary11001001111100001110110010000010110101011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0EC; }

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

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

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

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

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

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

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

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