Shades of Regent St Blue #ACCCD2
Tints of Regent St Blue #ACCCD2
RGB
CMYK
RGB Variations
Color information
#ACCCD2 (or 0xACCCD2) is known color: Regent St Blue. HEX triplet: AC, CC and D2. RGB value is (172,204,210). Sum of RGB (Red+Green+Blue) = 172+204+210=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACCCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD2 is #53332D. Grayscale: #C3C3C3. Windows color (decimal): -5452590 or 13814956. OLE color: 13814956.
HSL color Cylindrical-coordinate representation of color #ACCCD2: hue angle of 189.47º 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 #ACCCD2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 204 | 210 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.18 |
| HSL | 189.47º | 0.3% | 0.75% | - |
| HSV(B) | 189.47º | 0.18% | 0.82% | - |
| XYZ | 50.24 | 56.61 | 69.25 | - |
| YUV | 195.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 210 | 0.18 | 0.03 | 0 | 0.18 | 189.47 | 0.3 | 0.75 |
| Hex | AC | CC | D2 | 12 | 3 | 0 | 12 | BD | 1E | 4B |
| Octal | 254 | 314 | 322 | 22 | 3 | 0 | 22 | 275 | 36 | 113 |
| Binary | 10101100 | 11001100 | 11010010 | 10010 | 11 | 0 | 10010 | 10111101 | 11110 | 1001011 |
Color Harmonies of #ACCCD2
Complementary color
Monochromatic Colors of #ACCCD2
Black with #ACCCD2
Text Example
Text Example
White with #ACCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCD2; }
p { color: rgb(172,204,210); }
H1.HeaderClassName
{
color: #ACCCD2;
}
.AnyTagClassName
{
color: #ACCCD2;
}
</style>
background-color css
<style>
a { background-color: #ACCCD2; }
a { background-color: rgb(172,204,210); }
div.DivClassName
{
background-color: #ACCCD2;
}
.BgClassName
{
background-color: #ACCCD2;
}
</style>
border-color css
<style>
span { border-color: #ACCCD2; }
span { border-color: rgb(172,204,210); }
td.TdClassName
{
border-color: #ACCCD2;
}
.TagClassName
{
border-color: #ACCCD2;
}
</style>