#ACDAD8

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

Shades of Sinbad #ACDAD8

Tints of Sinbad #ACDAD8

Color information

#ACDAD8 (or 0xACDAD8) is unknown color: approx Sinbad. HEX triplet: AC, DA and D8. RGB value is (172,218,216). Sum of RGB (Red+Green+Blue) = 172+218+216=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD8 is #532527. Grayscale: #CBCBCB. Windows color (decimal): -5449000 or 14211756. OLE color: 14211756.

HSL color Cylindrical-coordinate representation of color #ACDAD8: hue angle of 177.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAD8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB172218216-
CMYK0.2100.010.15
HSL177.39º38.33%76.47%-
HSV(B)177.39º21.1%85.49%-
XYZ54.4863.8774.42-
YUV204.02134.76105.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=28.38%
G=35.97%
B=35.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722182160.2100.010.15177.3938.3376.47
HexACDAD81501Fb1264c
Octal25433233025011726146114
Binary10101100110110101101100010101011111101100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAD8; }

 p { color: rgb(172,218,216); }

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

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

 a { background-color: rgb(172,218,216); }

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

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

 span { border-color: rgb(172,218,216); }

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