Html Css Color HEX #CAF1D9 Aero Blue

📋 copy color: '#CAF1D9'

red 202 ◦ green 241 ◦ blue 217

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

Shades of Aero Blue #CAF1D9

Tints of Aero Blue #CAF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.52%

 BLUE value IS 217 (85.16% from 255) = 32.88%

R = 30.61%
G = 36.52%
B = 32.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#CAF1D9 (or 0xCAF1D9) is known color: Aero Blue. HEX triplet: CA, F1 and D9. RGB value is (202,241,217). Sum of RGB (Red+Green+Blue) = 202+241+217=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D9 is #350E26. Grayscale: #E2E2E2. Windows color (decimal): -3477031 or 14283210. OLE color: 14283210.

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

Color convert

RGB 202 241 217 -
CMYK 0.16 0 0.10 0.05
HSL 143.08º 0.58% 0.87% -
HSV(B) 143.08º 0.16% 0.95% -
XYZ 68.34 80.48 77.58 -
YUV 226.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 202 241 217 0.16 0 0.10 0.05 143.08 0.58 0.87
Hex CA F1 D9 10 0 A 5 8F 3A 57
Octal 312 361 331 20 0 12 5 217 72 127
Binary 11001010 11110001 11011001 10000 0 1010 101 10001111 111010 1010111

Color Harmonies of #CAF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1D9

Black with #CAF1D9

Text Example


Text Example

White with #CAF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1D9; }

 p { color: rgb(202,241,217); }

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

background-color css

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

 a { background-color: rgb(202,241,217); }

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

border-color css

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

 span { border-color: rgb(202,241,217); }

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