Shades of Regent St Blue #ABC7CE
Tints of Regent St Blue #ABC7CE
RGB
CMYK
RGB Variations
Color information
#ABC7CE (or 0xABC7CE) is known color: Regent St Blue. HEX triplet: AB, C7 and CE. RGB value is (171,199,206). Sum of RGB (Red+Green+Blue) = 171+199+206=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7CE is #543831. Grayscale: #BFBFBF. Windows color (decimal): -5519410 or 13551531. OLE color: 13551531.
HSL color Cylindrical-coordinate representation of color #ABC7CE: hue angle of 192º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC7CE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 199 | 206 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 192º | 0.26% | 0.74% | - |
| HSV(B) | 192º | 0.17% | 0.81% | - |
| XYZ | 48.36 | 53.96 | 66.26 | - |
| YUV | 191.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 206 | 0.17 | 0.03 | 0 | 0.19 | 192 | 0.26 | 0.74 |
| Hex | AB | C7 | CE | 11 | 3 | 0 | 13 | C0 | 1A | 4A |
| Octal | 253 | 307 | 316 | 21 | 3 | 0 | 23 | 300 | 32 | 112 |
| Binary | 10101011 | 11000111 | 11001110 | 10001 | 11 | 0 | 10011 | 11000000 | 11010 | 1001010 |
Color Harmonies of #ABC7CE
Complementary color
Monochromatic Colors of #ABC7CE
Black with #ABC7CE
Text Example
Text Example
White with #ABC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7CE; }
p { color: rgb(171,199,206); }
H1.HeaderClassName
{
color: #ABC7CE;
}
.AnyTagClassName
{
color: #ABC7CE;
}
</style>
background-color css
<style>
a { background-color: #ABC7CE; }
a { background-color: rgb(171,199,206); }
div.DivClassName
{
background-color: #ABC7CE;
}
.BgClassName
{
background-color: #ABC7CE;
}
</style>
border-color css
<style>
span { border-color: #ABC7CE; }
span { border-color: rgb(171,199,206); }
td.TdClassName
{
border-color: #ABC7CE;
}
.TagClassName
{
border-color: #ABC7CE;
}
</style>