Shades of Regent St Blue #ABC9D1
Tints of Regent St Blue #ABC9D1
RGB
CMYK
RGB Variations
Color information
#ABC9D1 (or 0xABC9D1) is known color: Regent St Blue. HEX triplet: AB, C9 and D1. RGB value is (171,201,209). Sum of RGB (Red+Green+Blue) = 171+201+209=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABC9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9D1 is #54362E. Grayscale: #C0C0C0. Windows color (decimal): -5518895 or 13748651. OLE color: 13748651.
HSL color Cylindrical-coordinate representation of color #ABC9D1: hue angle of 192.63º 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 #ABC9D1 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 201 | 209 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.18 |
| HSL | 192.63º | 0.29% | 0.75% | - |
| HSV(B) | 192.63º | 0.18% | 0.82% | - |
| XYZ | 49.19 | 55.03 | 68.35 | - |
| YUV | 192.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 209 | 0.18 | 0.04 | 0 | 0.18 | 192.63 | 0.29 | 0.75 |
| Hex | AB | C9 | D1 | 12 | 4 | 0 | 12 | C1 | 1D | 4B |
| Octal | 253 | 311 | 321 | 22 | 4 | 0 | 22 | 301 | 35 | 113 |
| Binary | 10101011 | 11001001 | 11010001 | 10010 | 100 | 0 | 10010 | 11000001 | 11101 | 1001011 |
Color Harmonies of #ABC9D1
Complementary color
Monochromatic Colors of #ABC9D1
Black with #ABC9D1
Text Example
Text Example
White with #ABC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9D1; }
p { color: rgb(171,201,209); }
H1.HeaderClassName
{
color: #ABC9D1;
}
.AnyTagClassName
{
color: #ABC9D1;
}
</style>
background-color css
<style>
a { background-color: #ABC9D1; }
a { background-color: rgb(171,201,209); }
div.DivClassName
{
background-color: #ABC9D1;
}
.BgClassName
{
background-color: #ABC9D1;
}
</style>
border-color css
<style>
span { border-color: #ABC9D1; }
span { border-color: rgb(171,201,209); }
td.TdClassName
{
border-color: #ABC9D1;
}
.TagClassName
{
border-color: #ABC9D1;
}
</style>