Html Css Color HEX #CAF7DB Aero Blue

📋 copy color: '#CAF7DB'

red 202 ◦ green 247 ◦ blue 219

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

Shades of Aero Blue #CAF7DB

Tints of Aero Blue #CAF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.98%

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 30.24%
G = 36.98%
B = 32.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#CAF7DB (or 0xCAF7DB) is known color: Aero Blue. HEX triplet: CA, F7 and DB. RGB value is (202,247,219). Sum of RGB (Red+Green+Blue) = 202+247+219=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7DB is #350824. Grayscale: #E6E6E6. Windows color (decimal): -3475493 or 14415818. OLE color: 14415818.

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

Color convert

RGB 202 247 219 -
CMYK 0.18 0 0.11 0.03
HSL 142.67º 0.74% 0.88% -
HSV(B) 142.67º 0.18% 0.97% -
XYZ 70.4 84.19 79.56 -
YUV 230.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 202 247 219 0.18 0 0.11 0.03 142.67 0.74 0.88
Hex CA F7 DB 12 0 B 3 8F 4A 58
Octal 312 367 333 22 0 13 3 217 112 130
Binary 11001010 11110111 11011011 10010 0 1011 11 10001111 1001010 1011000

Color Harmonies of #CAF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7DB

Black with #CAF7DB

Text Example


Text Example

White with #CAF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7DB; }

 p { color: rgb(202,247,219); }

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

background-color css

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

 a { background-color: rgb(202,247,219); }

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

border-color css

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

 span { border-color: rgb(202,247,219); }

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