Shades of Regent St Blue #ABCAD4
Tints of Regent St Blue #ABCAD4
RGB
CMYK
RGB Variations
Color information
#ABCAD4 (or 0xABCAD4) is known color: Regent St Blue. HEX triplet: AB, CA and D4. RGB value is (171,202,212). Sum of RGB (Red+Green+Blue) = 171+202+212=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD4 is #54352B. Grayscale: #C1C1C1. Windows color (decimal): -5518636 or 13945515. OLE color: 13945515.
HSL color Cylindrical-coordinate representation of color #ABCAD4: hue angle of 194.63º 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 #ABCAD4 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 202 | 212 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.17 |
| HSL | 194.63º | 0.32% | 0.75% | - |
| HSV(B) | 194.63º | 0.19% | 0.83% | - |
| XYZ | 49.8 | 55.65 | 70.4 | - |
| YUV | 193.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 212 | 0.19 | 0.05 | 0 | 0.17 | 194.63 | 0.32 | 0.75 |
| Hex | AB | CA | D4 | 13 | 5 | 0 | 11 | C3 | 20 | 4B |
| Octal | 253 | 312 | 324 | 23 | 5 | 0 | 21 | 303 | 40 | 113 |
| Binary | 10101011 | 11001010 | 11010100 | 10011 | 101 | 0 | 10001 | 11000011 | 100000 | 1001011 |
Color Harmonies of #ABCAD4
Complementary color
Monochromatic Colors of #ABCAD4
Black with #ABCAD4
Text Example
Text Example
White with #ABCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAD4; }
p { color: rgb(171,202,212); }
H1.HeaderClassName
{
color: #ABCAD4;
}
.AnyTagClassName
{
color: #ABCAD4;
}
</style>
background-color css
<style>
a { background-color: #ABCAD4; }
a { background-color: rgb(171,202,212); }
div.DivClassName
{
background-color: #ABCAD4;
}
.BgClassName
{
background-color: #ABCAD4;
}
</style>
border-color css
<style>
span { border-color: #ABCAD4; }
span { border-color: rgb(171,202,212); }
td.TdClassName
{
border-color: #ABCAD4;
}
.TagClassName
{
border-color: #ABCAD4;
}
</style>