Html Css Color HEX #CAF5EF Foam

📋 copy color: '#CAF5EF'

red 202 ◦ green 245 ◦ blue 239

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

Shades of Foam #CAF5EF

Tints of Foam #CAF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.71%

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

R = 29.45%
G = 35.71%
B = 34.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#CAF5EF (or 0xCAF5EF) is known color: Foam. HEX triplet: CA, F5 and EF. RGB value is (202,245,239). Sum of RGB (Red+Green+Blue) = 202+245+239=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5EF is #350A10. Grayscale: #E7E7E7. Windows color (decimal): -3475985 or 15726026. OLE color: 15726026.

HSL color Cylindrical-coordinate representation of color #CAF5EF: hue angle of 171.63º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5EF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 239 -
CMYK 0.18 0 0.02 0.04
HSL 171.63º 0.68% 0.88% -
HSV(B) 171.63º 0.18% 0.96% -
XYZ 72.59 84.09 94.07 -
YUV 231.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 202 245 239 0.18 0 0.02 0.04 171.63 0.68 0.88
Hex CA F5 EF 12 0 2 4 AC 44 58
Octal 312 365 357 22 0 2 4 254 104 130
Binary 11001010 11110101 11101111 10010 0 10 100 10101100 1000100 1011000

Color Harmonies of #CAF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF5EF

Black with #CAF5EF

Text Example


Text Example

White with #CAF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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