#AAD7CF

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

Shades of Scandal #AAD7CF

Tints of Scandal #AAD7CF

Color information

#AAD7CF (or 0xAAD7CF) is unknown color: approx Scandal. HEX triplet: AA, D7 and CF. RGB value is (170,215,207). Sum of RGB (Red+Green+Blue) = 170+215+207=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7CF is #552830. Grayscale: #C8C8C8. Windows color (decimal): -5580849 or 13621162. OLE color: 13621162.

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

Color convert

RGB170215207-
CMYK0.2100.040.16
HSL169.33º36%75.49%-
HSV(B)169.33º20.93%84.31%-
XYZ52.1461.6568.18-
YUV200.63131.59106.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=28.72%
G=36.32%
B=34.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702152070.2100.040.16169.333675.49
HexAAD7CF150410a9244b
Octal25232731725042025144113
Binary10101010110101111100111110101010010000101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7CF; }

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

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

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

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

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

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

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

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