Shades of Regent St Blue #A3C5CB
Tints of Regent St Blue #A3C5CB
RGB
CMYK
RGB Variations
Color information
#A3C5CB (or 0xA3C5CB) is known color: Regent St Blue. HEX triplet: A3, C5 and CB. RGB value is (163,197,203). Sum of RGB (Red+Green+Blue) = 163+197+203=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5CB is #5C3A34. Grayscale: #BBBBBB. Windows color (decimal): -6044213 or 13354403. OLE color: 13354403.
HSL color Cylindrical-coordinate representation of color #A3C5CB: hue angle of 189º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C5CB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 197 | 203 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.20 |
| HSL | 189º | 0.28% | 0.72% | - |
| HSV(B) | 189º | 0.2% | 0.8% | - |
| XYZ | 45.85 | 52.03 | 64.13 | - |
| YUV | 187.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 203 | 0.20 | 0.03 | 0 | 0.20 | 189 | 0.28 | 0.72 |
| Hex | A3 | C5 | CB | 14 | 3 | 0 | 14 | BD | 1C | 48 |
| Octal | 243 | 305 | 313 | 24 | 3 | 0 | 24 | 275 | 34 | 110 |
| Binary | 10100011 | 11000101 | 11001011 | 10100 | 11 | 0 | 10100 | 10111101 | 11100 | 1001000 |
Color Harmonies of #A3C5CB
Complementary color
Monochromatic Colors of #A3C5CB
Black with #A3C5CB
Text Example
Text Example
White with #A3C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C5CB; }
p { color: rgb(163,197,203); }
H1.HeaderClassName
{
color: #A3C5CB;
}
.AnyTagClassName
{
color: #A3C5CB;
}
</style>
background-color css
<style>
a { background-color: #A3C5CB; }
a { background-color: rgb(163,197,203); }
div.DivClassName
{
background-color: #A3C5CB;
}
.BgClassName
{
background-color: #A3C5CB;
}
</style>
border-color css
<style>
span { border-color: #A3C5CB; }
span { border-color: rgb(163,197,203); }
td.TdClassName
{
border-color: #A3C5CB;
}
.TagClassName
{
border-color: #A3C5CB;
}
</style>