#CAEBDA

Color #CAEBDA Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #CAEBDA

Tints of Aero Blue #CAEBDA

Color information

#CAEBDA (or 0xCAEBDA) is unknown color: approx Aero Blue. HEX triplet: CA, EB and DA. RGB value is (202,235,218). Sum of RGB (Red+Green+Blue) = 202+235+218=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBDA is #351425. Grayscale: #DFDFDF. Windows color (decimal): -3478566 or 14347210. OLE color: 14347210.

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

Color convert

RGB202235218-
CMYK0.1400.070.08
HSL149.09º45.21%85.69%-
HSV(B)149.09º14.04%92.16%-
XYZ66.7277.0477.68-
YUV223.2125.07112.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=30.84%
G=35.88%
B=33.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352180.1400.070.08149.0945.2185.69
HexCAEBDAE078952d56
Octal31235333216071022555126
Binary110010101110101111011010111001111000100101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBDA; }

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

 H1.HeaderClassName
 {
   color: #CAEBDA;
 }
 .AnyTagClassName
 {
   color: #CAEBDA;
 }
</style>
background-color css

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

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

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

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

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

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