Shades of Regent St Blue #A3CED5
Tints of Regent St Blue #A3CED5
RGB
CMYK
RGB Variations
Color information
#A3CED5 (or 0xA3CED5) is known color: Regent St Blue. HEX triplet: A3, CE and D5. RGB value is (163,206,213). Sum of RGB (Red+Green+Blue) = 163+206+213=582 (77% of max value = 765). Red value is 163 (64.06% from 255 or 28.01% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CED5 is #5C312A. Grayscale: #C1C1C1. Windows color (decimal): -6041899 or 14012067. OLE color: 14012067.
HSL color Cylindrical-coordinate representation of color #A3CED5: hue angle of 188.4º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3CED5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 206 | 213 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.16 |
| HSL | 188.4º | 0.37% | 0.74% | - |
| HSV(B) | 188.4º | 0.23% | 0.84% | - |
| XYZ | 49.19 | 56.73 | 71.31 | - |
| YUV | 193.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 213 | 0.23 | 0.03 | 0 | 0.16 | 188.4 | 0.37 | 0.74 |
| Hex | A3 | CE | D5 | 17 | 3 | 0 | 10 | BC | 25 | 4A |
| Octal | 243 | 316 | 325 | 27 | 3 | 0 | 20 | 274 | 45 | 112 |
| Binary | 10100011 | 11001110 | 11010101 | 10111 | 11 | 0 | 10000 | 10111100 | 100101 | 1001010 |
Color Harmonies of #A3CED5
Complementary color
Monochromatic Colors of #A3CED5
Black with #A3CED5
Text Example
Text Example
White with #A3CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CED5; }
p { color: rgb(163,206,213); }
H1.HeaderClassName
{
color: #A3CED5;
}
.AnyTagClassName
{
color: #A3CED5;
}
</style>
background-color css
<style>
a { background-color: #A3CED5; }
a { background-color: rgb(163,206,213); }
div.DivClassName
{
background-color: #A3CED5;
}
.BgClassName
{
background-color: #A3CED5;
}
</style>
border-color css
<style>
span { border-color: #A3CED5; }
span { border-color: rgb(163,206,213); }
td.TdClassName
{
border-color: #A3CED5;
}
.TagClassName
{
border-color: #A3CED5;
}
</style>