Html Css Color HEX #CAE0D5 Aero Blue

📋 copy color: '#CAE0D5'

red 202 ◦ green 224 ◦ blue 213

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

Shades of Aero Blue #CAE0D5

Tints of Aero Blue #CAE0D5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.05%

 BLUE value IS 213 (83.59% from 255) = 33.33%

R = 31.61%
G = 35.05%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#CAE0D5 (or 0xCAE0D5) is known color: Aero Blue. HEX triplet: CA, E0 and D5. RGB value is (202,224,213). Sum of RGB (Red+Green+Blue) = 202+224+213=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D5 is #351F2A. Grayscale: #D8D8D8. Windows color (decimal): -3481387 or 14016714. OLE color: 14016714.

HSL color Cylindrical-coordinate representation of color #CAE0D5: hue angle of 150º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 213 -
CMYK 0.10 0 0.05 0.12
HSL 150º 0.26% 0.84% -
HSV(B) 150º 0.1% 0.88% -
XYZ 63.02 70.67 73.27 -
YUV 216.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 202 224 213 0.10 0 0.05 0.12 150 0.26 0.84
Hex CA E0 D5 A 0 5 C 96 1A 54
Octal 312 340 325 12 0 5 14 226 32 124
Binary 11001010 11100000 11010101 1010 0 101 1100 10010110 11010 1010100

Color Harmonies of #CAE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0D5

Black with #CAE0D5

Text Example


Text Example

White with #CAE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0D5; }

 p { color: rgb(202,224,213); }

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

background-color css

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

 a { background-color: rgb(202,224,213); }

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

border-color css

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

 span { border-color: rgb(202,224,213); }

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