Shades of Regent St Blue #A2C5CE
Tints of Regent St Blue #A2C5CE
RGB
CMYK
RGB Variations
Color information
#A2C5CE (or 0xA2C5CE) is known color: Regent St Blue. HEX triplet: A2, C5 and CE. RGB value is (162,197,206). Sum of RGB (Red+Green+Blue) = 162+197+206=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C5CE is #5D3A31. Grayscale: #BBBBBB. Windows color (decimal): -6109746 or 13551010. OLE color: 13551010.
HSL color Cylindrical-coordinate representation of color #A2C5CE: hue angle of 192.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C5CE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 197 | 206 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.19 |
| HSL | 192.27º | 0.31% | 0.72% | - |
| HSV(B) | 192.27º | 0.21% | 0.81% | - |
| XYZ | 46.01 | 52.07 | 66.02 | - |
| YUV | 187.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 206 | 0.21 | 0.04 | 0 | 0.19 | 192.27 | 0.31 | 0.72 |
| Hex | A2 | C5 | CE | 15 | 4 | 0 | 13 | C0 | 1F | 48 |
| Octal | 242 | 305 | 316 | 25 | 4 | 0 | 23 | 300 | 37 | 110 |
| Binary | 10100010 | 11000101 | 11001110 | 10101 | 100 | 0 | 10011 | 11000000 | 11111 | 1001000 |
Color Harmonies of #A2C5CE
Complementary color
Monochromatic Colors of #A2C5CE
Black with #A2C5CE
Text Example
Text Example
White with #A2C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C5CE; }
p { color: rgb(162,197,206); }
H1.HeaderClassName
{
color: #A2C5CE;
}
.AnyTagClassName
{
color: #A2C5CE;
}
</style>
background-color css
<style>
a { background-color: #A2C5CE; }
a { background-color: rgb(162,197,206); }
div.DivClassName
{
background-color: #A2C5CE;
}
.BgClassName
{
background-color: #A2C5CE;
}
</style>
border-color css
<style>
span { border-color: #A2C5CE; }
span { border-color: rgb(162,197,206); }
td.TdClassName
{
border-color: #A2C5CE;
}
.TagClassName
{
border-color: #A2C5CE;
}
</style>