Html Css Color HEX #CAEBD7 Aero Blue

📋 copy color: '#CAEBD7'

red 202 ◦ green 235 ◦ blue 215

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

Shades of Aero Blue #CAEBD7

Tints of Aero Blue #CAEBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.98%

R = 30.98%
G = 36.04%
B = 32.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CAEBD7 (or 0xCAEBD7) is known color: Aero Blue. HEX triplet: CA, EB and D7. RGB value is (202,235,215). Sum of RGB (Red+Green+Blue) = 202+235+215=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD7 is #351428. Grayscale: #DEDEDE. Windows color (decimal): -3478569 or 14150602. OLE color: 14150602.

HSL color Cylindrical-coordinate representation of color #CAEBD7: hue angle of 143.64º 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 #CAEBD7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 235 215 -
CMYK 0.14 0 0.09 0.08
HSL 143.64º 0.45% 0.86% -
HSV(B) 143.64º 0.14% 0.92% -
XYZ 66.33 76.88 75.63 -
YUV 222.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 202 235 215 0.14 0 0.09 0.08 143.64 0.45 0.86
Hex CA EB D7 E 0 9 8 90 2D 56
Octal 312 353 327 16 0 11 10 220 55 126
Binary 11001010 11101011 11010111 1110 0 1001 1000 10010000 101101 1010110

Color Harmonies of #CAEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBD7

Black with #CAEBD7

Text Example


Text Example

White with #CAEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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