#AAD7D8

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

Shades of Sinbad #AAD7D8

Tints of Sinbad #AAD7D8

Color information

#AAD7D8 (or 0xAAD7D8) is unknown color: approx Sinbad. HEX triplet: AA, D7 and D8. RGB value is (170,215,216). Sum of RGB (Red+Green+Blue) = 170+215+216=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAD7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D8 is #552827. Grayscale: #C9C9C9. Windows color (decimal): -5580840 or 14210986. OLE color: 14210986.

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

Color convert

RGB170215216-
CMYK0.210.0000.15
HSL181.3º37.1%75.69%-
HSV(B)181.3º21.3%84.71%-
XYZ53.2762.174.15-
YUV201.66136.09105.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=28.29%
G=35.77%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702152160.210.0000.15181.337.175.69
HexAAD7D81500Fb5254c
Octal25232733025001726545114
Binary10101010110101111101100010101001111101101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7D8; }

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

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

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

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

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

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

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

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