#CEEFEB

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

Shades of Foam #CEEFEB

Tints of Foam #CEEFEB

Color information

#CEEFEB (or 0xCEEFEB) is unknown color: approx Foam. HEX triplet: CE, EF and EB. RGB value is (206,239,235). Sum of RGB (Red+Green+Blue) = 206+239+235=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFEB is #311014. Grayscale: #E4E4E4. Windows color (decimal): -3215381 or 15462350. OLE color: 15462350.

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

Color convert

RGB206239235-
CMYK0.1400.020.06
HSL172.73º50.77%87.25%-
HSV(B)172.73º13.81%93.73%-
XYZ71.3280.8590.44-
YUV228.68131.57111.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.29%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=30.29%
G=35.15%
B=34.56%

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
Decimal2062392350.1400.020.06172.7350.7787.25
HexCEEFEBE026ad3357
Octal3163573531602625563127
Binary1100111011101111111010111110010110101011011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFEB; }

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

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

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

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

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

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

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

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