Shades of Regent St Blue #ABC9CE
Tints of Regent St Blue #ABC9CE
RGB
CMYK
RGB Variations
Color information
#ABC9CE (or 0xABC9CE) is known color: Regent St Blue. HEX triplet: AB, C9 and CE. RGB value is (171,201,206). Sum of RGB (Red+Green+Blue) = 171+201+206=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9CE is #543631. Grayscale: #C0C0C0. Windows color (decimal): -5518898 or 13552043. OLE color: 13552043.
HSL color Cylindrical-coordinate representation of color #ABC9CE: hue angle of 188.57º 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 #ABC9CE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 201 | 206 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 188.57º | 0.26% | 0.74% | - |
| HSV(B) | 188.57º | 0.17% | 0.81% | - |
| XYZ | 48.82 | 54.89 | 66.41 | - |
| YUV | 192.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 206 | 0.17 | 0.02 | 0 | 0.19 | 188.57 | 0.26 | 0.74 |
| Hex | AB | C9 | CE | 11 | 2 | 0 | 13 | BD | 1A | 4A |
| Octal | 253 | 311 | 316 | 21 | 2 | 0 | 23 | 275 | 32 | 112 |
| Binary | 10101011 | 11001001 | 11001110 | 10001 | 10 | 0 | 10011 | 10111101 | 11010 | 1001010 |
Color Harmonies of #ABC9CE
Complementary color
Monochromatic Colors of #ABC9CE
Black with #ABC9CE
Text Example
Text Example
White with #ABC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9CE; }
p { color: rgb(171,201,206); }
H1.HeaderClassName
{
color: #ABC9CE;
}
.AnyTagClassName
{
color: #ABC9CE;
}
</style>
background-color css
<style>
a { background-color: #ABC9CE; }
a { background-color: rgb(171,201,206); }
div.DivClassName
{
background-color: #ABC9CE;
}
.BgClassName
{
background-color: #ABC9CE;
}
</style>
border-color css
<style>
span { border-color: #ABC9CE; }
span { border-color: rgb(171,201,206); }
td.TdClassName
{
border-color: #ABC9CE;
}
.TagClassName
{
border-color: #ABC9CE;
}
</style>