Shades of Regent St Blue #AAC8CE
Tints of Regent St Blue #AAC8CE
RGB
CMYK
RGB Variations
Color information
#AAC8CE (or 0xAAC8CE) is known color: Regent St Blue. HEX triplet: AA, C8 and CE. RGB value is (170,200,206). Sum of RGB (Red+Green+Blue) = 170+200+206=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8CE is #553731. Grayscale: #BFBFBF. Windows color (decimal): -5584690 or 13551786. OLE color: 13551786.
HSL color Cylindrical-coordinate representation of color #AAC8CE: hue angle of 190º 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 #AAC8CE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 200 | 206 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 190º | 0.27% | 0.74% | - |
| HSV(B) | 190º | 0.17% | 0.81% | - |
| XYZ | 48.37 | 54.31 | 66.33 | - |
| YUV | 191.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 206 | 0.17 | 0.03 | 0 | 0.19 | 190 | 0.27 | 0.74 |
| Hex | AA | C8 | CE | 11 | 3 | 0 | 13 | BE | 1B | 4A |
| Octal | 252 | 310 | 316 | 21 | 3 | 0 | 23 | 276 | 33 | 112 |
| Binary | 10101010 | 11001000 | 11001110 | 10001 | 11 | 0 | 10011 | 10111110 | 11011 | 1001010 |
Color Harmonies of #AAC8CE
Complementary color
Monochromatic Colors of #AAC8CE
Black with #AAC8CE
Text Example
Text Example
White with #AAC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8CE; }
p { color: rgb(170,200,206); }
H1.HeaderClassName
{
color: #AAC8CE;
}
.AnyTagClassName
{
color: #AAC8CE;
}
</style>
background-color css
<style>
a { background-color: #AAC8CE; }
a { background-color: rgb(170,200,206); }
div.DivClassName
{
background-color: #AAC8CE;
}
.BgClassName
{
background-color: #AAC8CE;
}
</style>
border-color css
<style>
span { border-color: #AAC8CE; }
span { border-color: rgb(170,200,206); }
td.TdClassName
{
border-color: #AAC8CE;
}
.TagClassName
{
border-color: #AAC8CE;
}
</style>