Html Css Color HEX #CAECDA Aero Blue

📋 copy color: '#CAECDA'

red 202 ◦ green 236 ◦ blue 218

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

Shades of Aero Blue #CAECDA

Tints of Aero Blue #CAECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.98%

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 30.79%
G = 35.98%
B = 33.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CAECDA (or 0xCAECDA) is known color: Aero Blue. HEX triplet: CA, EC and DA. RGB value is (202,236,218). Sum of RGB (Red+Green+Blue) = 202+236+218=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECDA is #351325. Grayscale: #DFDFDF. Windows color (decimal): -3478310 or 14347466. OLE color: 14347466.

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

Color convert

RGB 202 236 218 -
CMYK 0.14 0 0.08 0.07
HSL 148.24º 0.47% 0.86% -
HSV(B) 148.24º 0.14% 0.93% -
XYZ 67.01 77.61 77.78 -
YUV 223.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 202 236 218 0.14 0 0.08 0.07 148.24 0.47 0.86
Hex CA EC DA E 0 8 7 94 2F 56
Octal 312 354 332 16 0 10 7 224 57 126
Binary 11001010 11101100 11011010 1110 0 1000 111 10010100 101111 1010110

Color Harmonies of #CAECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECDA

Black with #CAECDA

Text Example


Text Example

White with #CAECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECDA; }

 p { color: rgb(202,236,218); }

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

background-color css

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

 a { background-color: rgb(202,236,218); }

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

border-color css

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

 span { border-color: rgb(202,236,218); }

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