Shades of Regent St Blue #ACC8CF
Tints of Regent St Blue #ACC8CF
RGB
CMYK
RGB Variations
Color information
#ACC8CF (or 0xACC8CF) is known color: Regent St Blue. HEX triplet: AC, C8 and CF. RGB value is (172,200,207). Sum of RGB (Red+Green+Blue) = 172+200+207=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8CF is #533730. Grayscale: #C0C0C0. Windows color (decimal): -5453617 or 13617324. OLE color: 13617324.
HSL color Cylindrical-coordinate representation of color #ACC8CF: hue angle of 192º 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 #ACC8CF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 200 | 207 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 192º | 0.27% | 0.74% | - |
| HSV(B) | 192º | 0.17% | 0.81% | - |
| XYZ | 48.93 | 54.58 | 66.99 | - |
| YUV | 192.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 207 | 0.17 | 0.03 | 0 | 0.19 | 192 | 0.27 | 0.74 |
| Hex | AC | C8 | CF | 11 | 3 | 0 | 13 | C0 | 1B | 4A |
| Octal | 254 | 310 | 317 | 21 | 3 | 0 | 23 | 300 | 33 | 112 |
| Binary | 10101100 | 11001000 | 11001111 | 10001 | 11 | 0 | 10011 | 11000000 | 11011 | 1001010 |
Color Harmonies of #ACC8CF
Complementary color
Monochromatic Colors of #ACC8CF
Black with #ACC8CF
Text Example
Text Example
White with #ACC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8CF; }
p { color: rgb(172,200,207); }
H1.HeaderClassName
{
color: #ACC8CF;
}
.AnyTagClassName
{
color: #ACC8CF;
}
</style>
background-color css
<style>
a { background-color: #ACC8CF; }
a { background-color: rgb(172,200,207); }
div.DivClassName
{
background-color: #ACC8CF;
}
.BgClassName
{
background-color: #ACC8CF;
}
</style>
border-color css
<style>
span { border-color: #ACC8CF; }
span { border-color: rgb(172,200,207); }
td.TdClassName
{
border-color: #ACC8CF;
}
.TagClassName
{
border-color: #ACC8CF;
}
</style>