Html Css Color HEX #CAF2EF Foam

📋 copy color: '#CAF2EF'

red 202 ◦ green 242 ◦ blue 239

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

Shades of Foam #CAF2EF

Tints of Foam #CAF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 29.58%
G = 35.43%
B = 34.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#CAF2EF (or 0xCAF2EF) is known color: Foam. HEX triplet: CA, F2 and EF. RGB value is (202,242,239). Sum of RGB (Red+Green+Blue) = 202+242+239=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2EF is #350D10. Grayscale: #E5E5E5. Windows color (decimal): -3476753 or 15725258. OLE color: 15725258.

HSL color Cylindrical-coordinate representation of color #CAF2EF: hue angle of 175.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 #CAF2EF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 239 -
CMYK 0.17 0 0.01 0.05
HSL 175.5º 0.61% 0.87% -
HSV(B) 175.5º 0.17% 0.95% -
XYZ 71.69 82.29 93.77 -
YUV 229.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 202 242 239 0.17 0 0.01 0.05 175.5 0.61 0.87
Hex CA F2 EF 11 0 1 5 B0 3D 57
Octal 312 362 357 21 0 1 5 260 75 127
Binary 11001010 11110010 11101111 10001 0 1 101 10110000 111101 1010111

Color Harmonies of #CAF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2EF

Black with #CAF2EF

Text Example


Text Example

White with #CAF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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