Shades of Regent St Blue #AAC7D1
Tints of Regent St Blue #AAC7D1
RGB
CMYK
RGB Variations
Color information
#AAC7D1 (or 0xAAC7D1) is known color: Regent St Blue. HEX triplet: AA, C7 and D1. RGB value is (170,199,209). Sum of RGB (Red+Green+Blue) = 170+199+209=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7D1 is #55382E. Grayscale: #BFBFBF. Windows color (decimal): -5584943 or 13748138. OLE color: 13748138.
HSL color Cylindrical-coordinate representation of color #AAC7D1: hue angle of 195.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC7D1 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 199 | 209 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.18 |
| HSL | 195.38º | 0.3% | 0.74% | - |
| HSV(B) | 195.38º | 0.19% | 0.82% | - |
| XYZ | 48.51 | 54 | 68.19 | - |
| YUV | 191.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 209 | 0.19 | 0.05 | 0 | 0.18 | 195.38 | 0.3 | 0.74 |
| Hex | AA | C7 | D1 | 13 | 5 | 0 | 12 | C3 | 1E | 4A |
| Octal | 252 | 307 | 321 | 23 | 5 | 0 | 22 | 303 | 36 | 112 |
| Binary | 10101010 | 11000111 | 11010001 | 10011 | 101 | 0 | 10010 | 11000011 | 11110 | 1001010 |
Color Harmonies of #AAC7D1
Complementary color
Monochromatic Colors of #AAC7D1
Black with #AAC7D1
Text Example
Text Example
White with #AAC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7D1; }
p { color: rgb(170,199,209); }
H1.HeaderClassName
{
color: #AAC7D1;
}
.AnyTagClassName
{
color: #AAC7D1;
}
</style>
background-color css
<style>
a { background-color: #AAC7D1; }
a { background-color: rgb(170,199,209); }
div.DivClassName
{
background-color: #AAC7D1;
}
.BgClassName
{
background-color: #AAC7D1;
}
</style>
border-color css
<style>
span { border-color: #AAC7D1; }
span { border-color: rgb(170,199,209); }
td.TdClassName
{
border-color: #AAC7D1;
}
.TagClassName
{
border-color: #AAC7D1;
}
</style>