Shades of Regent St Blue #AAC5CF
Tints of Regent St Blue #AAC5CF
RGB
CMYK
RGB Variations
Color information
#AAC5CF (or 0xAAC5CF) is known color: Regent St Blue. HEX triplet: AA, C5 and CF. RGB value is (170,197,207). Sum of RGB (Red+Green+Blue) = 170+197+207=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CF is #553A30. Grayscale: #BEBEBE. Windows color (decimal): -5585457 or 13616554. OLE color: 13616554.
HSL color Cylindrical-coordinate representation of color #AAC5CF: hue angle of 196.22º 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 #AAC5CF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 197 | 207 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.19 |
| HSL | 196.22º | 0.28% | 0.74% | - |
| HSV(B) | 196.22º | 0.18% | 0.81% | - |
| XYZ | 47.81 | 52.98 | 66.74 | - |
| YUV | 190.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 207 | 0.18 | 0.05 | 0 | 0.19 | 196.22 | 0.28 | 0.74 |
| Hex | AA | C5 | CF | 12 | 5 | 0 | 13 | C4 | 1C | 4A |
| Octal | 252 | 305 | 317 | 22 | 5 | 0 | 23 | 304 | 34 | 112 |
| Binary | 10101010 | 11000101 | 11001111 | 10010 | 101 | 0 | 10011 | 11000100 | 11100 | 1001010 |
Color Harmonies of #AAC5CF
Complementary color
Monochromatic Colors of #AAC5CF
Black with #AAC5CF
Text Example
Text Example
White with #AAC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5CF; }
p { color: rgb(170,197,207); }
H1.HeaderClassName
{
color: #AAC5CF;
}
.AnyTagClassName
{
color: #AAC5CF;
}
</style>
background-color css
<style>
a { background-color: #AAC5CF; }
a { background-color: rgb(170,197,207); }
div.DivClassName
{
background-color: #AAC5CF;
}
.BgClassName
{
background-color: #AAC5CF;
}
</style>
border-color css
<style>
span { border-color: #AAC5CF; }
span { border-color: rgb(170,197,207); }
td.TdClassName
{
border-color: #AAC5CF;
}
.TagClassName
{
border-color: #AAC5CF;
}
</style>