Shades of Regent St Blue #ABCBD5
Tints of Regent St Blue #ABCBD5
RGB
CMYK
RGB Variations
Color information
#ABCBD5 (or 0xABCBD5) is known color: Regent St Blue. HEX triplet: AB, CB and D5. RGB value is (171,203,213). Sum of RGB (Red+Green+Blue) = 171+203+213=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD5 is #54342A. Grayscale: #C2C2C2. Windows color (decimal): -5518379 or 14011307. OLE color: 14011307.
HSL color Cylindrical-coordinate representation of color #ABCBD5: hue angle of 194.29º 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 #ABCBD5 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 203 | 213 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.16 |
| HSL | 194.29º | 0.33% | 0.75% | - |
| HSV(B) | 194.29º | 0.2% | 0.84% | - |
| XYZ | 50.16 | 56.17 | 71.15 | - |
| YUV | 194.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 213 | 0.20 | 0.05 | 0 | 0.16 | 194.29 | 0.33 | 0.75 |
| Hex | AB | CB | D5 | 14 | 5 | 0 | 10 | C2 | 21 | 4B |
| Octal | 253 | 313 | 325 | 24 | 5 | 0 | 20 | 302 | 41 | 113 |
| Binary | 10101011 | 11001011 | 11010101 | 10100 | 101 | 0 | 10000 | 11000010 | 100001 | 1001011 |
Color Harmonies of #ABCBD5
Complementary color
Monochromatic Colors of #ABCBD5
Black with #ABCBD5
Text Example
Text Example
White with #ABCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBD5; }
p { color: rgb(171,203,213); }
H1.HeaderClassName
{
color: #ABCBD5;
}
.AnyTagClassName
{
color: #ABCBD5;
}
</style>
background-color css
<style>
a { background-color: #ABCBD5; }
a { background-color: rgb(171,203,213); }
div.DivClassName
{
background-color: #ABCBD5;
}
.BgClassName
{
background-color: #ABCBD5;
}
</style>
border-color css
<style>
span { border-color: #ABCBD5; }
span { border-color: rgb(171,203,213); }
td.TdClassName
{
border-color: #ABCBD5;
}
.TagClassName
{
border-color: #ABCBD5;
}
</style>