Html Css Color HEX #CAE3D4 Aero Blue

📋 copy color: '#CAE3D4'

red 202 ◦ green 227 ◦ blue 212

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

Shades of Aero Blue #CAE3D4

Tints of Aero Blue #CAE3D4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.41%

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 31.51%
G = 35.41%
B = 33.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#CAE3D4 (or 0xCAE3D4) is known color: Aero Blue. HEX triplet: CA, E3 and D4. RGB value is (202,227,212). Sum of RGB (Red+Green+Blue) = 202+227+212=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3D4 is #351C2B. Grayscale: #D9D9D9. Windows color (decimal): -3480620 or 13951946. OLE color: 13951946.

HSL color Cylindrical-coordinate representation of color #CAE3D4: hue angle of 144º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE3D4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 212 -
CMYK 0.11 0 0.07 0.11
HSL 144º 0.31% 0.84% -
HSV(B) 144º 0.11% 0.89% -
XYZ 63.71 72.25 72.87 -
YUV 217.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 202 227 212 0.11 0 0.07 0.11 144 0.31 0.84
Hex CA E3 D4 B 0 7 B 90 1F 54
Octal 312 343 324 13 0 7 13 220 37 124
Binary 11001010 11100011 11010100 1011 0 111 1011 10010000 11111 1010100

Color Harmonies of #CAE3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3D4

Black with #CAE3D4

Text Example


Text Example

White with #CAE3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3D4; }

 p { color: rgb(202,227,212); }

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

background-color css

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

 a { background-color: rgb(202,227,212); }

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

border-color css

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

 span { border-color: rgb(202,227,212); }

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