Shades of Regent St Blue #ABCCD3
Tints of Regent St Blue #ABCCD3
RGB
CMYK
RGB Variations
Color information
#ABCCD3 (or 0xABCCD3) is known color: Regent St Blue. HEX triplet: AB, CC and D3. RGB value is (171,204,211). Sum of RGB (Red+Green+Blue) = 171+204+211=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABCCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD3 is #54332C. Grayscale: #C2C2C2. Windows color (decimal): -5518125 or 13880491. OLE color: 13880491.
HSL color Cylindrical-coordinate representation of color #ABCCD3: hue angle of 190.5º degrees, saturation: 0.31, 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 #ABCCD3 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 204 | 211 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.17 |
| HSL | 190.5º | 0.31% | 0.75% | - |
| HSV(B) | 190.5º | 0.19% | 0.83% | - |
| XYZ | 50.15 | 56.55 | 69.9 | - |
| YUV | 194.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 211 | 0.19 | 0.03 | 0 | 0.17 | 190.5 | 0.31 | 0.75 |
| Hex | AB | CC | D3 | 13 | 3 | 0 | 11 | BE | 1F | 4B |
| Octal | 253 | 314 | 323 | 23 | 3 | 0 | 21 | 276 | 37 | 113 |
| Binary | 10101011 | 11001100 | 11010011 | 10011 | 11 | 0 | 10001 | 10111110 | 11111 | 1001011 |
Color Harmonies of #ABCCD3
Complementary color
Monochromatic Colors of #ABCCD3
Black with #ABCCD3
Text Example
Text Example
White with #ABCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCD3; }
p { color: rgb(171,204,211); }
H1.HeaderClassName
{
color: #ABCCD3;
}
.AnyTagClassName
{
color: #ABCCD3;
}
</style>
background-color css
<style>
a { background-color: #ABCCD3; }
a { background-color: rgb(171,204,211); }
div.DivClassName
{
background-color: #ABCCD3;
}
.BgClassName
{
background-color: #ABCCD3;
}
</style>
border-color css
<style>
span { border-color: #ABCCD3; }
span { border-color: rgb(171,204,211); }
td.TdClassName
{
border-color: #ABCCD3;
}
.TagClassName
{
border-color: #ABCCD3;
}
</style>