Shades of Regent St Blue #ABCDD8
Tints of Regent St Blue #ABCDD8
RGB
CMYK
RGB Variations
Color information
#ABCDD8 (or 0xABCDD8) is known color: Regent St Blue. HEX triplet: AB, CD and D8. RGB value is (171,205,216). Sum of RGB (Red+Green+Blue) = 171+205+216=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABCDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD8 is #543227. Grayscale: #C4C4C4. Windows color (decimal): -5517864 or 14208427. OLE color: 14208427.
HSL color Cylindrical-coordinate representation of color #ABCDD8: hue angle of 194.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCDD8 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 205 | 216 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.15 |
| HSL | 194.67º | 0.37% | 0.76% | - |
| HSV(B) | 194.67º | 0.21% | 0.85% | - |
| XYZ | 51.02 | 57.28 | 73.33 | - |
| YUV | 196.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 216 | 0.21 | 0.05 | 0 | 0.15 | 194.67 | 0.37 | 0.76 |
| Hex | AB | CD | D8 | 15 | 5 | 0 | F | C3 | 25 | 4C |
| Octal | 253 | 315 | 330 | 25 | 5 | 0 | 17 | 303 | 45 | 114 |
| Binary | 10101011 | 11001101 | 11011000 | 10101 | 101 | 0 | 1111 | 11000011 | 100101 | 1001100 |
Color Harmonies of #ABCDD8
Complementary color
Monochromatic Colors of #ABCDD8
Black with #ABCDD8
Text Example
Text Example
White with #ABCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDD8; }
p { color: rgb(171,205,216); }
H1.HeaderClassName
{
color: #ABCDD8;
}
.AnyTagClassName
{
color: #ABCDD8;
}
</style>
background-color css
<style>
a { background-color: #ABCDD8; }
a { background-color: rgb(171,205,216); }
div.DivClassName
{
background-color: #ABCDD8;
}
.BgClassName
{
background-color: #ABCDD8;
}
</style>
border-color css
<style>
span { border-color: #ABCDD8; }
span { border-color: rgb(171,205,216); }
td.TdClassName
{
border-color: #ABCDD8;
}
.TagClassName
{
border-color: #ABCDD8;
}
</style>