Html Css Color HEX #CAF0EE Foam

📋 copy color: '#CAF0EE'

red 202 ◦ green 240 ◦ blue 238

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

Shades of Foam #CAF0EE

Tints of Foam #CAF0EE

RGB

 RED value IS 202 (79.3% from 255) = 29.71%

 GREEN value IS 240 (94.14% from 255) = 35.29%

 BLUE value IS 238 (93.36% from 255) = 35%

R = 29.71%
G = 35.29%
B = 35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#CAF0EE (or 0xCAF0EE) is known color: Foam. HEX triplet: CA, F0 and EE. RGB value is (202,240,238). Sum of RGB (Red+Green+Blue) = 202+240+238=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0EE is #350F11. Grayscale: #E4E4E4. Windows color (decimal): -3477266 or 15659210. OLE color: 15659210.

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

Color convert

RGB 202 240 238 -
CMYK 0.16 0 0.01 0.06
HSL 176.84º 0.56% 0.87% -
HSV(B) 176.84º 0.16% 0.94% -
XYZ 70.95 81.05 92.79 -
YUV 228.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 202 240 238 0.16 0 0.01 0.06 176.84 0.56 0.87
Hex CA F0 EE 10 0 1 6 B1 38 57
Octal 312 360 356 20 0 1 6 261 70 127
Binary 11001010 11110000 11101110 10000 0 1 110 10110001 111000 1010111

Color Harmonies of #CAF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0EE

Black with #CAF0EE

Text Example


Text Example

White with #CAF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0EE; }

 p { color: rgb(202,240,238); }

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

background-color css

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

 a { background-color: rgb(202,240,238); }

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

border-color css

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

 span { border-color: rgb(202,240,238); }

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