#AADAD9

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

Shades of Sinbad #AADAD9

Tints of Sinbad #AADAD9

Color information

#AADAD9 (or 0xAADAD9) is unknown color: approx Sinbad. HEX triplet: AA, DA and D9. RGB value is (170,218,217). Sum of RGB (Red+Green+Blue) = 170+218+217=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAD9 is #552526. Grayscale: #CBCBCB. Windows color (decimal): -5580071 or 14277290. OLE color: 14277290.

HSL color Cylindrical-coordinate representation of color #AADAD9: hue angle of 178.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 #AADAD9 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB170218217-
CMYK0.2200.000.15
HSL178.75º39.34%76.08%-
HSV(B)178.75º22.02%85.49%-
XYZ54.1763.775.09-
YUV203.53135.6104.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 217 (85.16% from 255) = 35.87%
R=28.10%
G=36.03%
B=35.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702182170.2200.000.15178.7539.3476.08
HexAADAD91600Fb3274c
Octal25233233126001726347114
Binary10101010110110101101100110110001111101100111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAD9; }

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

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

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

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

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

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

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

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