#AADCD8

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

Shades of Sinbad #AADCD8

Tints of Sinbad #AADCD8

Color information

#AADCD8 (or 0xAADCD8) is unknown color: approx Sinbad. HEX triplet: AA, DC and D8. RGB value is (170,220,216). Sum of RGB (Red+Green+Blue) = 170+220+216=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD8 is #552327. Grayscale: #CCCCCC. Windows color (decimal): -5579560 or 14212266. OLE color: 14212266.

HSL color Cylindrical-coordinate representation of color #AADCD8: hue angle of 175.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCD8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB170220216-
CMYK0.2300.020.14
HSL175.2º41.67%76.47%-
HSV(B)175.2º22.73%86.27%-
XYZ54.5764.6974.58-
YUV204.59134.44103.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=28.05%
G=36.30%
B=35.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202160.2300.020.14175.241.6776.47
HexAADCD81702Eaf2a4c
Octal25233433027021625752114
Binary101010101101110011011000101110101110101011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCD8; }

 p { color: rgb(170,220,216); }

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

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

 a { background-color: rgb(170,220,216); }

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

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

 span { border-color: rgb(170,220,216); }

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