#AAD6D3

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

Shades of Sinbad #AAD6D3

Tints of Sinbad #AAD6D3

Color information

#AAD6D3 (or 0xAAD6D3) is unknown color: approx Sinbad. HEX triplet: AA, D6 and D3. RGB value is (170,214,211). Sum of RGB (Red+Green+Blue) = 170+214+211=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6D3 is #55292C. Grayscale: #C8C8C8. Windows color (decimal): -5581101 or 13883050. OLE color: 13883050.

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

Color convert

RGB170214211-
CMYK0.2100.010.16
HSL175.91º34.92%75.29%-
HSV(B)175.91º20.56%83.92%-
XYZ52.3861.3470.71-
YUV200.5133.92106.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 211 (82.81% from 255) = 35.46%
R=28.57%
G=35.97%
B=35.46%

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
Decimal1702142110.2100.010.16175.9134.9275.29
HexAAD6D3150110b0234b
Octal25232632325012026043113
Binary101010101101011011010011101010110000101100001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6D3; }

 p { color: rgb(170,214,211); }

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

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

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

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

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

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

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