Shades of Regent St Blue #AAC9D8
Tints of Regent St Blue #AAC9D8
RGB
CMYK
RGB Variations
Color information
#AAC9D8 (or 0xAAC9D8) is known color: Regent St Blue. HEX triplet: AA, C9 and D8. RGB value is (170,201,216). Sum of RGB (Red+Green+Blue) = 170+201+216=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9D8 is #553627. Grayscale: #C1C1C1. Windows color (decimal): -5584424 or 14207402. OLE color: 14207402.
HSL color Cylindrical-coordinate representation of color #AAC9D8: hue angle of 199.57º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC9D8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 201 | 216 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.15 |
| HSL | 199.57º | 0.37% | 0.76% | - |
| HSV(B) | 199.57º | 0.21% | 0.85% | - |
| XYZ | 49.86 | 55.28 | 73.01 | - |
| YUV | 193.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 216 | 0.21 | 0.07 | 0 | 0.15 | 199.57 | 0.37 | 0.76 |
| Hex | AA | C9 | D8 | 15 | 7 | 0 | F | C8 | 25 | 4C |
| Octal | 252 | 311 | 330 | 25 | 7 | 0 | 17 | 310 | 45 | 114 |
| Binary | 10101010 | 11001001 | 11011000 | 10101 | 111 | 0 | 1111 | 11001000 | 100101 | 1001100 |
Color Harmonies of #AAC9D8
Complementary color
Monochromatic Colors of #AAC9D8
Black with #AAC9D8
Text Example
Text Example
White with #AAC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9D8; }
p { color: rgb(170,201,216); }
H1.HeaderClassName
{
color: #AAC9D8;
}
.AnyTagClassName
{
color: #AAC9D8;
}
</style>
background-color css
<style>
a { background-color: #AAC9D8; }
a { background-color: rgb(170,201,216); }
div.DivClassName
{
background-color: #AAC9D8;
}
.BgClassName
{
background-color: #AAC9D8;
}
</style>
border-color css
<style>
span { border-color: #AAC9D8; }
span { border-color: rgb(170,201,216); }
td.TdClassName
{
border-color: #AAC9D8;
}
.TagClassName
{
border-color: #AAC9D8;
}
</style>