Html Css Color HEX #CAE1D5 Aero Blue

📋 copy color: '#CAE1D5'

red 202 ◦ green 225 ◦ blue 213

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

Shades of Aero Blue #CAE1D5

Tints of Aero Blue #CAE1D5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.16%

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

R = 31.56%
G = 35.16%
B = 33.28%

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

#CAE1D5 (or 0xCAE1D5) is known color: Aero Blue. HEX triplet: CA, E1 and D5. RGB value is (202,225,213). Sum of RGB (Red+Green+Blue) = 202+225+213=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D5 is #351E2A. Grayscale: #D8D8D8. Windows color (decimal): -3481131 or 14016970. OLE color: 14016970.

HSL color Cylindrical-coordinate representation of color #CAE1D5: hue angle of 148.7º degrees, saturation: 0.28, 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 #CAE1D5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 213 -
CMYK 0.10 0 0.05 0.12
HSL 148.7º 0.28% 0.84% -
HSV(B) 148.7º 0.1% 0.88% -
XYZ 63.29 71.21 73.36 -
YUV 216.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 202 225 213 0.10 0 0.05 0.12 148.7 0.28 0.84
Hex CA E1 D5 A 0 5 C 95 1C 54
Octal 312 341 325 12 0 5 14 225 34 124
Binary 11001010 11100001 11010101 1010 0 101 1100 10010101 11100 1010100

Color Harmonies of #CAE1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE1D5

Black with #CAE1D5

Text Example


Text Example

White with #CAE1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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