#CEEFEA

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

Shades of Foam #CEEFEA

Tints of Foam #CEEFEA

Color information

#CEEFEA (or 0xCEEFEA) is unknown color: approx Foam. HEX triplet: CE, EF and EA. RGB value is (206,239,234). Sum of RGB (Red+Green+Blue) = 206+239+234=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFEA is #311015. Grayscale: #E4E4E4. Windows color (decimal): -3215382 or 15396814. OLE color: 15396814.

HSL color Cylindrical-coordinate representation of color #CEEFEA: hue angle of 170.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFEA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB206239234-
CMYK0.1400.020.06
HSL170.91º50.77%87.25%-
HSV(B)170.91º13.81%93.73%-
XYZ71.1780.889.69-
YUV228.56131.07111.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=30.34%
G=35.20%
B=34.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392340.1400.020.06170.9150.7787.25
HexCEEFEAE026ab3357
Octal3163573521602625363127
Binary1100111011101111111010101110010110101010111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFEA; }

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

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

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

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

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

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

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

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