Shades of Regent St Blue #A2C4CE
Tints of Regent St Blue #A2C4CE
RGB
CMYK
RGB Variations
Color information
#A2C4CE (or 0xA2C4CE) is known color: Regent St Blue. HEX triplet: A2, C4 and CE. RGB value is (162,196,206). Sum of RGB (Red+Green+Blue) = 162+196+206=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2C4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C4CE is #5D3B31. Grayscale: #BABABA. Windows color (decimal): -6110002 or 13550754. OLE color: 13550754.
HSL color Cylindrical-coordinate representation of color #A2C4CE: hue angle of 193.64º 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 #A2C4CE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 196 | 206 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.19 |
| HSL | 193.64º | 0.31% | 0.72% | - |
| HSV(B) | 193.64º | 0.21% | 0.81% | - |
| XYZ | 45.78 | 51.62 | 65.94 | - |
| YUV | 186.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 206 | 0.21 | 0.05 | 0 | 0.19 | 193.64 | 0.31 | 0.72 |
| Hex | A2 | C4 | CE | 15 | 5 | 0 | 13 | C2 | 1F | 48 |
| Octal | 242 | 304 | 316 | 25 | 5 | 0 | 23 | 302 | 37 | 110 |
| Binary | 10100010 | 11000100 | 11001110 | 10101 | 101 | 0 | 10011 | 11000010 | 11111 | 1001000 |
Color Harmonies of #A2C4CE
Complementary color
Monochromatic Colors of #A2C4CE
Black with #A2C4CE
Text Example
Text Example
White with #A2C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C4CE; }
p { color: rgb(162,196,206); }
H1.HeaderClassName
{
color: #A2C4CE;
}
.AnyTagClassName
{
color: #A2C4CE;
}
</style>
background-color css
<style>
a { background-color: #A2C4CE; }
a { background-color: rgb(162,196,206); }
div.DivClassName
{
background-color: #A2C4CE;
}
.BgClassName
{
background-color: #A2C4CE;
}
</style>
border-color css
<style>
span { border-color: #A2C4CE; }
span { border-color: rgb(162,196,206); }
td.TdClassName
{
border-color: #A2C4CE;
}
.TagClassName
{
border-color: #A2C4CE;
}
</style>