Html Css Color HEX #CAE5D8 Aero Blue

📋 copy color: '#CAE5D8'

red 202 ◦ green 229 ◦ blue 216

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

Shades of Aero Blue #CAE5D8

Tints of Aero Blue #CAE5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.39%

 BLUE value IS 216 (84.77% from 255) = 33.38%

R = 31.22%
G = 35.39%
B = 33.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#CAE5D8 (or 0xCAE5D8) is known color: Aero Blue. HEX triplet: CA, E5 and D8. RGB value is (202,229,216). Sum of RGB (Red+Green+Blue) = 202+229+216=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5D8 is #351A27. Grayscale: #DBDBDB. Windows color (decimal): -3480104 or 14214602. OLE color: 14214602.

HSL color Cylindrical-coordinate representation of color #CAE5D8: hue angle of 151.11º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5D8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 216 -
CMYK 0.12 0 0.06 0.10
HSL 151.11º 0.34% 0.85% -
HSV(B) 151.11º 0.12% 0.9% -
XYZ 64.77 73.55 75.75 -
YUV 219.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 202 229 216 0.12 0 0.06 0.10 151.11 0.34 0.85
Hex CA E5 D8 C 0 6 A 97 22 55
Octal 312 345 330 14 0 6 12 227 42 125
Binary 11001010 11100101 11011000 1100 0 110 1010 10010111 100010 1010101

Color Harmonies of #CAE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5D8

Black with #CAE5D8

Text Example


Text Example

White with #CAE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5D8; }

 p { color: rgb(202,229,216); }

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

background-color css

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

 a { background-color: rgb(202,229,216); }

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

border-color css

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

 span { border-color: rgb(202,229,216); }

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