Shades of Regent St Blue #ABC8CF
Tints of Regent St Blue #ABC8CF
RGB
CMYK
RGB Variations
Color information
#ABC8CF (or 0xABC8CF) is known color: Regent St Blue. HEX triplet: AB, C8 and CF. RGB value is (171,200,207). Sum of RGB (Red+Green+Blue) = 171+200+207=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CF is #543730. Grayscale: #C0C0C0. Windows color (decimal): -5519153 or 13617323. OLE color: 13617323.
HSL color Cylindrical-coordinate representation of color #ABC8CF: hue angle of 191.67º 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 #ABC8CF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 200 | 207 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 191.67º | 0.27% | 0.74% | - |
| HSV(B) | 191.67º | 0.17% | 0.81% | - |
| XYZ | 48.71 | 54.47 | 66.98 | - |
| YUV | 192.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 207 | 0.17 | 0.03 | 0 | 0.19 | 191.67 | 0.27 | 0.74 |
| Hex | AB | C8 | CF | 11 | 3 | 0 | 13 | C0 | 1B | 4A |
| Octal | 253 | 310 | 317 | 21 | 3 | 0 | 23 | 300 | 33 | 112 |
| Binary | 10101011 | 11001000 | 11001111 | 10001 | 11 | 0 | 10011 | 11000000 | 11011 | 1001010 |
Color Harmonies of #ABC8CF
Complementary color
Monochromatic Colors of #ABC8CF
Black with #ABC8CF
Text Example
Text Example
White with #ABC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8CF; }
p { color: rgb(171,200,207); }
H1.HeaderClassName
{
color: #ABC8CF;
}
.AnyTagClassName
{
color: #ABC8CF;
}
</style>
background-color css
<style>
a { background-color: #ABC8CF; }
a { background-color: rgb(171,200,207); }
div.DivClassName
{
background-color: #ABC8CF;
}
.BgClassName
{
background-color: #ABC8CF;
}
</style>
border-color css
<style>
span { border-color: #ABC8CF; }
span { border-color: rgb(171,200,207); }
td.TdClassName
{
border-color: #ABC8CF;
}
.TagClassName
{
border-color: #ABC8CF;
}
</style>