#AAD7D1

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

Shades of Sinbad #AAD7D1

Tints of Sinbad #AAD7D1

Color information

#AAD7D1 (or 0xAAD7D1) is unknown color: approx Sinbad. HEX triplet: AA, D7 and D1. RGB value is (170,215,209). Sum of RGB (Red+Green+Blue) = 170+215+209=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D1 is #55282E. Grayscale: #C8C8C8. Windows color (decimal): -5580847 or 13752234. OLE color: 13752234.

HSL color Cylindrical-coordinate representation of color #AAD7D1: hue angle of 172º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD7D1 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB170215209-
CMYK0.2100.030.16
HSL172º36%75.49%-
HSV(B)172º20.93%84.31%-
XYZ52.3961.7569.48-
YUV200.86132.59105.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=28.62%
G=36.20%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702152090.2100.030.161723675.49
HexAAD7D1150310ac244b
Octal25232732125032025444113
Binary1010101011010111110100011010101110000101011001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7D1; }

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

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

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

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

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

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

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

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