Html Css Color HEX #CCEEEA Foam

📋 copy color: '#CCEEEA'

red 204 ◦ green 238 ◦ blue 234

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

Shades of Foam #CCEEEA

Tints of Foam #CCEEEA

RGB

 RED value IS 204 (80.08% from 255) = 30.18%

 GREEN value IS 238 (93.36% from 255) = 35.21%

 BLUE value IS 234 (91.8% from 255) = 34.62%

R = 30.18%
G = 35.21%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CCEEEA (or 0xCCEEEA) is known color: Foam. HEX triplet: CC, EE and EA. RGB value is (204,238,234). Sum of RGB (Red+Green+Blue) = 204+238+234=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEA is #331115. Grayscale: #E3E3E3. Windows color (decimal): -3346710 or 15396556. OLE color: 15396556.

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

Color convert

RGB 204 238 234 -
CMYK 0.14 0 0.02 0.07
HSL 172.94º 0.5% 0.87% -
HSV(B) 172.94º 0.14% 0.93% -
XYZ 70.33 79.93 89.56 -
YUV 227.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 204 238 234 0.14 0 0.02 0.07 172.94 0.5 0.87
Hex CC EE EA E 0 2 7 AD 32 57
Octal 314 356 352 16 0 2 7 255 62 127
Binary 11001100 11101110 11101010 1110 0 10 111 10101101 110010 1010111

Color Harmonies of #CCEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEEA

Black with #CCEEEA

Text Example


Text Example

White with #CCEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEEA; }

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

 H1.HeaderClassName
 {
   color: #CCEEEA;
 }
 .AnyTagClassName
 {
   color: #CCEEEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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