Shades of Regent St Blue #A3C6DB
Tints of Regent St Blue #A3C6DB
RGB
CMYK
RGB Variations
Color information
#A3C6DB (or 0xA3C6DB) is known color: Regent St Blue. HEX triplet: A3, C6 and DB. RGB value is (163,198,219). Sum of RGB (Red+Green+Blue) = 163+198+219=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6DB is #5C3924. Grayscale: #BDBDBD. Windows color (decimal): -6043941 or 14403235. OLE color: 14403235.
HSL color Cylindrical-coordinate representation of color #A3C6DB: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C6DB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 198 | 219 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.14 |
| HSL | 202.5º | 0.44% | 0.75% | - |
| HSV(B) | 202.5º | 0.26% | 0.86% | - |
| XYZ | 48.08 | 53.29 | 74.77 | - |
| YUV | 189.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 219 | 0.26 | 0.10 | 0 | 0.14 | 202.5 | 0.44 | 0.75 |
| Hex | A3 | C6 | DB | 1A | A | 0 | E | CA | 2C | 4B |
| Octal | 243 | 306 | 333 | 32 | 12 | 0 | 16 | 312 | 54 | 113 |
| Binary | 10100011 | 11000110 | 11011011 | 11010 | 1010 | 0 | 1110 | 11001010 | 101100 | 1001011 |
Color Harmonies of #A3C6DB
Complementary color
Monochromatic Colors of #A3C6DB
Black with #A3C6DB
Text Example
Text Example
White with #A3C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6DB; }
p { color: rgb(163,198,219); }
H1.HeaderClassName
{
color: #A3C6DB;
}
.AnyTagClassName
{
color: #A3C6DB;
}
</style>
background-color css
<style>
a { background-color: #A3C6DB; }
a { background-color: rgb(163,198,219); }
div.DivClassName
{
background-color: #A3C6DB;
}
.BgClassName
{
background-color: #A3C6DB;
}
</style>
border-color css
<style>
span { border-color: #A3C6DB; }
span { border-color: rgb(163,198,219); }
td.TdClassName
{
border-color: #A3C6DB;
}
.TagClassName
{
border-color: #A3C6DB;
}
</style>