Shades of Regent St Blue #ABCFD7
Tints of Regent St Blue #ABCFD7
RGB
CMYK
RGB Variations
Color information
#ABCFD7 (or 0xABCFD7) is known color: Regent St Blue. HEX triplet: AB, CF and D7. RGB value is (171,207,215). Sum of RGB (Red+Green+Blue) = 171+207+215=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD7 is #543028. Grayscale: #C5C5C5. Windows color (decimal): -5517353 or 14143403. OLE color: 14143403.
HSL color Cylindrical-coordinate representation of color #ABCFD7: hue angle of 190.91º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCFD7 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 207 | 215 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.16 |
| HSL | 190.91º | 0.35% | 0.76% | - |
| HSV(B) | 190.91º | 0.2% | 0.84% | - |
| XYZ | 51.37 | 58.19 | 72.81 | - |
| YUV | 197.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 215 | 0.20 | 0.04 | 0 | 0.16 | 190.91 | 0.35 | 0.76 |
| Hex | AB | CF | D7 | 14 | 4 | 0 | 10 | BF | 23 | 4C |
| Octal | 253 | 317 | 327 | 24 | 4 | 0 | 20 | 277 | 43 | 114 |
| Binary | 10101011 | 11001111 | 11010111 | 10100 | 100 | 0 | 10000 | 10111111 | 100011 | 1001100 |
Color Harmonies of #ABCFD7
Complementary color
Monochromatic Colors of #ABCFD7
Black with #ABCFD7
Text Example
Text Example
White with #ABCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFD7; }
p { color: rgb(171,207,215); }
H1.HeaderClassName
{
color: #ABCFD7;
}
.AnyTagClassName
{
color: #ABCFD7;
}
</style>
background-color css
<style>
a { background-color: #ABCFD7; }
a { background-color: rgb(171,207,215); }
div.DivClassName
{
background-color: #ABCFD7;
}
.BgClassName
{
background-color: #ABCFD7;
}
</style>
border-color css
<style>
span { border-color: #ABCFD7; }
span { border-color: rgb(171,207,215); }
td.TdClassName
{
border-color: #ABCFD7;
}
.TagClassName
{
border-color: #ABCFD7;
}
</style>