#CCEEEB

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

Shades of Foam #CCEEEB

Tints of Foam #CCEEEB

Color information

#CCEEEB (or 0xCCEEEB) is unknown color: approx Foam. HEX triplet: CC, EE and EB. RGB value is (204,238,235). Sum of RGB (Red+Green+Blue) = 204+238+235=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEB is #331114. Grayscale: #E3E3E3. Windows color (decimal): -3346709 or 15462092. OLE color: 15462092.

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

Color convert

RGB204238235-
CMYK0.1400.010.07
HSL174.71º50%86.67%-
HSV(B)174.71º14.29%93.33%-
XYZ70.4779.9890.32-
YUV227.49132.24111.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=30.13%
G=35.16%
B=34.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382350.1400.010.07174.715086.67
HexCCEEEBE017af3257
Octal3143563531601725762127
Binary110011001110111011101011111001111101011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEEB; }

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

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

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

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

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

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

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

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