#C9EEEB

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

Shades of Foam #C9EEEB

Tints of Foam #C9EEEB

Color information

#C9EEEB (or 0xC9EEEB) is unknown color: approx Foam. HEX triplet: C9, EE and EB. RGB value is (201,238,235). Sum of RGB (Red+Green+Blue) = 201+238+235=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEEB is #361114. Grayscale: #E2E2E2. Windows color (decimal): -3543317 or 15462089. OLE color: 15462089.

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

Color convert

RGB201238235-
CMYK0.1600.010.07
HSL175.14º52.11%86.08%-
HSV(B)175.14º15.55%93.33%-
XYZ69.6679.5690.28-
YUV226.59132.74109.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.82%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=29.82%
G=35.31%
B=34.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012382350.1600.010.07175.1452.1186.08
HexC9EEEB10017af3456
Octal3113563532001725764126
Binary1100100111101110111010111000001111101011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EEEB; }

 p { color: rgb(201,238,235); }

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

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

 a { background-color: rgb(201,238,235); }

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

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

 span { border-color: rgb(201,238,235); }

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