#AAD6CC

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

Shades of Scandal #AAD6CC

Tints of Scandal #AAD6CC

Color information

#AAD6CC (or 0xAAD6CC) is unknown color: approx Scandal. HEX triplet: AA, D6 and CC. RGB value is (170,214,204). Sum of RGB (Red+Green+Blue) = 170+214+204=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6CC is #552933. Grayscale: #C7C7C7. Windows color (decimal): -5581108 or 13424298. OLE color: 13424298.

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

Color convert

RGB170214204-
CMYK0.2100.050.16
HSL166.36º34.92%75.29%-
HSV(B)166.36º20.56%83.92%-
XYZ51.526166.19-
YUV199.7130.42106.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=28.91%
G=36.39%
B=34.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702142040.2100.050.16166.3634.9275.29
HexAAD6CC150510a6234b
Octal25232631425052024643113
Binary10101010110101101100110010101010110000101001101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6CC; }

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

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

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

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

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

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

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

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