Shades of Regent St Blue #A3C3CA
Tints of Regent St Blue #A3C3CA
RGB
CMYK
RGB Variations
Color information
#A3C3CA (or 0xA3C3CA) is known color: Regent St Blue. HEX triplet: A3, C3 and CA. RGB value is (163,195,202). Sum of RGB (Red+Green+Blue) = 163+195+202=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3CA is #5C3C35. Grayscale: #BABABA. Windows color (decimal): -6044726 or 13288355. OLE color: 13288355.
HSL color Cylindrical-coordinate representation of color #A3C3CA: hue angle of 190.77º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C3CA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 195 | 202 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.21 |
| HSL | 190.77º | 0.27% | 0.72% | - |
| HSV(B) | 190.77º | 0.19% | 0.79% | - |
| XYZ | 45.28 | 51.08 | 63.35 | - |
| YUV | 186.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 202 | 0.19 | 0.03 | 0 | 0.21 | 190.77 | 0.27 | 0.72 |
| Hex | A3 | C3 | CA | 13 | 3 | 0 | 15 | BF | 1B | 48 |
| Octal | 243 | 303 | 312 | 23 | 3 | 0 | 25 | 277 | 33 | 110 |
| Binary | 10100011 | 11000011 | 11001010 | 10011 | 11 | 0 | 10101 | 10111111 | 11011 | 1001000 |
Color Harmonies of #A3C3CA
Complementary color
Monochromatic Colors of #A3C3CA
Black with #A3C3CA
Text Example
Text Example
White with #A3C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C3CA; }
p { color: rgb(163,195,202); }
H1.HeaderClassName
{
color: #A3C3CA;
}
.AnyTagClassName
{
color: #A3C3CA;
}
</style>
background-color css
<style>
a { background-color: #A3C3CA; }
a { background-color: rgb(163,195,202); }
div.DivClassName
{
background-color: #A3C3CA;
}
.BgClassName
{
background-color: #A3C3CA;
}
</style>
border-color css
<style>
span { border-color: #A3C3CA; }
span { border-color: rgb(163,195,202); }
td.TdClassName
{
border-color: #A3C3CA;
}
.TagClassName
{
border-color: #A3C3CA;
}
</style>