Html Css Color HEX #CAF8DC Aero Blue

📋 copy color: '#CAF8DC'

red 202 ◦ green 248 ◦ blue 220

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

Shades of Aero Blue #CAF8DC

Tints of Aero Blue #CAF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

 BLUE value IS 220 (86.33% from 255) = 32.84%

R = 30.15%
G = 37.01%
B = 32.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#CAF8DC (or 0xCAF8DC) is known color: Aero Blue. HEX triplet: CA, F8 and DC. RGB value is (202,248,220). Sum of RGB (Red+Green+Blue) = 202+248+220=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DC is #350723. Grayscale: #E7E7E7. Windows color (decimal): -3475236 or 14481610. OLE color: 14481610.

HSL color Cylindrical-coordinate representation of color #CAF8DC: hue angle of 143.48º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8DC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 220 -
CMYK 0.19 0 0.11 0.03
HSL 143.48º 0.77% 0.88% -
HSV(B) 143.48º 0.19% 0.97% -
XYZ 70.84 84.86 80.36 -
YUV 231.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 202 248 220 0.19 0 0.11 0.03 143.48 0.77 0.88
Hex CA F8 DC 13 0 B 3 8F 4D 58
Octal 312 370 334 23 0 13 3 217 115 130
Binary 11001010 11111000 11011100 10011 0 1011 11 10001111 1001101 1011000

Color Harmonies of #CAF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8DC

Black with #CAF8DC

Text Example


Text Example

White with #CAF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8DC; }

 p { color: rgb(202,248,220); }

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

background-color css

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

 a { background-color: rgb(202,248,220); }

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

border-color css

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

 span { border-color: rgb(202,248,220); }

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