#AADED8

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

Shades of Scandal #AADED8

Tints of Scandal #AADED8

Color information

#AADED8 (or 0xAADED8) is unknown color: approx Scandal. HEX triplet: AA, DE and D8. RGB value is (170,222,216). Sum of RGB (Red+Green+Blue) = 170+222+216=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED8 is #552127. Grayscale: #CDCDCD. Windows color (decimal): -5579048 or 14212778. OLE color: 14212778.

HSL color Cylindrical-coordinate representation of color #AADED8: hue angle of 173.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADED8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB170222216-
CMYK0.2300.030.13
HSL173.08º44.07%76.86%-
HSV(B)173.08º23.42%87.06%-
XYZ55.0965.7574.75-
YUV205.77133.77102.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=27.96%
G=36.51%
B=35.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222160.2300.030.13173.0844.0776.86
HexAADED81703Dad2c4d
Octal25233633027031525554115
Binary101010101101111011011000101110111101101011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADED8; }

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

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

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

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

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

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

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

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