#AAD7D5

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

Shades of Sinbad #AAD7D5

Tints of Sinbad #AAD7D5

Color information

#AAD7D5 (or 0xAAD7D5) is unknown color: approx Sinbad. HEX triplet: AA, D7 and D5. RGB value is (170,215,213). Sum of RGB (Red+Green+Blue) = 170+215+213=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D5 is #55282A. Grayscale: #C9C9C9. Windows color (decimal): -5580843 or 14014378. OLE color: 14014378.

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

Color convert

RGB170215213-
CMYK0.2100.010.16
HSL177.33º36%75.49%-
HSV(B)177.33º20.93%84.31%-
XYZ52.8961.9572.12-
YUV201.32134.59105.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=28.43%
G=35.95%
B=35.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702152130.2100.010.16177.333675.49
HexAAD7D5150110b1244b
Octal25232732525012026144113
Binary101010101101011111010101101010110000101100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7D5; }

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

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

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

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

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

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

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

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