Shades of Regent St Blue #ABCED7
Tints of Regent St Blue #ABCED7
RGB
CMYK
RGB Variations
Color information
#ABCED7 (or 0xABCED7) is known color: Regent St Blue. HEX triplet: AB, CE and D7. RGB value is (171,206,215). Sum of RGB (Red+Green+Blue) = 171+206+215=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED7 is #543128. Grayscale: #C4C4C4. Windows color (decimal): -5517609 or 14143147. OLE color: 14143147.
HSL color Cylindrical-coordinate representation of color #ABCED7: hue angle of 192.27º 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 #ABCED7 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 206 | 215 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.16 |
| HSL | 192.27º | 0.35% | 0.76% | - |
| HSV(B) | 192.27º | 0.2% | 0.84% | - |
| XYZ | 51.13 | 57.71 | 72.73 | - |
| YUV | 196.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 215 | 0.20 | 0.04 | 0 | 0.16 | 192.27 | 0.35 | 0.76 |
| Hex | AB | CE | D7 | 14 | 4 | 0 | 10 | C0 | 23 | 4C |
| Octal | 253 | 316 | 327 | 24 | 4 | 0 | 20 | 300 | 43 | 114 |
| Binary | 10101011 | 11001110 | 11010111 | 10100 | 100 | 0 | 10000 | 11000000 | 100011 | 1001100 |
Color Harmonies of #ABCED7
Complementary color
Monochromatic Colors of #ABCED7
Black with #ABCED7
Text Example
Text Example
White with #ABCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCED7; }
p { color: rgb(171,206,215); }
H1.HeaderClassName
{
color: #ABCED7;
}
.AnyTagClassName
{
color: #ABCED7;
}
</style>
background-color css
<style>
a { background-color: #ABCED7; }
a { background-color: rgb(171,206,215); }
div.DivClassName
{
background-color: #ABCED7;
}
.BgClassName
{
background-color: #ABCED7;
}
</style>
border-color css
<style>
span { border-color: #ABCED7; }
span { border-color: rgb(171,206,215); }
td.TdClassName
{
border-color: #ABCED7;
}
.TagClassName
{
border-color: #ABCED7;
}
</style>