#AAD8D8

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

Shades of Sinbad #AAD8D8

Tints of Sinbad #AAD8D8

Color information

#AAD8D8 (or 0xAAD8D8) is unknown color: approx Sinbad. HEX triplet: AA, D8 and D8. RGB value is (170,216,216). Sum of RGB (Red+Green+Blue) = 170+216+216=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #AAD8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D8 is #552727. Grayscale: #CACACA. Windows color (decimal): -5580584 or 14211242. OLE color: 14211242.

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

Color convert

RGB170216216-
CMYK0.21000.15
HSL180º37.1%75.69%-
HSV(B)180º21.3%84.71%-
XYZ53.5362.6274.23-
YUV202.25135.76105-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=28.24%
G=35.88%
B=35.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702162160.21000.1518037.175.69
HexAAD8D81500Fb4254c
Octal25233033025001726445114
Binary10101010110110001101100010101001111101101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8D8; }

 p { color: rgb(170,216,216); }

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

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

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

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

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

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

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