Html Css Color HEX #CCEEEB Foam

📋 copy color: '#CCEEEB'

red 204 ◦ green 238 ◦ blue 235

#CCEEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CCEEEB

Tints of Foam #CCEEEB

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 value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#CCEEEB (or 0xCCEEEB) is known color: 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

RGB 204 238 235 -
CMYK 0.14 0 0.01 0.07
HSL 174.71º 0.5% 0.87% -
HSV(B) 174.71º 0.14% 0.93% -
XYZ 70.47 79.98 90.32 -
YUV 227.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 204 238 235 0.14 0 0.01 0.07 174.71 0.5 0.87
Hex CC EE EB E 0 1 7 AF 32 57
Octal 314 356 353 16 0 1 7 257 62 127
Binary 11001100 11101110 11101011 1110 0 1 111 10101111 110010 1010111

Color Harmonies of #CCEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEEB

Black with #CCEEEB

Text Example


Text Example

White with #CCEEEB

Text Example


Text Example

HTML Codes & Css Web 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>