#CDEADA

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

Shades of Aero Blue #CDEADA

Tints of Aero Blue #CDEADA

Color information

#CDEADA (or 0xCDEADA) is unknown color: approx Aero Blue. HEX triplet: CD, EA and DA. RGB value is (205,234,218). Sum of RGB (Red+Green+Blue) = 205+234+218=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEADA is #321525. Grayscale: #DFDFDF. Windows color (decimal): -3282214 or 14346957. OLE color: 14346957.

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

Color convert

RGB205234218-
CMYK0.1200.070.08
HSL146.9º40.85%86.08%-
HSV(B)146.9º12.39%91.76%-
XYZ67.2576.8977.63-
YUV223.5124.89114.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=31.20%
G=35.62%
B=33.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342180.1200.070.08146.940.8586.08
HexCDEADAC078932956
Octal31535233214071022351126
Binary110011011110101011011010110001111000100100111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEADA; }

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

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

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

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

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

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

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

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