Shades of Regent St Blue #ABCFD4
Tints of Regent St Blue #ABCFD4
RGB
CMYK
RGB Variations
Color information
#ABCFD4 (or 0xABCFD4) is known color: Regent St Blue. HEX triplet: AB, CF and D4. RGB value is (171,207,212). Sum of RGB (Red+Green+Blue) = 171+207+212=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD4 is #54302B. Grayscale: #C4C4C4. Windows color (decimal): -5517356 or 13946795. OLE color: 13946795.
HSL color Cylindrical-coordinate representation of color #ABCFD4: hue angle of 187.32º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCFD4 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 207 | 212 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.17 |
| HSL | 187.32º | 0.32% | 0.75% | - |
| HSV(B) | 187.32º | 0.19% | 0.83% | - |
| XYZ | 50.99 | 58.04 | 70.8 | - |
| YUV | 196.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 212 | 0.19 | 0.02 | 0 | 0.17 | 187.32 | 0.32 | 0.75 |
| Hex | AB | CF | D4 | 13 | 2 | 0 | 11 | BB | 20 | 4B |
| Octal | 253 | 317 | 324 | 23 | 2 | 0 | 21 | 273 | 40 | 113 |
| Binary | 10101011 | 11001111 | 11010100 | 10011 | 10 | 0 | 10001 | 10111011 | 100000 | 1001011 |
Color Harmonies of #ABCFD4
Complementary color
Monochromatic Colors of #ABCFD4
Black with #ABCFD4
Text Example
Text Example
White with #ABCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFD4; }
p { color: rgb(171,207,212); }
H1.HeaderClassName
{
color: #ABCFD4;
}
.AnyTagClassName
{
color: #ABCFD4;
}
</style>
background-color css
<style>
a { background-color: #ABCFD4; }
a { background-color: rgb(171,207,212); }
div.DivClassName
{
background-color: #ABCFD4;
}
.BgClassName
{
background-color: #ABCFD4;
}
</style>
border-color css
<style>
span { border-color: #ABCFD4; }
span { border-color: rgb(171,207,212); }
td.TdClassName
{
border-color: #ABCFD4;
}
.TagClassName
{
border-color: #ABCFD4;
}
</style>