Shades of Regent St Blue #ABC7D6
Tints of Regent St Blue #ABC7D6
RGB
CMYK
RGB Variations
Color information
#ABC7D6 (or 0xABC7D6) is known color: Regent St Blue. HEX triplet: AB, C7 and D6. RGB value is (171,199,214). Sum of RGB (Red+Green+Blue) = 171+199+214=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABC7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7D6 is #543829. Grayscale: #C0C0C0. Windows color (decimal): -5519402 or 14075819. OLE color: 14075819.
HSL color Cylindrical-coordinate representation of color #ABC7D6: hue angle of 200.93º degrees, saturation: 0.34, 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 #ABC7D6 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 199 | 214 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.16 |
| HSL | 200.93º | 0.34% | 0.75% | - |
| HSV(B) | 200.93º | 0.2% | 0.84% | - |
| XYZ | 49.36 | 54.36 | 71.51 | - |
| YUV | 192.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 214 | 0.20 | 0.07 | 0 | 0.16 | 200.93 | 0.34 | 0.75 |
| Hex | AB | C7 | D6 | 14 | 7 | 0 | 10 | C9 | 22 | 4B |
| Octal | 253 | 307 | 326 | 24 | 7 | 0 | 20 | 311 | 42 | 113 |
| Binary | 10101011 | 11000111 | 11010110 | 10100 | 111 | 0 | 10000 | 11001001 | 100010 | 1001011 |
Color Harmonies of #ABC7D6
Complementary color
Monochromatic Colors of #ABC7D6
Black with #ABC7D6
Text Example
Text Example
White with #ABC7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7D6; }
p { color: rgb(171,199,214); }
H1.HeaderClassName
{
color: #ABC7D6;
}
.AnyTagClassName
{
color: #ABC7D6;
}
</style>
background-color css
<style>
a { background-color: #ABC7D6; }
a { background-color: rgb(171,199,214); }
div.DivClassName
{
background-color: #ABC7D6;
}
.BgClassName
{
background-color: #ABC7D6;
}
</style>
border-color css
<style>
span { border-color: #ABC7D6; }
span { border-color: rgb(171,199,214); }
td.TdClassName
{
border-color: #ABC7D6;
}
.TagClassName
{
border-color: #ABC7D6;
}
</style>