Shades of Regent St Blue #A1C1CE
Tints of Regent St Blue #A1C1CE
RGB
CMYK
RGB Variations
Color information
#A1C1CE (or 0xA1C1CE) is known color: Regent St Blue. HEX triplet: A1, C1 and CE. RGB value is (161,193,206). Sum of RGB (Red+Green+Blue) = 161+193+206=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1CE is #5E3E31. Grayscale: #B8B8B8. Windows color (decimal): -6176306 or 13549985. OLE color: 13549985.
HSL color Cylindrical-coordinate representation of color #A1C1CE: hue angle of 197.33º 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 #A1C1CE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 193 | 206 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.19 |
| HSL | 197.33º | 0.31% | 0.72% | - |
| HSV(B) | 197.33º | 0.22% | 0.81% | - |
| XYZ | 44.91 | 50.17 | 65.71 | - |
| YUV | 184.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 206 | 0.22 | 0.06 | 0 | 0.19 | 197.33 | 0.31 | 0.72 |
| Hex | A1 | C1 | CE | 16 | 6 | 0 | 13 | C5 | 1F | 48 |
| Octal | 241 | 301 | 316 | 26 | 6 | 0 | 23 | 305 | 37 | 110 |
| Binary | 10100001 | 11000001 | 11001110 | 10110 | 110 | 0 | 10011 | 11000101 | 11111 | 1001000 |
Color Harmonies of #A1C1CE
Complementary color
Monochromatic Colors of #A1C1CE
Black with #A1C1CE
Text Example
Text Example
White with #A1C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1CE; }
p { color: rgb(161,193,206); }
H1.HeaderClassName
{
color: #A1C1CE;
}
.AnyTagClassName
{
color: #A1C1CE;
}
</style>
background-color css
<style>
a { background-color: #A1C1CE; }
a { background-color: rgb(161,193,206); }
div.DivClassName
{
background-color: #A1C1CE;
}
.BgClassName
{
background-color: #A1C1CE;
}
</style>
border-color css
<style>
span { border-color: #A1C1CE; }
span { border-color: rgb(161,193,206); }
td.TdClassName
{
border-color: #A1C1CE;
}
.TagClassName
{
border-color: #A1C1CE;
}
</style>