#AAD7D7

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

Shades of Sinbad #AAD7D7

Tints of Sinbad #AAD7D7

Color information

#AAD7D7 (or 0xAAD7D7) is unknown color: approx Sinbad. HEX triplet: AA, D7 and D7. RGB value is (170,215,215). Sum of RGB (Red+Green+Blue) = 170+215+215=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #AAD7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D7 is #552828. Grayscale: #C9C9C9. Windows color (decimal): -5580841 or 14145450. OLE color: 14145450.

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

Color convert

RGB170215215-
CMYK0.21000.16
HSL180º36%75.49%-
HSV(B)180º20.93%84.31%-
XYZ53.1462.0573.47-
YUV201.54135.59105.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=28.33%
G=35.83%
B=35.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702152150.21000.161803675.49
HexAAD7D7150010b4244b
Octal25232732725002026444113
Binary101010101101011111010111101010010000101101001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7D7; }

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

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

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

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

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

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

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

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