Shades of Regent St Blue #AACCD5
Tints of Regent St Blue #AACCD5
RGB
CMYK
RGB Variations
Color information
#AACCD5 (or 0xAACCD5) is known color: Regent St Blue. HEX triplet: AA, CC and D5. RGB value is (170,204,213). Sum of RGB (Red+Green+Blue) = 170+204+213=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD5 is #55332A. Grayscale: #C2C2C2. Windows color (decimal): -5583659 or 14011562. OLE color: 14011562.
HSL color Cylindrical-coordinate representation of color #AACCD5: hue angle of 192.56º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACCD5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 204 | 213 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.16 |
| HSL | 192.56º | 0.34% | 0.75% | - |
| HSV(B) | 192.56º | 0.2% | 0.84% | - |
| XYZ | 50.18 | 56.54 | 71.22 | - |
| YUV | 194.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 213 | 0.20 | 0.04 | 0 | 0.16 | 192.56 | 0.34 | 0.75 |
| Hex | AA | CC | D5 | 14 | 4 | 0 | 10 | C1 | 22 | 4B |
| Octal | 252 | 314 | 325 | 24 | 4 | 0 | 20 | 301 | 42 | 113 |
| Binary | 10101010 | 11001100 | 11010101 | 10100 | 100 | 0 | 10000 | 11000001 | 100010 | 1001011 |
Color Harmonies of #AACCD5
Complementary color
Monochromatic Colors of #AACCD5
Black with #AACCD5
Text Example
Text Example
White with #AACCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCD5; }
p { color: rgb(170,204,213); }
H1.HeaderClassName
{
color: #AACCD5;
}
.AnyTagClassName
{
color: #AACCD5;
}
</style>
background-color css
<style>
a { background-color: #AACCD5; }
a { background-color: rgb(170,204,213); }
div.DivClassName
{
background-color: #AACCD5;
}
.BgClassName
{
background-color: #AACCD5;
}
</style>
border-color css
<style>
span { border-color: #AACCD5; }
span { border-color: rgb(170,204,213); }
td.TdClassName
{
border-color: #AACCD5;
}
.TagClassName
{
border-color: #AACCD5;
}
</style>