#CCEFEB

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

Shades of Foam #CCEFEB

Tints of Foam #CCEFEB

Color information

#CCEFEB (or 0xCCEFEB) is unknown color: approx Foam. HEX triplet: CC, EF and EB. RGB value is (204,239,235). Sum of RGB (Red+Green+Blue) = 204+239+235=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFEB is #331014. Grayscale: #E4E4E4. Windows color (decimal): -3346453 or 15462348. OLE color: 15462348.

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

Color convert

RGB204239235-
CMYK0.1500.020.06
HSL173.14º52.24%86.86%-
HSV(B)173.14º14.64%93.73%-
XYZ70.7680.5790.42-
YUV228.08131.9110.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=30.09%
G=35.25%
B=34.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392350.1500.020.06173.1452.2486.86
HexCCEFEBF026ad3457
Octal3143573531702625564127
Binary1100110011101111111010111111010110101011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFEB; }

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

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

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

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

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

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

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

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