Shades of Regent St Blue #ABC7D0
Tints of Regent St Blue #ABC7D0
RGB
CMYK
RGB Variations
Color information
#ABC7D0 (or 0xABC7D0) is known color: Regent St Blue. HEX triplet: AB, C7 and D0. RGB value is (171,199,208). Sum of RGB (Red+Green+Blue) = 171+199+208=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7D0 is #54382F. Grayscale: #BFBFBF. Windows color (decimal): -5519408 or 13682603. OLE color: 13682603.
HSL color Cylindrical-coordinate representation of color #ABC7D0: hue angle of 194.59º 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 #ABC7D0 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 199 | 208 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.18 |
| HSL | 194.59º | 0.28% | 0.74% | - |
| HSV(B) | 194.59º | 0.18% | 0.82% | - |
| XYZ | 48.6 | 54.06 | 67.55 | - |
| YUV | 191.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 208 | 0.18 | 0.04 | 0 | 0.18 | 194.59 | 0.28 | 0.74 |
| Hex | AB | C7 | D0 | 12 | 4 | 0 | 12 | C3 | 1C | 4A |
| Octal | 253 | 307 | 320 | 22 | 4 | 0 | 22 | 303 | 34 | 112 |
| Binary | 10101011 | 11000111 | 11010000 | 10010 | 100 | 0 | 10010 | 11000011 | 11100 | 1001010 |
Color Harmonies of #ABC7D0
Complementary color
Monochromatic Colors of #ABC7D0
Black with #ABC7D0
Text Example
Text Example
White with #ABC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7D0; }
p { color: rgb(171,199,208); }
H1.HeaderClassName
{
color: #ABC7D0;
}
.AnyTagClassName
{
color: #ABC7D0;
}
</style>
background-color css
<style>
a { background-color: #ABC7D0; }
a { background-color: rgb(171,199,208); }
div.DivClassName
{
background-color: #ABC7D0;
}
.BgClassName
{
background-color: #ABC7D0;
}
</style>
border-color css
<style>
span { border-color: #ABC7D0; }
span { border-color: rgb(171,199,208); }
td.TdClassName
{
border-color: #ABC7D0;
}
.TagClassName
{
border-color: #ABC7D0;
}
</style>