Shades of Regent St Blue #AACBD5
Tints of Regent St Blue #AACBD5
RGB
CMYK
RGB Variations
Color information
#AACBD5 (or 0xAACBD5) is known color: Regent St Blue. HEX triplet: AA, CB and D5. RGB value is (170,203,213). Sum of RGB (Red+Green+Blue) = 170+203+213=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBD5 is #55342A. Grayscale: #C2C2C2. Windows color (decimal): -5583915 or 14011306. OLE color: 14011306.
HSL color Cylindrical-coordinate representation of color #AACBD5: hue angle of 193.95º 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 #AACBD5 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 203 | 213 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.16 |
| HSL | 193.95º | 0.34% | 0.75% | - |
| HSV(B) | 193.95º | 0.2% | 0.84% | - |
| XYZ | 49.94 | 56.06 | 71.14 | - |
| YUV | 194.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 213 | 0.20 | 0.05 | 0 | 0.16 | 193.95 | 0.34 | 0.75 |
| Hex | AA | CB | D5 | 14 | 5 | 0 | 10 | C2 | 22 | 4B |
| Octal | 252 | 313 | 325 | 24 | 5 | 0 | 20 | 302 | 42 | 113 |
| Binary | 10101010 | 11001011 | 11010101 | 10100 | 101 | 0 | 10000 | 11000010 | 100010 | 1001011 |
Color Harmonies of #AACBD5
Complementary color
Monochromatic Colors of #AACBD5
Black with #AACBD5
Text Example
Text Example
White with #AACBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBD5; }
p { color: rgb(170,203,213); }
H1.HeaderClassName
{
color: #AACBD5;
}
.AnyTagClassName
{
color: #AACBD5;
}
</style>
background-color css
<style>
a { background-color: #AACBD5; }
a { background-color: rgb(170,203,213); }
div.DivClassName
{
background-color: #AACBD5;
}
.BgClassName
{
background-color: #AACBD5;
}
</style>
border-color css
<style>
span { border-color: #AACBD5; }
span { border-color: rgb(170,203,213); }
td.TdClassName
{
border-color: #AACBD5;
}
.TagClassName
{
border-color: #AACBD5;
}
</style>