Html Css Color HEX #CAE9DA Aero Blue

📋 copy color: '#CAE9DA'

red 202 ◦ green 233 ◦ blue 218

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

Shades of Aero Blue #CAE9DA

Tints of Aero Blue #CAE9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 30.93%
G = 35.68%
B = 33.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#CAE9DA (or 0xCAE9DA) is known color: Aero Blue. HEX triplet: CA, E9 and DA. RGB value is (202,233,218). Sum of RGB (Red+Green+Blue) = 202+233+218=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9DA is #351625. Grayscale: #DEDEDE. Windows color (decimal): -3479078 or 14346698. OLE color: 14346698.

HSL color Cylindrical-coordinate representation of color #CAE9DA: hue angle of 150.97º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9DA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 218 -
CMYK 0.13 0 0.06 0.09
HSL 150.97º 0.41% 0.85% -
HSV(B) 150.97º 0.13% 0.91% -
XYZ 66.15 75.9 77.49 -
YUV 222.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 202 233 218 0.13 0 0.06 0.09 150.97 0.41 0.85
Hex CA E9 DA D 0 6 9 97 29 55
Octal 312 351 332 15 0 6 11 227 51 125
Binary 11001010 11101001 11011010 1101 0 110 1001 10010111 101001 1010101

Color Harmonies of #CAE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9DA

Black with #CAE9DA

Text Example


Text Example

White with #CAE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9DA; }

 p { color: rgb(202,233,218); }

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

background-color css

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

 a { background-color: rgb(202,233,218); }

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

border-color css

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

 span { border-color: rgb(202,233,218); }

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