#CDEBDA

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

Shades of Aero Blue #CDEBDA

Tints of Aero Blue #CDEBDA

Color information

#CDEBDA (or 0xCDEBDA) is unknown color: approx Aero Blue. HEX triplet: CD, EB and DA. RGB value is (205,235,218). Sum of RGB (Red+Green+Blue) = 205+235+218=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBDA is #321425. Grayscale: #E0E0E0. Windows color (decimal): -3281958 or 14347213. OLE color: 14347213.

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

Color convert

RGB205235218-
CMYK0.1300.070.08
HSL146º42.86%86.27%-
HSV(B)146º12.77%92.16%-
XYZ67.5477.4677.72-
YUV224.09124.56114.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=31.16%
G=35.71%
B=33.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352180.1300.070.0814642.8686.27
HexCDEBDAD078922b56
Octal31535333215071022253126
Binary110011011110101111011010110101111000100100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBDA; }

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

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

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

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

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

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

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

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