Shades of Regent St Blue #ABCBD1
Tints of Regent St Blue #ABCBD1
RGB
CMYK
RGB Variations
Color information
#ABCBD1 (or 0xABCBD1) is known color: Regent St Blue. HEX triplet: AB, CB and D1. RGB value is (171,203,209). Sum of RGB (Red+Green+Blue) = 171+203+209=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD1 is #54342E. Grayscale: #C2C2C2. Windows color (decimal): -5518383 or 13749163. OLE color: 13749163.
HSL color Cylindrical-coordinate representation of color #ABCBD1: hue angle of 189.47º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCBD1 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 203 | 209 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.18 |
| HSL | 189.47º | 0.29% | 0.75% | - |
| HSV(B) | 189.47º | 0.18% | 0.82% | - |
| XYZ | 49.66 | 55.97 | 68.51 | - |
| YUV | 194.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 209 | 0.18 | 0.03 | 0 | 0.18 | 189.47 | 0.29 | 0.75 |
| Hex | AB | CB | D1 | 12 | 3 | 0 | 12 | BD | 1D | 4B |
| Octal | 253 | 313 | 321 | 22 | 3 | 0 | 22 | 275 | 35 | 113 |
| Binary | 10101011 | 11001011 | 11010001 | 10010 | 11 | 0 | 10010 | 10111101 | 11101 | 1001011 |
Color Harmonies of #ABCBD1
Complementary color
Monochromatic Colors of #ABCBD1
Black with #ABCBD1
Text Example
Text Example
White with #ABCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBD1; }
p { color: rgb(171,203,209); }
H1.HeaderClassName
{
color: #ABCBD1;
}
.AnyTagClassName
{
color: #ABCBD1;
}
</style>
background-color css
<style>
a { background-color: #ABCBD1; }
a { background-color: rgb(171,203,209); }
div.DivClassName
{
background-color: #ABCBD1;
}
.BgClassName
{
background-color: #ABCBD1;
}
</style>
border-color css
<style>
span { border-color: #ABCBD1; }
span { border-color: rgb(171,203,209); }
td.TdClassName
{
border-color: #ABCBD1;
}
.TagClassName
{
border-color: #ABCBD1;
}
</style>