#AAD7CB

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

Shades of Scandal #AAD7CB

Tints of Scandal #AAD7CB

Color information

#AAD7CB (or 0xAAD7CB) is unknown color: approx Scandal. HEX triplet: AA, D7 and CB. RGB value is (170,215,203). Sum of RGB (Red+Green+Blue) = 170+215+203=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7CB is #552834. Grayscale: #C8C8C8. Windows color (decimal): -5580853 or 13359018. OLE color: 13359018.

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

Color convert

RGB170215203-
CMYK0.2100.060.16
HSL164º36%75.49%-
HSV(B)164º20.93%84.31%-
XYZ51.6661.4665.64-
YUV200.18129.59106.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=28.91%
G=36.56%
B=34.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702152030.2100.060.161643675.49
HexAAD7CB150610a4244b
Octal25232731325062024444113
Binary10101010110101111100101110101011010000101001001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7CB; }

 p { color: rgb(170,215,203); }

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

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

 a { background-color: rgb(170,215,203); }

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

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

 span { border-color: rgb(170,215,203); }

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