#AACDCC

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

Shades of Sinbad #AACDCC

Tints of Sinbad #AACDCC

Color information

#AACDCC (or 0xAACDCC) is unknown color: approx Sinbad. HEX triplet: AA, CD and CC. RGB value is (170,205,204). Sum of RGB (Red+Green+Blue) = 170+205+204=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDCC is #553233. Grayscale: #C2C2C2. Windows color (decimal): -5583412 or 13421994. OLE color: 13421994.

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

Color convert

RGB170205204-
CMYK0.1700.000.20
HSL178.29º25.93%73.53%-
HSV(B)178.29º17.07%80.39%-
XYZ49.3156.5765.45-
YUV194.42133.4110.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=29.36%
G=35.41%
B=35.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702052040.1700.000.20178.2925.9373.53
HexAACDCC110014b21a4a
Octal25231531421002426232112
Binary10101010110011011100110010001001010010110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDCC; }

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

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

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

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

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

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

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

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