#AAD0C9

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

Shades of Sinbad #AAD0C9

Tints of Sinbad #AAD0C9

Color information

#AAD0C9 (or 0xAAD0C9) is unknown color: approx Sinbad. HEX triplet: AA, D0 and C9. RGB value is (170,208,201). Sum of RGB (Red+Green+Blue) = 170+208+201=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C9 is #552F36. Grayscale: #C3C3C3. Windows color (decimal): -5582647 or 13226154. OLE color: 13226154.

HSL color Cylindrical-coordinate representation of color #AAD0C9: hue angle of 168.95º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0C9 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB170208201-
CMYK0.1800.030.18
HSL168.95º28.79%74.12%-
HSV(B)168.95º18.27%81.57%-
XYZ49.6857.8763.81-
YUV195.84130.91109.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=29.36%
G=35.92%
B=34.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082010.1800.030.18168.9528.7974.12
HexAAD0C9120312a91d4a
Octal25232031122032225135112
Binary101010101101000011001001100100111001010101001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0C9; }

 p { color: rgb(170,208,201); }

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

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

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

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

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

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

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