#AAD6C8

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

Shades of Scandal #AAD6C8

Tints of Scandal #AAD6C8

Color information

#AAD6C8 (or 0xAAD6C8) is unknown color: approx Scandal. HEX triplet: AA, D6 and C8. RGB value is (170,214,200). Sum of RGB (Red+Green+Blue) = 170+214+200=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C8 is #552937. Grayscale: #C7C7C7. Windows color (decimal): -5581112 or 13162154. OLE color: 13162154.

HSL color Cylindrical-coordinate representation of color #AAD6C8: hue angle of 160.91º 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 #AAD6C8 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB170214200-
CMYK0.2100.070.16
HSL160.91º34.92%75.29%-
HSV(B)160.91º20.56%83.92%-
XYZ51.0560.8163.69-
YUV199.25128.42107.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=29.11%
G=36.64%
B=34.25%

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
Decimal1702142000.2100.070.16160.9134.9275.29
HexAAD6C8150710a1234b
Octal25232631025072024143113
Binary10101010110101101100100010101011110000101000011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6C8; }

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

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

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

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

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

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

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

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