Shades of Regent St Blue #AAC9D0
Tints of Regent St Blue #AAC9D0
RGB
CMYK
RGB Variations
Color information
#AAC9D0 (or 0xAAC9D0) is known color: Regent St Blue. HEX triplet: AA, C9 and D0. RGB value is (170,201,208). Sum of RGB (Red+Green+Blue) = 170+201+208=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAC9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9D0 is #55362F. Grayscale: #C0C0C0. Windows color (decimal): -5584432 or 13683114. OLE color: 13683114.
HSL color Cylindrical-coordinate representation of color #AAC9D0: hue angle of 191.05º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC9D0 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 201 | 208 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.18 |
| HSL | 191.05º | 0.29% | 0.74% | - |
| HSV(B) | 191.05º | 0.18% | 0.82% | - |
| XYZ | 48.85 | 54.87 | 67.69 | - |
| YUV | 192.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 208 | 0.18 | 0.03 | 0 | 0.18 | 191.05 | 0.29 | 0.74 |
| Hex | AA | C9 | D0 | 12 | 3 | 0 | 12 | BF | 1D | 4A |
| Octal | 252 | 311 | 320 | 22 | 3 | 0 | 22 | 277 | 35 | 112 |
| Binary | 10101010 | 11001001 | 11010000 | 10010 | 11 | 0 | 10010 | 10111111 | 11101 | 1001010 |
Color Harmonies of #AAC9D0
Complementary color
Monochromatic Colors of #AAC9D0
Black with #AAC9D0
Text Example
Text Example
White with #AAC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9D0; }
p { color: rgb(170,201,208); }
H1.HeaderClassName
{
color: #AAC9D0;
}
.AnyTagClassName
{
color: #AAC9D0;
}
</style>
background-color css
<style>
a { background-color: #AAC9D0; }
a { background-color: rgb(170,201,208); }
div.DivClassName
{
background-color: #AAC9D0;
}
.BgClassName
{
background-color: #AAC9D0;
}
</style>
border-color css
<style>
span { border-color: #AAC9D0; }
span { border-color: rgb(170,201,208); }
td.TdClassName
{
border-color: #AAC9D0;
}
.TagClassName
{
border-color: #AAC9D0;
}
</style>