#C9EDEA

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

Shades of Foam #C9EDEA

Tints of Foam #C9EDEA

Color information

#C9EDEA (or 0xC9EDEA) is unknown color: approx Foam. HEX triplet: C9, ED and EA. RGB value is (201,237,234). Sum of RGB (Red+Green+Blue) = 201+237+234=672 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.91% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDEA is #361215. Grayscale: #E1E1E1. Windows color (decimal): -3543574 or 15396297. OLE color: 15396297.

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

Color convert

RGB201237234-
CMYK0.1500.010.07
HSL175º50%85.88%-
HSV(B)175º15.19%92.94%-
XYZ69.2278.9389.43-
YUV225.89132.57110.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.91%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=29.91%
G=35.27%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012372340.1500.010.071755085.88
HexC9EDEAF017af3256
Octal3113553521701725762126
Binary110010011110110111101010111101111101011111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EDEA; }

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

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

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

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

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

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

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

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