Shades of Regent St Blue #ACC6D2
Tints of Regent St Blue #ACC6D2
RGB
CMYK
RGB Variations
Color information
#ACC6D2 (or 0xACC6D2) is known color: Regent St Blue. HEX triplet: AC, C6 and D2. RGB value is (172,198,210). Sum of RGB (Red+Green+Blue) = 172+198+210=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACC6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6D2 is #53392D. Grayscale: #BFBFBF. Windows color (decimal): -5454126 or 13813420. OLE color: 13813420.
HSL color Cylindrical-coordinate representation of color #ACC6D2: hue angle of 198.95º degrees, saturation: 0.3, 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 #ACC6D2 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 198 | 210 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.18 |
| HSL | 198.95º | 0.3% | 0.75% | - |
| HSV(B) | 198.95º | 0.18% | 0.82% | - |
| XYZ | 48.84 | 53.81 | 68.79 | - |
| YUV | 191.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 210 | 0.18 | 0.06 | 0 | 0.18 | 198.95 | 0.3 | 0.75 |
| Hex | AC | C6 | D2 | 12 | 6 | 0 | 12 | C7 | 1E | 4B |
| Octal | 254 | 306 | 322 | 22 | 6 | 0 | 22 | 307 | 36 | 113 |
| Binary | 10101100 | 11000110 | 11010010 | 10010 | 110 | 0 | 10010 | 11000111 | 11110 | 1001011 |
Color Harmonies of #ACC6D2
Complementary color
Monochromatic Colors of #ACC6D2
Black with #ACC6D2
Text Example
Text Example
White with #ACC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6D2; }
p { color: rgb(172,198,210); }
H1.HeaderClassName
{
color: #ACC6D2;
}
.AnyTagClassName
{
color: #ACC6D2;
}
</style>
background-color css
<style>
a { background-color: #ACC6D2; }
a { background-color: rgb(172,198,210); }
div.DivClassName
{
background-color: #ACC6D2;
}
.BgClassName
{
background-color: #ACC6D2;
}
</style>
border-color css
<style>
span { border-color: #ACC6D2; }
span { border-color: rgb(172,198,210); }
td.TdClassName
{
border-color: #ACC6D2;
}
.TagClassName
{
border-color: #ACC6D2;
}
</style>