Shades of Regent St Blue #AAC9CF
Tints of Regent St Blue #AAC9CF
RGB
CMYK
RGB Variations
Color information
#AAC9CF (or 0xAAC9CF) is known color: Regent St Blue. HEX triplet: AA, C9 and CF. RGB value is (170,201,207). Sum of RGB (Red+Green+Blue) = 170+201+207=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9CF is #553630. Grayscale: #C0C0C0. Windows color (decimal): -5584433 or 13617578. OLE color: 13617578.
HSL color Cylindrical-coordinate representation of color #AAC9CF: hue angle of 189.73º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC9CF is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 201 | 207 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.19 |
| HSL | 189.73º | 0.28% | 0.74% | - |
| HSV(B) | 189.73º | 0.18% | 0.81% | - |
| XYZ | 48.73 | 54.82 | 67.05 | - |
| YUV | 192.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 207 | 0.18 | 0.03 | 0 | 0.19 | 189.73 | 0.28 | 0.74 |
| Hex | AA | C9 | CF | 12 | 3 | 0 | 13 | BE | 1C | 4A |
| Octal | 252 | 311 | 317 | 22 | 3 | 0 | 23 | 276 | 34 | 112 |
| Binary | 10101010 | 11001001 | 11001111 | 10010 | 11 | 0 | 10011 | 10111110 | 11100 | 1001010 |
Color Harmonies of #AAC9CF
Complementary color
Monochromatic Colors of #AAC9CF
Black with #AAC9CF
Text Example
Text Example
White with #AAC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9CF; }
p { color: rgb(170,201,207); }
H1.HeaderClassName
{
color: #AAC9CF;
}
.AnyTagClassName
{
color: #AAC9CF;
}
</style>
background-color css
<style>
a { background-color: #AAC9CF; }
a { background-color: rgb(170,201,207); }
div.DivClassName
{
background-color: #AAC9CF;
}
.BgClassName
{
background-color: #AAC9CF;
}
</style>
border-color css
<style>
span { border-color: #AAC9CF; }
span { border-color: rgb(170,201,207); }
td.TdClassName
{
border-color: #AAC9CF;
}
.TagClassName
{
border-color: #AAC9CF;
}
</style>