Shades of Regent St Blue #ABCED4
Tints of Regent St Blue #ABCED4
RGB
CMYK
RGB Variations
Color information
#ABCED4 (or 0xABCED4) is known color: Regent St Blue. HEX triplet: AB, CE and D4. RGB value is (171,206,212). Sum of RGB (Red+Green+Blue) = 171+206+212=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED4 is #54312B. Grayscale: #C4C4C4. Windows color (decimal): -5517612 or 13946539. OLE color: 13946539.
HSL color Cylindrical-coordinate representation of color #ABCED4: hue angle of 188.78º 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 #ABCED4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 206 | 212 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.17 |
| HSL | 188.78º | 0.32% | 0.75% | - |
| HSV(B) | 188.78º | 0.19% | 0.83% | - |
| XYZ | 50.75 | 57.55 | 70.72 | - |
| YUV | 196.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 212 | 0.19 | 0.03 | 0 | 0.17 | 188.78 | 0.32 | 0.75 |
| Hex | AB | CE | D4 | 13 | 3 | 0 | 11 | BD | 20 | 4B |
| Octal | 253 | 316 | 324 | 23 | 3 | 0 | 21 | 275 | 40 | 113 |
| Binary | 10101011 | 11001110 | 11010100 | 10011 | 11 | 0 | 10001 | 10111101 | 100000 | 1001011 |
Color Harmonies of #ABCED4
Complementary color
Monochromatic Colors of #ABCED4
Black with #ABCED4
Text Example
Text Example
White with #ABCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCED4; }
p { color: rgb(171,206,212); }
H1.HeaderClassName
{
color: #ABCED4;
}
.AnyTagClassName
{
color: #ABCED4;
}
</style>
background-color css
<style>
a { background-color: #ABCED4; }
a { background-color: rgb(171,206,212); }
div.DivClassName
{
background-color: #ABCED4;
}
.BgClassName
{
background-color: #ABCED4;
}
</style>
border-color css
<style>
span { border-color: #ABCED4; }
span { border-color: rgb(171,206,212); }
td.TdClassName
{
border-color: #ABCED4;
}
.TagClassName
{
border-color: #ABCED4;
}
</style>