Shades of Regent St Blue #ABCFD5
Tints of Regent St Blue #ABCFD5
RGB
CMYK
RGB Variations
Color information
#ABCFD5 (or 0xABCFD5) is known color: Regent St Blue. HEX triplet: AB, CF and D5. RGB value is (171,207,213). Sum of RGB (Red+Green+Blue) = 171+207+213=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD5 is #54302A. Grayscale: #C4C4C4. Windows color (decimal): -5517355 or 14012331. OLE color: 14012331.
HSL color Cylindrical-coordinate representation of color #ABCFD5: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCFD5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 207 | 213 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.16 |
| HSL | 188.57º | 0.33% | 0.75% | - |
| HSV(B) | 188.57º | 0.2% | 0.84% | - |
| XYZ | 51.12 | 58.09 | 71.47 | - |
| YUV | 196.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 213 | 0.20 | 0.03 | 0 | 0.16 | 188.57 | 0.33 | 0.75 |
| Hex | AB | CF | D5 | 14 | 3 | 0 | 10 | BD | 21 | 4B |
| Octal | 253 | 317 | 325 | 24 | 3 | 0 | 20 | 275 | 41 | 113 |
| Binary | 10101011 | 11001111 | 11010101 | 10100 | 11 | 0 | 10000 | 10111101 | 100001 | 1001011 |
Color Harmonies of #ABCFD5
Complementary color
Monochromatic Colors of #ABCFD5
Black with #ABCFD5
Text Example
Text Example
White with #ABCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFD5; }
p { color: rgb(171,207,213); }
H1.HeaderClassName
{
color: #ABCFD5;
}
.AnyTagClassName
{
color: #ABCFD5;
}
</style>
background-color css
<style>
a { background-color: #ABCFD5; }
a { background-color: rgb(171,207,213); }
div.DivClassName
{
background-color: #ABCFD5;
}
.BgClassName
{
background-color: #ABCFD5;
}
</style>
border-color css
<style>
span { border-color: #ABCFD5; }
span { border-color: rgb(171,207,213); }
td.TdClassName
{
border-color: #ABCFD5;
}
.TagClassName
{
border-color: #ABCFD5;
}
</style>