Shades of Regent St Blue #AACBD2
Tints of Regent St Blue #AACBD2
RGB
CMYK
RGB Variations
Color information
#AACBD2 (or 0xAACBD2) is known color: Regent St Blue. HEX triplet: AA, CB and D2. RGB value is (170,203,210). Sum of RGB (Red+Green+Blue) = 170+203+210=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #AACBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBD2 is #55342D. Grayscale: #C1C1C1. Windows color (decimal): -5583918 or 13814698. OLE color: 13814698.
HSL color Cylindrical-coordinate representation of color #AACBD2: hue angle of 190.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACBD2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 203 | 210 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.18 |
| HSL | 190.5º | 0.31% | 0.75% | - |
| HSV(B) | 190.5º | 0.19% | 0.82% | - |
| XYZ | 49.57 | 55.91 | 69.15 | - |
| YUV | 193.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 210 | 0.19 | 0.03 | 0 | 0.18 | 190.5 | 0.31 | 0.75 |
| Hex | AA | CB | D2 | 13 | 3 | 0 | 12 | BE | 1F | 4B |
| Octal | 252 | 313 | 322 | 23 | 3 | 0 | 22 | 276 | 37 | 113 |
| Binary | 10101010 | 11001011 | 11010010 | 10011 | 11 | 0 | 10010 | 10111110 | 11111 | 1001011 |
Color Harmonies of #AACBD2
Complementary color
Monochromatic Colors of #AACBD2
Black with #AACBD2
Text Example
Text Example
White with #AACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBD2; }
p { color: rgb(170,203,210); }
H1.HeaderClassName
{
color: #AACBD2;
}
.AnyTagClassName
{
color: #AACBD2;
}
</style>
background-color css
<style>
a { background-color: #AACBD2; }
a { background-color: rgb(170,203,210); }
div.DivClassName
{
background-color: #AACBD2;
}
.BgClassName
{
background-color: #AACBD2;
}
</style>
border-color css
<style>
span { border-color: #AACBD2; }
span { border-color: rgb(170,203,210); }
td.TdClassName
{
border-color: #AACBD2;
}
.TagClassName
{
border-color: #AACBD2;
}
</style>