Html Css Color HEX #CAEBD8 Aero Blue

📋 copy color: '#CAEBD8'

red 202 ◦ green 235 ◦ blue 216

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

Shades of Aero Blue #CAEBD8

Tints of Aero Blue #CAEBD8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.99%

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

R = 30.93%
G = 35.99%
B = 33.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#CAEBD8 (or 0xCAEBD8) is known color: Aero Blue. HEX triplet: CA, EB and D8. RGB value is (202,235,216). Sum of RGB (Red+Green+Blue) = 202+235+216=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD8 is #351427. Grayscale: #DFDFDF. Windows color (decimal): -3478568 or 14216138. OLE color: 14216138.

HSL color Cylindrical-coordinate representation of color #CAEBD8: hue angle of 145.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBD8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 235 216 -
CMYK 0.14 0 0.08 0.08
HSL 145.45º 0.45% 0.86% -
HSV(B) 145.45º 0.14% 0.92% -
XYZ 66.46 76.93 76.31 -
YUV 222.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 202 235 216 0.14 0 0.08 0.08 145.45 0.45 0.86
Hex CA EB D8 E 0 8 8 91 2D 56
Octal 312 353 330 16 0 10 10 221 55 126
Binary 11001010 11101011 11011000 1110 0 1000 1000 10010001 101101 1010110

Color Harmonies of #CAEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBD8

Black with #CAEBD8

Text Example


Text Example

White with #CAEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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