Shades of Regent St Blue #AACBD8
Tints of Regent St Blue #AACBD8
RGB
CMYK
RGB Variations
Color information
#AACBD8 (or 0xAACBD8) is known color: Regent St Blue. HEX triplet: AA, CB and D8. RGB value is (170,203,216). Sum of RGB (Red+Green+Blue) = 170+203+216=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBD8 is #553427. Grayscale: #C2C2C2. Windows color (decimal): -5583912 or 14207914. OLE color: 14207914.
HSL color Cylindrical-coordinate representation of color #AACBD8: hue angle of 196.96º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACBD8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 203 | 216 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.15 |
| HSL | 196.96º | 0.37% | 0.76% | - |
| HSV(B) | 196.96º | 0.21% | 0.85% | - |
| XYZ | 50.33 | 56.22 | 73.16 | - |
| YUV | 194.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 216 | 0.21 | 0.06 | 0 | 0.15 | 196.96 | 0.37 | 0.76 |
| Hex | AA | CB | D8 | 15 | 6 | 0 | F | C5 | 25 | 4C |
| Octal | 252 | 313 | 330 | 25 | 6 | 0 | 17 | 305 | 45 | 114 |
| Binary | 10101010 | 11001011 | 11011000 | 10101 | 110 | 0 | 1111 | 11000101 | 100101 | 1001100 |
Color Harmonies of #AACBD8
Complementary color
Monochromatic Colors of #AACBD8
Black with #AACBD8
Text Example
Text Example
White with #AACBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBD8; }
p { color: rgb(170,203,216); }
H1.HeaderClassName
{
color: #AACBD8;
}
.AnyTagClassName
{
color: #AACBD8;
}
</style>
background-color css
<style>
a { background-color: #AACBD8; }
a { background-color: rgb(170,203,216); }
div.DivClassName
{
background-color: #AACBD8;
}
.BgClassName
{
background-color: #AACBD8;
}
</style>
border-color css
<style>
span { border-color: #AACBD8; }
span { border-color: rgb(170,203,216); }
td.TdClassName
{
border-color: #AACBD8;
}
.TagClassName
{
border-color: #AACBD8;
}
</style>