#AADAD5

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

Shades of Sinbad #AADAD5

Tints of Sinbad #AADAD5

Color information

#AADAD5 (or 0xAADAD5) is unknown color: approx Sinbad. HEX triplet: AA, DA and D5. RGB value is (170,218,213). Sum of RGB (Red+Green+Blue) = 170+218+213=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAD5 is #55252A. Grayscale: #CBCBCB. Windows color (decimal): -5580075 or 14015146. OLE color: 14015146.

HSL color Cylindrical-coordinate representation of color #AADAD5: hue angle of 173.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADAD5 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB170218213-
CMYK0.2200.020.15
HSL173.75º39.34%76.08%-
HSV(B)173.75º22.02%85.49%-
XYZ53.6663.4972.38-
YUV203.08133.6104.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=28.29%
G=36.27%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702182130.2200.020.15173.7539.3476.08
HexAADAD51602Fae274c
Octal25233232526021725647114
Binary101010101101101011010101101100101111101011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAD5; }

 p { color: rgb(170,218,213); }

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

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

 a { background-color: rgb(170,218,213); }

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

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

 span { border-color: rgb(170,218,213); }

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