Shades of Regent St Blue #ACC9CF
Tints of Regent St Blue #ACC9CF
RGB
CMYK
RGB Variations
Color information
#ACC9CF (or 0xACC9CF) is known color: Regent St Blue. HEX triplet: AC, C9 and CF. RGB value is (172,201,207). Sum of RGB (Red+Green+Blue) = 172+201+207=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CF is #533630. Grayscale: #C0C0C0. Windows color (decimal): -5453361 or 13617580. OLE color: 13617580.
HSL color Cylindrical-coordinate representation of color #ACC9CF: hue angle of 190.29º 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 #ACC9CF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 201 | 207 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.19 |
| HSL | 190.29º | 0.27% | 0.74% | - |
| HSV(B) | 190.29º | 0.17% | 0.81% | - |
| XYZ | 49.16 | 55.05 | 67.07 | - |
| YUV | 193.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 207 | 0.17 | 0.03 | 0 | 0.19 | 190.29 | 0.27 | 0.74 |
| Hex | AC | C9 | CF | 11 | 3 | 0 | 13 | BE | 1B | 4A |
| Octal | 254 | 311 | 317 | 21 | 3 | 0 | 23 | 276 | 33 | 112 |
| Binary | 10101100 | 11001001 | 11001111 | 10001 | 11 | 0 | 10011 | 10111110 | 11011 | 1001010 |
Color Harmonies of #ACC9CF
Complementary color
Monochromatic Colors of #ACC9CF
Black with #ACC9CF
Text Example
Text Example
White with #ACC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9CF; }
p { color: rgb(172,201,207); }
H1.HeaderClassName
{
color: #ACC9CF;
}
.AnyTagClassName
{
color: #ACC9CF;
}
</style>
background-color css
<style>
a { background-color: #ACC9CF; }
a { background-color: rgb(172,201,207); }
div.DivClassName
{
background-color: #ACC9CF;
}
.BgClassName
{
background-color: #ACC9CF;
}
</style>
border-color css
<style>
span { border-color: #ACC9CF; }
span { border-color: rgb(172,201,207); }
td.TdClassName
{
border-color: #ACC9CF;
}
.TagClassName
{
border-color: #ACC9CF;
}
</style>