Shades of Regent St Blue #ACCBD2
Tints of Regent St Blue #ACCBD2
RGB
CMYK
RGB Variations
Color information
#ACCBD2 (or 0xACCBD2) is known color: Regent St Blue. HEX triplet: AC, CB and D2. RGB value is (172,203,210). Sum of RGB (Red+Green+Blue) = 172+203+210=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACCBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD2 is #53342D. Grayscale: #C2C2C2. Windows color (decimal): -5452846 or 13814700. OLE color: 13814700.
HSL color Cylindrical-coordinate representation of color #ACCBD2: hue angle of 191.05º 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 #ACCBD2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 203 | 210 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.18 |
| HSL | 191.05º | 0.3% | 0.75% | - |
| HSV(B) | 191.05º | 0.18% | 0.82% | - |
| XYZ | 50 | 56.14 | 69.17 | - |
| YUV | 194.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 210 | 0.18 | 0.03 | 0 | 0.18 | 191.05 | 0.3 | 0.75 |
| Hex | AC | CB | D2 | 12 | 3 | 0 | 12 | BF | 1E | 4B |
| Octal | 254 | 313 | 322 | 22 | 3 | 0 | 22 | 277 | 36 | 113 |
| Binary | 10101100 | 11001011 | 11010010 | 10010 | 11 | 0 | 10010 | 10111111 | 11110 | 1001011 |
Color Harmonies of #ACCBD2
Complementary color
Monochromatic Colors of #ACCBD2
Black with #ACCBD2
Text Example
Text Example
White with #ACCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBD2; }
p { color: rgb(172,203,210); }
H1.HeaderClassName
{
color: #ACCBD2;
}
.AnyTagClassName
{
color: #ACCBD2;
}
</style>
background-color css
<style>
a { background-color: #ACCBD2; }
a { background-color: rgb(172,203,210); }
div.DivClassName
{
background-color: #ACCBD2;
}
.BgClassName
{
background-color: #ACCBD2;
}
</style>
border-color css
<style>
span { border-color: #ACCBD2; }
span { border-color: rgb(172,203,210); }
td.TdClassName
{
border-color: #ACCBD2;
}
.TagClassName
{
border-color: #ACCBD2;
}
</style>