#AAD5CA

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

Shades of Scandal #AAD5CA

Tints of Scandal #AAD5CA

Color information

#AAD5CA (or 0xAAD5CA) is unknown color: approx Scandal. HEX triplet: AA, D5 and CA. RGB value is (170,213,202). Sum of RGB (Red+Green+Blue) = 170+213+202=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5CA is #552A35. Grayscale: #C6C6C6. Windows color (decimal): -5581366 or 13292970. OLE color: 13292970.

HSL color Cylindrical-coordinate representation of color #AAD5CA: hue angle of 164.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5CA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB170213202-
CMYK0.2000.050.16
HSL164.65º33.86%75.1%-
HSV(B)164.65º20.19%83.53%-
XYZ51.0360.464.85-
YUV198.89129.75107.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=29.06%
G=36.41%
B=34.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702132020.2000.050.16164.6533.8675.1
HexAAD5CA140510a5224b
Octal25232531224052024542113
Binary10101010110101011100101010100010110000101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5CA; }

 p { color: rgb(170,213,202); }

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

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

 a { background-color: rgb(170,213,202); }

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

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

 span { border-color: rgb(170,213,202); }

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