#AAD2CB

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

Shades of Sinbad #AAD2CB

Tints of Sinbad #AAD2CB

Color information

#AAD2CB (or 0xAAD2CB) is unknown color: approx Sinbad. HEX triplet: AA, D2 and CB. RGB value is (170,210,203). Sum of RGB (Red+Green+Blue) = 170+210+203=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2CB is #552D34. Grayscale: #C5C5C5. Windows color (decimal): -5582133 or 13357738. OLE color: 13357738.

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

Color convert

RGB170210203-
CMYK0.1900.030.18
HSL169.5º30.77%74.51%-
HSV(B)169.5º19.05%82.35%-
XYZ50.458.9565.22-
YUV197.24131.25108.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=29.16%
G=36.02%
B=34.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702102030.1900.030.18169.530.7774.51
HexAAD2CB130312aa1f4b
Octal25232231323032225237113
Binary101010101101001011001011100110111001010101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2CB; }

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

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

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

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

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

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

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

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