Shades of Regent St Blue #AAC9CE
Tints of Regent St Blue #AAC9CE
RGB
CMYK
RGB Variations
Color information
#AAC9CE (or 0xAAC9CE) is known color: Regent St Blue. HEX triplet: AA, C9 and CE. RGB value is (170,201,206). Sum of RGB (Red+Green+Blue) = 170+201+206=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9CE is #553631. Grayscale: #C0C0C0. Windows color (decimal): -5584434 or 13552042. OLE color: 13552042.
HSL color Cylindrical-coordinate representation of color #AAC9CE: hue angle of 188.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC9CE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 201 | 206 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 188.33º | 0.27% | 0.74% | - |
| HSV(B) | 188.33º | 0.17% | 0.81% | - |
| XYZ | 48.6 | 54.78 | 66.4 | - |
| YUV | 192.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 206 | 0.17 | 0.02 | 0 | 0.19 | 188.33 | 0.27 | 0.74 |
| Hex | AA | C9 | CE | 11 | 2 | 0 | 13 | BC | 1B | 4A |
| Octal | 252 | 311 | 316 | 21 | 2 | 0 | 23 | 274 | 33 | 112 |
| Binary | 10101010 | 11001001 | 11001110 | 10001 | 10 | 0 | 10011 | 10111100 | 11011 | 1001010 |
Color Harmonies of #AAC9CE
Complementary color
Monochromatic Colors of #AAC9CE
Black with #AAC9CE
Text Example
Text Example
White with #AAC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9CE; }
p { color: rgb(170,201,206); }
H1.HeaderClassName
{
color: #AAC9CE;
}
.AnyTagClassName
{
color: #AAC9CE;
}
</style>
background-color css
<style>
a { background-color: #AAC9CE; }
a { background-color: rgb(170,201,206); }
div.DivClassName
{
background-color: #AAC9CE;
}
.BgClassName
{
background-color: #AAC9CE;
}
</style>
border-color css
<style>
span { border-color: #AAC9CE; }
span { border-color: rgb(170,201,206); }
td.TdClassName
{
border-color: #AAC9CE;
}
.TagClassName
{
border-color: #AAC9CE;
}
</style>