Shades of Regent St Blue #ACCBD0
Tints of Regent St Blue #ACCBD0
RGB
CMYK
RGB Variations
Color information
#ACCBD0 (or 0xACCBD0) is known color: Regent St Blue. HEX triplet: AC, CB and D0. RGB value is (172,203,208). Sum of RGB (Red+Green+Blue) = 172+203+208=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD0 is #53342F. Grayscale: #C2C2C2. Windows color (decimal): -5452848 or 13683628. OLE color: 13683628.
HSL color Cylindrical-coordinate representation of color #ACCBD0: hue angle of 188.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 203 | 208 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.18 |
| HSL | 188.33º | 0.28% | 0.75% | - |
| HSV(B) | 188.33º | 0.17% | 0.82% | - |
| XYZ | 49.75 | 56.04 | 67.87 | - |
| YUV | 194.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 208 | 0.17 | 0.02 | 0 | 0.18 | 188.33 | 0.28 | 0.75 |
| Hex | AC | CB | D0 | 11 | 2 | 0 | 12 | BC | 1C | 4B |
| Octal | 254 | 313 | 320 | 21 | 2 | 0 | 22 | 274 | 34 | 113 |
| Binary | 10101100 | 11001011 | 11010000 | 10001 | 10 | 0 | 10010 | 10111100 | 11100 | 1001011 |
Color Harmonies of #ACCBD0
Complementary color
Monochromatic Colors of #ACCBD0
Black with #ACCBD0
Text Example
Text Example
White with #ACCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBD0; }
p { color: rgb(172,203,208); }
H1.HeaderClassName
{
color: #ACCBD0;
}
.AnyTagClassName
{
color: #ACCBD0;
}
</style>
background-color css
<style>
a { background-color: #ACCBD0; }
a { background-color: rgb(172,203,208); }
div.DivClassName
{
background-color: #ACCBD0;
}
.BgClassName
{
background-color: #ACCBD0;
}
</style>
border-color css
<style>
span { border-color: #ACCBD0; }
span { border-color: rgb(172,203,208); }
td.TdClassName
{
border-color: #ACCBD0;
}
.TagClassName
{
border-color: #ACCBD0;
}
</style>