#AAD0CB

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

Shades of Sinbad #AAD0CB

Tints of Sinbad #AAD0CB

Color information

#AAD0CB (or 0xAAD0CB) is unknown color: approx Sinbad. HEX triplet: AA, D0 and CB. RGB value is (170,208,203). Sum of RGB (Red+Green+Blue) = 170+208+203=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CB is #552F34. Grayscale: #C4C4C4. Windows color (decimal): -5582645 or 13357226. OLE color: 13357226.

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

Color convert

RGB170208203-
CMYK0.1800.020.18
HSL172.11º28.79%74.12%-
HSV(B)172.11º18.27%81.57%-
XYZ49.9157.9765.06-
YUV196.07131.91109.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=29.26%
G=35.80%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082030.1800.020.18172.1128.7974.12
HexAAD0CB120212ac1d4a
Octal25232031322022225435112
Binary101010101101000011001011100100101001010101100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0CB; }

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

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

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

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

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

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

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

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