#AACDC8

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

Shades of Sinbad #AACDC8

Tints of Sinbad #AACDC8

Color information

#AACDC8 (or 0xAACDC8) is unknown color: approx Sinbad. HEX triplet: AA, CD and C8. RGB value is (170,205,200). Sum of RGB (Red+Green+Blue) = 170+205+200=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC8 is #553237. Grayscale: #C1C1C1. Windows color (decimal): -5583416 or 13159850. OLE color: 13159850.

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

Color convert

RGB170205200-
CMYK0.1700.020.20
HSL171.43º25.93%73.53%-
HSV(B)171.43º17.07%80.39%-
XYZ48.8356.3862.95-
YUV193.96131.4110.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=29.57%
G=35.65%
B=34.78%

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
Decimal1702052000.1700.020.20171.4325.9373.53
HexAACDC8110214ab1a4a
Octal25231531021022425332112
Binary101010101100110111001000100010101010010101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDC8; }

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

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

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

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

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

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

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

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