#CDEBDB

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

Shades of Aero Blue #CDEBDB

Tints of Aero Blue #CDEBDB

Color information

#CDEBDB (or 0xCDEBDB) is unknown color: approx Aero Blue. HEX triplet: CD, EB and DB. RGB value is (205,235,219). Sum of RGB (Red+Green+Blue) = 205+235+219=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBDB is #321424. Grayscale: #E0E0E0. Windows color (decimal): -3281957 or 14412749. OLE color: 14412749.

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

Color convert

RGB205235219-
CMYK0.1300.070.08
HSL148º42.86%86.27%-
HSV(B)148º12.77%92.16%-
XYZ67.6777.5178.41-
YUV224.21125.06114.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=31.11%
G=35.66%
B=33.23%

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
Decimal2052352190.1300.070.0814842.8686.27
HexCDEBDBD078942b56
Octal31535333315071022453126
Binary110011011110101111011011110101111000100101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBDB; }

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

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

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

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

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

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

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

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