Shades of Regent St Blue #A4C6CE
Tints of Regent St Blue #A4C6CE
RGB
CMYK
RGB Variations
Color information
#A4C6CE (or 0xA4C6CE) is known color: Regent St Blue. HEX triplet: A4, C6 and CE. RGB value is (164,198,206). Sum of RGB (Red+Green+Blue) = 164+198+206=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C6CE is #5B3931. Grayscale: #BCBCBC. Windows color (decimal): -5978418 or 13551268. OLE color: 13551268.
HSL color Cylindrical-coordinate representation of color #A4C6CE: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4C6CE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 198 | 206 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.19 |
| HSL | 191.43º | 0.3% | 0.73% | - |
| HSV(B) | 191.43º | 0.2% | 0.81% | - |
| XYZ | 46.64 | 52.74 | 66.11 | - |
| YUV | 188.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 206 | 0.20 | 0.04 | 0 | 0.19 | 191.43 | 0.3 | 0.73 |
| Hex | A4 | C6 | CE | 14 | 4 | 0 | 13 | BF | 1E | 49 |
| Octal | 244 | 306 | 316 | 24 | 4 | 0 | 23 | 277 | 36 | 111 |
| Binary | 10100100 | 11000110 | 11001110 | 10100 | 100 | 0 | 10011 | 10111111 | 11110 | 1001001 |
Color Harmonies of #A4C6CE
Complementary color
Monochromatic Colors of #A4C6CE
Black with #A4C6CE
Text Example
Text Example
White with #A4C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C6CE; }
p { color: rgb(164,198,206); }
H1.HeaderClassName
{
color: #A4C6CE;
}
.AnyTagClassName
{
color: #A4C6CE;
}
</style>
background-color css
<style>
a { background-color: #A4C6CE; }
a { background-color: rgb(164,198,206); }
div.DivClassName
{
background-color: #A4C6CE;
}
.BgClassName
{
background-color: #A4C6CE;
}
</style>
border-color css
<style>
span { border-color: #A4C6CE; }
span { border-color: rgb(164,198,206); }
td.TdClassName
{
border-color: #A4C6CE;
}
.TagClassName
{
border-color: #A4C6CE;
}
</style>