Shades of Regent St Blue #A7C4CC
Tints of Regent St Blue #A7C4CC
RGB
CMYK
RGB Variations
Color information
#A7C4CC (or 0xA7C4CC) is known color: Regent St Blue. HEX triplet: A7, C4 and CC. RGB value is (167,196,204). Sum of RGB (Red+Green+Blue) = 167+196+204=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7C4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C4CC is #583B33. Grayscale: #BCBCBC. Windows color (decimal): -5782324 or 13419687. OLE color: 13419687.
HSL color Cylindrical-coordinate representation of color #A7C4CC: hue angle of 192.97º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7C4CC is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 196 | 204 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.2 |
| HSL | 192.97º | 0.27% | 0.73% | - |
| HSV(B) | 192.97º | 0.18% | 0.8% | - |
| XYZ | 46.58 | 52.05 | 64.72 | - |
| YUV | 188.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 196 | 204 | 0.18 | 0.04 | 0 | 0.2 | 192.97 | 0.27 | 0.73 |
| Hex | A7 | C4 | CC | 12 | 4 | 0 | 14 | C1 | 1B | 49 |
| Octal | 247 | 304 | 314 | 22 | 4 | 0 | 24 | 301 | 33 | 111 |
| Binary | 10100111 | 11000100 | 11001100 | 10010 | 100 | 0 | 10100 | 11000001 | 11011 | 1001001 |
Color Harmonies of #A7C4CC
Complementary color
Monochromatic Colors of #A7C4CC
Black with #A7C4CC
Text Example
Text Example
White with #A7C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C4CC; }
p { color: rgb(167,196,204); }
H1.HeaderClassName
{
color: #A7C4CC;
}
.AnyTagClassName
{
color: #A7C4CC;
}
</style>
background-color css
<style>
a { background-color: #A7C4CC; }
a { background-color: rgb(167,196,204); }
div.DivClassName
{
background-color: #A7C4CC;
}
.BgClassName
{
background-color: #A7C4CC;
}
</style>
border-color css
<style>
span { border-color: #A7C4CC; }
span { border-color: rgb(167,196,204); }
td.TdClassName
{
border-color: #A7C4CC;
}
.TagClassName
{
border-color: #A7C4CC;
}
</style>