#AADEDB

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

Shades of Sinbad #AADEDB

Tints of Sinbad #AADEDB

Color information

#AADEDB (or 0xAADEDB) is unknown color: approx Sinbad. HEX triplet: AA, DE and DB. RGB value is (170,222,219). Sum of RGB (Red+Green+Blue) = 170+222+219=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDB is #552124. Grayscale: #CECECE. Windows color (decimal): -5579045 or 14409386. OLE color: 14409386.

HSL color Cylindrical-coordinate representation of color #AADEDB: hue angle of 176.54º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB170222219-
CMYK0.2300.010.13
HSL176.54º44.07%76.86%-
HSV(B)176.54º23.42%87.06%-
XYZ55.4965.976.81-
YUV206.11135.27102.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=27.82%
G=36.33%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222190.2300.010.13176.5444.0776.86
HexAADEDB1701Db12c4d
Octal25233633327011526154115
Binary10101010110111101101101110111011101101100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEDB; }

 p { color: rgb(170,222,219); }

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

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

 a { background-color: rgb(170,222,219); }

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

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

 span { border-color: rgb(170,222,219); }

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