Shades of Regent St Blue #ABC9CF
Tints of Regent St Blue #ABC9CF
RGB
CMYK
RGB Variations
Color information
#ABC9CF (or 0xABC9CF) is known color: Regent St Blue. HEX triplet: AB, C9 and CF. RGB value is (171,201,207). Sum of RGB (Red+Green+Blue) = 171+201+207=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9CF is #543630. Grayscale: #C0C0C0. Windows color (decimal): -5518897 or 13617579. OLE color: 13617579.
HSL color Cylindrical-coordinate representation of color #ABC9CF: hue angle of 190º degrees, saturation: 0.27, 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 #ABC9CF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 201 | 207 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 190º | 0.27% | 0.74% | - |
| HSV(B) | 190º | 0.17% | 0.81% | - |
| XYZ | 48.94 | 54.94 | 67.06 | - |
| YUV | 192.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 207 | 0.17 | 0.03 | 0 | 0.19 | 190 | 0.27 | 0.74 |
| Hex | AB | C9 | CF | 11 | 3 | 0 | 13 | BE | 1B | 4A |
| Octal | 253 | 311 | 317 | 21 | 3 | 0 | 23 | 276 | 33 | 112 |
| Binary | 10101011 | 11001001 | 11001111 | 10001 | 11 | 0 | 10011 | 10111110 | 11011 | 1001010 |
Color Harmonies of #ABC9CF
Complementary color
Monochromatic Colors of #ABC9CF
Black with #ABC9CF
Text Example
Text Example
White with #ABC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9CF; }
p { color: rgb(171,201,207); }
H1.HeaderClassName
{
color: #ABC9CF;
}
.AnyTagClassName
{
color: #ABC9CF;
}
</style>
background-color css
<style>
a { background-color: #ABC9CF; }
a { background-color: rgb(171,201,207); }
div.DivClassName
{
background-color: #ABC9CF;
}
.BgClassName
{
background-color: #ABC9CF;
}
</style>
border-color css
<style>
span { border-color: #ABC9CF; }
span { border-color: rgb(171,201,207); }
td.TdClassName
{
border-color: #ABC9CF;
}
.TagClassName
{
border-color: #ABC9CF;
}
</style>