Shades of Regent St Blue #ABC5D0
Tints of Regent St Blue #ABC5D0
RGB
CMYK
RGB Variations
Color information
#ABC5D0 (or 0xABC5D0) is known color: Regent St Blue. HEX triplet: AB, C5 and D0. RGB value is (171,197,208). Sum of RGB (Red+Green+Blue) = 171+197+208=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5D0 is #543A2F. Grayscale: #BEBEBE. Windows color (decimal): -5519920 or 13682091. OLE color: 13682091.
HSL color Cylindrical-coordinate representation of color #ABC5D0: hue angle of 197.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC5D0 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 197 | 208 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.18 |
| HSL | 197.84º | 0.28% | 0.74% | - |
| HSV(B) | 197.84º | 0.18% | 0.82% | - |
| XYZ | 48.15 | 53.14 | 67.39 | - |
| YUV | 190.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 208 | 0.18 | 0.05 | 0 | 0.18 | 197.84 | 0.28 | 0.74 |
| Hex | AB | C5 | D0 | 12 | 5 | 0 | 12 | C6 | 1C | 4A |
| Octal | 253 | 305 | 320 | 22 | 5 | 0 | 22 | 306 | 34 | 112 |
| Binary | 10101011 | 11000101 | 11010000 | 10010 | 101 | 0 | 10010 | 11000110 | 11100 | 1001010 |
Color Harmonies of #ABC5D0
Complementary color
Monochromatic Colors of #ABC5D0
Black with #ABC5D0
Text Example
Text Example
White with #ABC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5D0; }
p { color: rgb(171,197,208); }
H1.HeaderClassName
{
color: #ABC5D0;
}
.AnyTagClassName
{
color: #ABC5D0;
}
</style>
background-color css
<style>
a { background-color: #ABC5D0; }
a { background-color: rgb(171,197,208); }
div.DivClassName
{
background-color: #ABC5D0;
}
.BgClassName
{
background-color: #ABC5D0;
}
</style>
border-color css
<style>
span { border-color: #ABC5D0; }
span { border-color: rgb(171,197,208); }
td.TdClassName
{
border-color: #ABC5D0;
}
.TagClassName
{
border-color: #ABC5D0;
}
</style>