Shades of Regent St Blue #AAC6CF
Tints of Regent St Blue #AAC6CF
RGB
CMYK
RGB Variations
Color information
#AAC6CF (or 0xAAC6CF) is known color: Regent St Blue. HEX triplet: AA, C6 and CF. RGB value is (170,198,207). Sum of RGB (Red+Green+Blue) = 170+198+207=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6CF is #553930. Grayscale: #BEBEBE. Windows color (decimal): -5585201 or 13616810. OLE color: 13616810.
HSL color Cylindrical-coordinate representation of color #AAC6CF: hue angle of 194.59º 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 #AAC6CF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 198 | 207 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.19 |
| HSL | 194.59º | 0.28% | 0.74% | - |
| HSV(B) | 194.59º | 0.18% | 0.81% | - |
| XYZ | 48.03 | 53.44 | 66.81 | - |
| YUV | 190.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 207 | 0.18 | 0.04 | 0 | 0.19 | 194.59 | 0.28 | 0.74 |
| Hex | AA | C6 | CF | 12 | 4 | 0 | 13 | C3 | 1C | 4A |
| Octal | 252 | 306 | 317 | 22 | 4 | 0 | 23 | 303 | 34 | 112 |
| Binary | 10101010 | 11000110 | 11001111 | 10010 | 100 | 0 | 10011 | 11000011 | 11100 | 1001010 |
Color Harmonies of #AAC6CF
Complementary color
Monochromatic Colors of #AAC6CF
Black with #AAC6CF
Text Example
Text Example
White with #AAC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6CF; }
p { color: rgb(170,198,207); }
H1.HeaderClassName
{
color: #AAC6CF;
}
.AnyTagClassName
{
color: #AAC6CF;
}
</style>
background-color css
<style>
a { background-color: #AAC6CF; }
a { background-color: rgb(170,198,207); }
div.DivClassName
{
background-color: #AAC6CF;
}
.BgClassName
{
background-color: #AAC6CF;
}
</style>
border-color css
<style>
span { border-color: #AAC6CF; }
span { border-color: rgb(170,198,207); }
td.TdClassName
{
border-color: #AAC6CF;
}
.TagClassName
{
border-color: #AAC6CF;
}
</style>