Shades of Regent St Blue #AAC8D1
Tints of Regent St Blue #AAC8D1
RGB
CMYK
RGB Variations
Color information
#AAC8D1 (or 0xAAC8D1) is known color: Regent St Blue. HEX triplet: AA, C8 and D1. RGB value is (170,200,209). Sum of RGB (Red+Green+Blue) = 170+200+209=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8D1 is #55372E. Grayscale: #BFBFBF. Windows color (decimal): -5584687 or 13748394. OLE color: 13748394.
HSL color Cylindrical-coordinate representation of color #AAC8D1: hue angle of 193.85º 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 #AAC8D1 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 200 | 209 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.18 |
| HSL | 193.85º | 0.3% | 0.74% | - |
| HSV(B) | 193.85º | 0.19% | 0.82% | - |
| XYZ | 48.74 | 54.46 | 68.26 | - |
| YUV | 192.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 209 | 0.19 | 0.04 | 0 | 0.18 | 193.85 | 0.3 | 0.74 |
| Hex | AA | C8 | D1 | 13 | 4 | 0 | 12 | C2 | 1E | 4A |
| Octal | 252 | 310 | 321 | 23 | 4 | 0 | 22 | 302 | 36 | 112 |
| Binary | 10101010 | 11001000 | 11010001 | 10011 | 100 | 0 | 10010 | 11000010 | 11110 | 1001010 |
Color Harmonies of #AAC8D1
Complementary color
Monochromatic Colors of #AAC8D1
Black with #AAC8D1
Text Example
Text Example
White with #AAC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8D1; }
p { color: rgb(170,200,209); }
H1.HeaderClassName
{
color: #AAC8D1;
}
.AnyTagClassName
{
color: #AAC8D1;
}
</style>
background-color css
<style>
a { background-color: #AAC8D1; }
a { background-color: rgb(170,200,209); }
div.DivClassName
{
background-color: #AAC8D1;
}
.BgClassName
{
background-color: #AAC8D1;
}
</style>
border-color css
<style>
span { border-color: #AAC8D1; }
span { border-color: rgb(170,200,209); }
td.TdClassName
{
border-color: #AAC8D1;
}
.TagClassName
{
border-color: #AAC8D1;
}
</style>