#AAD6C7

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

Shades of Scandal #AAD6C7

Tints of Scandal #AAD6C7

Color information

#AAD6C7 (or 0xAAD6C7) is unknown color: approx Scandal. HEX triplet: AA, D6 and C7. RGB value is (170,214,199). Sum of RGB (Red+Green+Blue) = 170+214+199=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C7 is #552938. Grayscale: #C7C7C7. Windows color (decimal): -5581113 or 13096618. OLE color: 13096618.

HSL color Cylindrical-coordinate representation of color #AAD6C7: hue angle of 159.55º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6C7 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB170214199-
CMYK0.2100.070.16
HSL159.55º34.92%75.29%-
HSV(B)159.55º20.56%83.92%-
XYZ50.9360.7663.08-
YUV199.13127.92107.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=29.16%
G=36.71%
B=34.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141990.2100.070.16159.5534.9275.29
HexAAD6C7150710a0234b
Octal25232630725072024043113
Binary10101010110101101100011110101011110000101000001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6C7; }

 p { color: rgb(170,214,199); }

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

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

 a { background-color: rgb(170,214,199); }

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

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

 span { border-color: rgb(170,214,199); }

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