Shades of Regent St Blue #ACC6CF
Tints of Regent St Blue #ACC6CF
RGB
CMYK
RGB Variations
Color information
#ACC6CF (or 0xACC6CF) is known color: Regent St Blue. HEX triplet: AC, C6 and CF. RGB value is (172,198,207). Sum of RGB (Red+Green+Blue) = 172+198+207=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CF is #533930. Grayscale: #BFBFBF. Windows color (decimal): -5454129 or 13616812. OLE color: 13616812.
HSL color Cylindrical-coordinate representation of color #ACC6CF: hue angle of 195.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC6CF is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 198 | 207 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.19 |
| HSL | 195.43º | 0.27% | 0.74% | - |
| HSV(B) | 195.43º | 0.17% | 0.81% | - |
| XYZ | 48.47 | 53.66 | 66.84 | - |
| YUV | 191.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 207 | 0.17 | 0.04 | 0 | 0.19 | 195.43 | 0.27 | 0.74 |
| Hex | AC | C6 | CF | 11 | 4 | 0 | 13 | C3 | 1B | 4A |
| Octal | 254 | 306 | 317 | 21 | 4 | 0 | 23 | 303 | 33 | 112 |
| Binary | 10101100 | 11000110 | 11001111 | 10001 | 100 | 0 | 10011 | 11000011 | 11011 | 1001010 |
Color Harmonies of #ACC6CF
Complementary color
Monochromatic Colors of #ACC6CF
Black with #ACC6CF
Text Example
Text Example
White with #ACC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6CF; }
p { color: rgb(172,198,207); }
H1.HeaderClassName
{
color: #ACC6CF;
}
.AnyTagClassName
{
color: #ACC6CF;
}
</style>
background-color css
<style>
a { background-color: #ACC6CF; }
a { background-color: rgb(172,198,207); }
div.DivClassName
{
background-color: #ACC6CF;
}
.BgClassName
{
background-color: #ACC6CF;
}
</style>
border-color css
<style>
span { border-color: #ACC6CF; }
span { border-color: rgb(172,198,207); }
td.TdClassName
{
border-color: #ACC6CF;
}
.TagClassName
{
border-color: #ACC6CF;
}
</style>