#AAC9D9

Color #AAC9D9 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #AAC9D9

Tints of Regent St Blue #AAC9D9

Color information

#AAC9D9 (or 0xAAC9D9) is unknown color: approx Regent St Blue. HEX triplet: AA, C9 and D9. RGB value is (170,201,217). Sum of RGB (Red+Green+Blue) = 170+201+217=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAC9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9D9 is #553626. Grayscale: #C1C1C1. Windows color (decimal): -5584423 or 14272938. OLE color: 14272938.

HSL color Cylindrical-coordinate representation of color #AAC9D9: hue angle of 200.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC9D9 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170201217-
CMYK0.220.0700.15
HSL200.43º38.21%75.88%-
HSV(B)200.43º21.66%85.1%-
XYZ49.9955.3373.69-
YUV193.56141.23111.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=28.91%
G=34.18%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702012170.220.0700.15200.4338.2175.88
HexAAC9D91670Fc8264c
Octal25231133126701731046114
Binary1010101011001001110110011011011101111110010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9D9; }

 p { color: rgb(170,201,217); }

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

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

 a { background-color: rgb(170,201,217); }

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

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

 span { border-color: rgb(170,201,217); }

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