Shades of Regent St Blue #A3C3CB
Tints of Regent St Blue #A3C3CB
RGB
CMYK
RGB Variations
Color information
#A3C3CB (or 0xA3C3CB) is known color: Regent St Blue. HEX triplet: A3, C3 and CB. RGB value is (163,195,203). Sum of RGB (Red+Green+Blue) = 163+195+203=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3CB is #5C3C34. Grayscale: #BABABA. Windows color (decimal): -6044725 or 13353891. OLE color: 13353891.
HSL color Cylindrical-coordinate representation of color #A3C3CB: hue angle of 192º 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 #A3C3CB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 195 | 203 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.20 |
| HSL | 192º | 0.28% | 0.72% | - |
| HSV(B) | 192º | 0.2% | 0.8% | - |
| XYZ | 45.4 | 51.13 | 63.98 | - |
| YUV | 186.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 203 | 0.20 | 0.04 | 0 | 0.20 | 192 | 0.28 | 0.72 |
| Hex | A3 | C3 | CB | 14 | 4 | 0 | 14 | C0 | 1C | 48 |
| Octal | 243 | 303 | 313 | 24 | 4 | 0 | 24 | 300 | 34 | 110 |
| Binary | 10100011 | 11000011 | 11001011 | 10100 | 100 | 0 | 10100 | 11000000 | 11100 | 1001000 |
Color Harmonies of #A3C3CB
Complementary color
Monochromatic Colors of #A3C3CB
Black with #A3C3CB
Text Example
Text Example
White with #A3C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C3CB; }
p { color: rgb(163,195,203); }
H1.HeaderClassName
{
color: #A3C3CB;
}
.AnyTagClassName
{
color: #A3C3CB;
}
</style>
background-color css
<style>
a { background-color: #A3C3CB; }
a { background-color: rgb(163,195,203); }
div.DivClassName
{
background-color: #A3C3CB;
}
.BgClassName
{
background-color: #A3C3CB;
}
</style>
border-color css
<style>
span { border-color: #A3C3CB; }
span { border-color: rgb(163,195,203); }
td.TdClassName
{
border-color: #A3C3CB;
}
.TagClassName
{
border-color: #A3C3CB;
}
</style>