Shades of Regent St Blue #A3C5CE
Tints of Regent St Blue #A3C5CE
RGB
CMYK
RGB Variations
Color information
#A3C5CE (or 0xA3C5CE) is known color: Regent St Blue. HEX triplet: A3, C5 and CE. RGB value is (163,197,206). Sum of RGB (Red+Green+Blue) = 163+197+206=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5CE is #5C3A31. Grayscale: #BBBBBB. Windows color (decimal): -6044210 or 13551011. OLE color: 13551011.
HSL color Cylindrical-coordinate representation of color #A3C5CE: hue angle of 192.56º degrees, saturation: 0.3, 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 #A3C5CE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 197 | 206 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.19 |
| HSL | 192.56º | 0.3% | 0.72% | - |
| HSV(B) | 192.56º | 0.21% | 0.81% | - |
| XYZ | 46.21 | 52.18 | 66.03 | - |
| YUV | 187.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 206 | 0.21 | 0.04 | 0 | 0.19 | 192.56 | 0.3 | 0.72 |
| Hex | A3 | C5 | CE | 15 | 4 | 0 | 13 | C1 | 1E | 48 |
| Octal | 243 | 305 | 316 | 25 | 4 | 0 | 23 | 301 | 36 | 110 |
| Binary | 10100011 | 11000101 | 11001110 | 10101 | 100 | 0 | 10011 | 11000001 | 11110 | 1001000 |
Color Harmonies of #A3C5CE
Complementary color
Monochromatic Colors of #A3C5CE
Black with #A3C5CE
Text Example
Text Example
White with #A3C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C5CE; }
p { color: rgb(163,197,206); }
H1.HeaderClassName
{
color: #A3C5CE;
}
.AnyTagClassName
{
color: #A3C5CE;
}
</style>
background-color css
<style>
a { background-color: #A3C5CE; }
a { background-color: rgb(163,197,206); }
div.DivClassName
{
background-color: #A3C5CE;
}
.BgClassName
{
background-color: #A3C5CE;
}
</style>
border-color css
<style>
span { border-color: #A3C5CE; }
span { border-color: rgb(163,197,206); }
td.TdClassName
{
border-color: #A3C5CE;
}
.TagClassName
{
border-color: #A3C5CE;
}
</style>