Html Css Color HEX #CAF2ED Foam

📋 copy color: '#CAF2ED'

red 202 ◦ green 242 ◦ blue 237

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

Shades of Foam #CAF2ED

Tints of Foam #CAF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

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

R = 29.66%
G = 35.54%
B = 34.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CAF2ED (or 0xCAF2ED) is known color: Foam. HEX triplet: CA, F2 and ED. RGB value is (202,242,237). Sum of RGB (Red+Green+Blue) = 202+242+237=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2ED is #350D12. Grayscale: #E5E5E5. Windows color (decimal): -3476755 or 15594186. OLE color: 15594186.

HSL color Cylindrical-coordinate representation of color #CAF2ED: hue angle of 172.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2ED is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 237 -
CMYK 0.17 0 0.02 0.05
HSL 172.5º 0.61% 0.87% -
HSV(B) 172.5º 0.17% 0.95% -
XYZ 71.4 82.18 92.22 -
YUV 229.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 202 242 237 0.17 0 0.02 0.05 172.5 0.61 0.87
Hex CA F2 ED 11 0 2 5 AC 3D 57
Octal 312 362 355 21 0 2 5 254 75 127
Binary 11001010 11110010 11101101 10001 0 10 101 10101100 111101 1010111

Color Harmonies of #CAF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2ED

Black with #CAF2ED

Text Example


Text Example

White with #CAF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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