Shades of Regent St Blue #ACC9D1
Tints of Regent St Blue #ACC9D1
RGB
CMYK
RGB Variations
Color information
#ACC9D1 (or 0xACC9D1) is known color: Regent St Blue. HEX triplet: AC, C9 and D1. RGB value is (172,201,209). Sum of RGB (Red+Green+Blue) = 172+201+209=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACC9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9D1 is #53362E. Grayscale: #C1C1C1. Windows color (decimal): -5453359 or 13748652. OLE color: 13748652.
HSL color Cylindrical-coordinate representation of color #ACC9D1: hue angle of 192.97º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC9D1 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 201 | 209 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.18 |
| HSL | 192.97º | 0.29% | 0.75% | - |
| HSV(B) | 192.97º | 0.18% | 0.82% | - |
| XYZ | 49.41 | 55.15 | 68.36 | - |
| YUV | 193.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 209 | 0.18 | 0.04 | 0 | 0.18 | 192.97 | 0.29 | 0.75 |
| Hex | AC | C9 | D1 | 12 | 4 | 0 | 12 | C1 | 1D | 4B |
| Octal | 254 | 311 | 321 | 22 | 4 | 0 | 22 | 301 | 35 | 113 |
| Binary | 10101100 | 11001001 | 11010001 | 10010 | 100 | 0 | 10010 | 11000001 | 11101 | 1001011 |
Color Harmonies of #ACC9D1
Complementary color
Monochromatic Colors of #ACC9D1
Black with #ACC9D1
Text Example
Text Example
White with #ACC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9D1; }
p { color: rgb(172,201,209); }
H1.HeaderClassName
{
color: #ACC9D1;
}
.AnyTagClassName
{
color: #ACC9D1;
}
</style>
background-color css
<style>
a { background-color: #ACC9D1; }
a { background-color: rgb(172,201,209); }
div.DivClassName
{
background-color: #ACC9D1;
}
.BgClassName
{
background-color: #ACC9D1;
}
</style>
border-color css
<style>
span { border-color: #ACC9D1; }
span { border-color: rgb(172,201,209); }
td.TdClassName
{
border-color: #ACC9D1;
}
.TagClassName
{
border-color: #ACC9D1;
}
</style>