Shades of Regent St Blue #ABC9D8
Tints of Regent St Blue #ABC9D8
RGB
CMYK
RGB Variations
Color information
#ABC9D8 (or 0xABC9D8) is known color: Regent St Blue. HEX triplet: AB, C9 and D8. RGB value is (171,201,216). Sum of RGB (Red+Green+Blue) = 171+201+216=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9D8 is #543627. Grayscale: #C1C1C1. Windows color (decimal): -5518888 or 14207403. OLE color: 14207403.
HSL color Cylindrical-coordinate representation of color #ABC9D8: hue angle of 200º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC9D8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 201 | 216 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.15 |
| HSL | 200º | 0.37% | 0.76% | - |
| HSV(B) | 200º | 0.21% | 0.85% | - |
| XYZ | 50.08 | 55.39 | 73.02 | - |
| YUV | 193.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 216 | 0.21 | 0.07 | 0 | 0.15 | 200 | 0.37 | 0.76 |
| Hex | AB | C9 | D8 | 15 | 7 | 0 | F | C8 | 25 | 4C |
| Octal | 253 | 311 | 330 | 25 | 7 | 0 | 17 | 310 | 45 | 114 |
| Binary | 10101011 | 11001001 | 11011000 | 10101 | 111 | 0 | 1111 | 11001000 | 100101 | 1001100 |
Color Harmonies of #ABC9D8
Complementary color
Monochromatic Colors of #ABC9D8
Black with #ABC9D8
Text Example
Text Example
White with #ABC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9D8; }
p { color: rgb(171,201,216); }
H1.HeaderClassName
{
color: #ABC9D8;
}
.AnyTagClassName
{
color: #ABC9D8;
}
</style>
background-color css
<style>
a { background-color: #ABC9D8; }
a { background-color: rgb(171,201,216); }
div.DivClassName
{
background-color: #ABC9D8;
}
.BgClassName
{
background-color: #ABC9D8;
}
</style>
border-color css
<style>
span { border-color: #ABC9D8; }
span { border-color: rgb(171,201,216); }
td.TdClassName
{
border-color: #ABC9D8;
}
.TagClassName
{
border-color: #ABC9D8;
}
</style>