Html Css Color HEX #CAF5DC Aero Blue

📋 copy color: '#CAF5DC'

red 202 ◦ green 245 ◦ blue 220

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

Shades of Aero Blue #CAF5DC

Tints of Aero Blue #CAF5DC

RGB

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

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

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

R = 30.28%
G = 36.73%
B = 32.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#CAF5DC (or 0xCAF5DC) is known color: Aero Blue. HEX triplet: CA, F5 and DC. RGB value is (202,245,220). Sum of RGB (Red+Green+Blue) = 202+245+220=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5DC is #350A23. Grayscale: #E5E5E5. Windows color (decimal): -3476004 or 14480842. OLE color: 14480842.

HSL color Cylindrical-coordinate representation of color #CAF5DC: hue angle of 145.12º 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 #CAF5DC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 220 -
CMYK 0.18 0 0.10 0.04
HSL 145.12º 0.68% 0.88% -
HSV(B) 145.12º 0.18% 0.96% -
XYZ 69.93 83.03 80.05 -
YUV 229.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 202 245 220 0.18 0 0.10 0.04 145.12 0.68 0.88
Hex CA F5 DC 12 0 A 4 91 44 58
Octal 312 365 334 22 0 12 4 221 104 130
Binary 11001010 11110101 11011100 10010 0 1010 100 10010001 1000100 1011000

Color Harmonies of #CAF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF5DC

Black with #CAF5DC

Text Example


Text Example

White with #CAF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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