#AACDC9

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

Shades of Sinbad #AACDC9

Tints of Sinbad #AACDC9

Color information

#AACDC9 (or 0xAACDC9) is unknown color: approx Sinbad. HEX triplet: AA, CD and C9. RGB value is (170,205,201). Sum of RGB (Red+Green+Blue) = 170+205+201=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC9 is #553236. Grayscale: #C2C2C2. Windows color (decimal): -5583415 or 13225386. OLE color: 13225386.

HSL color Cylindrical-coordinate representation of color #AACDC9: hue angle of 173.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDC9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB170205201-
CMYK0.1700.020.20
HSL173.14º25.93%73.53%-
HSV(B)173.14º17.07%80.39%-
XYZ48.9556.4363.57-
YUV194.08131.9110.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=29.51%
G=35.59%
B=34.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702052010.1700.020.20173.1425.9373.53
HexAACDC9110214ad1a4a
Octal25231531121022425532112
Binary101010101100110111001001100010101010010101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDC9; }

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

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

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

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

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

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

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

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