Shades of Regent St Blue #A1C5CE
Tints of Regent St Blue #A1C5CE
RGB
CMYK
RGB Variations
Color information
#A1C5CE (or 0xA1C5CE) is known color: Regent St Blue. HEX triplet: A1, C5 and CE. RGB value is (161,197,206). Sum of RGB (Red+Green+Blue) = 161+197+206=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 197 (77.34% from 255 or 34.93% 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 #A1C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C5CE is #5E3A31. Grayscale: #BBBBBB. Windows color (decimal): -6175282 or 13551009. OLE color: 13551009.
HSL color Cylindrical-coordinate representation of color #A1C5CE: hue angle of 192º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1C5CE is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 197 | 206 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.19 |
| HSL | 192º | 0.31% | 0.72% | - |
| HSV(B) | 192º | 0.22% | 0.81% | - |
| XYZ | 45.8 | 51.97 | 66.01 | - |
| YUV | 187.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 206 | 0.22 | 0.04 | 0 | 0.19 | 192 | 0.31 | 0.72 |
| Hex | A1 | C5 | CE | 16 | 4 | 0 | 13 | C0 | 1F | 48 |
| Octal | 241 | 305 | 316 | 26 | 4 | 0 | 23 | 300 | 37 | 110 |
| Binary | 10100001 | 11000101 | 11001110 | 10110 | 100 | 0 | 10011 | 11000000 | 11111 | 1001000 |
Color Harmonies of #A1C5CE
Complementary color
Monochromatic Colors of #A1C5CE
Black with #A1C5CE
Text Example
Text Example
White with #A1C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C5CE; }
p { color: rgb(161,197,206); }
H1.HeaderClassName
{
color: #A1C5CE;
}
.AnyTagClassName
{
color: #A1C5CE;
}
</style>
background-color css
<style>
a { background-color: #A1C5CE; }
a { background-color: rgb(161,197,206); }
div.DivClassName
{
background-color: #A1C5CE;
}
.BgClassName
{
background-color: #A1C5CE;
}
</style>
border-color css
<style>
span { border-color: #A1C5CE; }
span { border-color: rgb(161,197,206); }
td.TdClassName
{
border-color: #A1C5CE;
}
.TagClassName
{
border-color: #A1C5CE;
}
</style>