Html Css Color HEX #CAF0ED Foam

📋 copy color: '#CAF0ED'

red 202 ◦ green 240 ◦ blue 237

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

Shades of Foam #CAF0ED

Tints of Foam #CAF0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.9%

R = 29.75%
G = 35.35%
B = 34.9%

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

#CAF0ED (or 0xCAF0ED) is known color: Foam. HEX triplet: CA, F0 and ED. RGB value is (202,240,237). Sum of RGB (Red+Green+Blue) = 202+240+237=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0ED is #350F12. Grayscale: #E4E4E4. Windows color (decimal): -3477267 or 15593674. OLE color: 15593674.

HSL color Cylindrical-coordinate representation of color #CAF0ED: hue angle of 175.26º 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 #CAF0ED is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 237 -
CMYK 0.16 0 0.01 0.06
HSL 175.26º 0.56% 0.87% -
HSV(B) 175.26º 0.16% 0.94% -
XYZ 70.8 80.99 92.02 -
YUV 228.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 202 240 237 0.16 0 0.01 0.06 175.26 0.56 0.87
Hex CA F0 ED 10 0 1 6 AF 38 57
Octal 312 360 355 20 0 1 6 257 70 127
Binary 11001010 11110000 11101101 10000 0 1 110 10101111 111000 1010111

Color Harmonies of #CAF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0ED

Black with #CAF0ED

Text Example


Text Example

White with #CAF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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