Shades of Regent St Blue #ACC8D7
Tints of Regent St Blue #ACC8D7
RGB
CMYK
RGB Variations
Color information
#ACC8D7 (or 0xACC8D7) is known color: Regent St Blue. HEX triplet: AC, C8 and D7. RGB value is (172,200,215). Sum of RGB (Red+Green+Blue) = 172+200+215=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8D7 is #533728. Grayscale: #C1C1C1. Windows color (decimal): -5453609 or 14141612. OLE color: 14141612.
HSL color Cylindrical-coordinate representation of color #ACC8D7: hue angle of 200.93º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC8D7 is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 200 | 215 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.16 |
| HSL | 200.93º | 0.35% | 0.76% | - |
| HSV(B) | 200.93º | 0.2% | 0.84% | - |
| XYZ | 49.93 | 54.99 | 72.27 | - |
| YUV | 193.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 215 | 0.2 | 0.07 | 0 | 0.16 | 200.93 | 0.35 | 0.76 |
| Hex | AC | C8 | D7 | 14 | 7 | 0 | 10 | C9 | 23 | 4C |
| Octal | 254 | 310 | 327 | 24 | 7 | 0 | 20 | 311 | 43 | 114 |
| Binary | 10101100 | 11001000 | 11010111 | 10100 | 111 | 0 | 10000 | 11001001 | 100011 | 1001100 |
Color Harmonies of #ACC8D7
Complementary color
Monochromatic Colors of #ACC8D7
Black with #ACC8D7
Text Example
Text Example
White with #ACC8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8D7; }
p { color: rgb(172,200,215); }
H1.HeaderClassName
{
color: #ACC8D7;
}
.AnyTagClassName
{
color: #ACC8D7;
}
</style>
background-color css
<style>
a { background-color: #ACC8D7; }
a { background-color: rgb(172,200,215); }
div.DivClassName
{
background-color: #ACC8D7;
}
.BgClassName
{
background-color: #ACC8D7;
}
</style>
border-color css
<style>
span { border-color: #ACC8D7; }
span { border-color: rgb(172,200,215); }
td.TdClassName
{
border-color: #ACC8D7;
}
.TagClassName
{
border-color: #ACC8D7;
}
</style>