Shades of Regent St Blue #ABCACF
Tints of Regent St Blue #ABCACF
RGB
CMYK
RGB Variations
Color information
#ABCACF (or 0xABCACF) is known color: Regent St Blue. HEX triplet: AB, CA and CF. RGB value is (171,202,207). Sum of RGB (Red+Green+Blue) = 171+202+207=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACF is #543530. Grayscale: #C1C1C1. Windows color (decimal): -5518641 or 13617835. OLE color: 13617835.
HSL color Cylindrical-coordinate representation of color #ABCACF: hue angle of 188.33º 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 #ABCACF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 202 | 207 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 188.33º | 0.27% | 0.74% | - |
| HSV(B) | 188.33º | 0.17% | 0.81% | - |
| XYZ | 49.18 | 55.4 | 67.13 | - |
| YUV | 193.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 207 | 0.17 | 0.02 | 0 | 0.19 | 188.33 | 0.27 | 0.74 |
| Hex | AB | CA | CF | 11 | 2 | 0 | 13 | BC | 1B | 4A |
| Octal | 253 | 312 | 317 | 21 | 2 | 0 | 23 | 274 | 33 | 112 |
| Binary | 10101011 | 11001010 | 11001111 | 10001 | 10 | 0 | 10011 | 10111100 | 11011 | 1001010 |
Color Harmonies of #ABCACF
Complementary color
Monochromatic Colors of #ABCACF
Black with #ABCACF
Text Example
Text Example
White with #ABCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCACF; }
p { color: rgb(171,202,207); }
H1.HeaderClassName
{
color: #ABCACF;
}
.AnyTagClassName
{
color: #ABCACF;
}
</style>
background-color css
<style>
a { background-color: #ABCACF; }
a { background-color: rgb(171,202,207); }
div.DivClassName
{
background-color: #ABCACF;
}
.BgClassName
{
background-color: #ABCACF;
}
</style>
border-color css
<style>
span { border-color: #ABCACF; }
span { border-color: rgb(171,202,207); }
td.TdClassName
{
border-color: #ABCACF;
}
.TagClassName
{
border-color: #ABCACF;
}
</style>