Shades of Regent St Blue #A3C7DD
Tints of Regent St Blue #A3C7DD
RGB
CMYK
RGB Variations
Color information
#A3C7DD (or 0xA3C7DD) is known color: Regent St Blue. HEX triplet: A3, C7 and DD. RGB value is (163,199,221). Sum of RGB (Red+Green+Blue) = 163+199+221=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C7DD is #5C3822. Grayscale: #BEBEBE. Windows color (decimal): -6043683 or 14534563. OLE color: 14534563.
HSL color Cylindrical-coordinate representation of color #A3C7DD: hue angle of 202.76º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C7DD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 199 | 221 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.13 |
| HSL | 202.76º | 0.46% | 0.75% | - |
| HSV(B) | 202.76º | 0.26% | 0.87% | - |
| XYZ | 48.58 | 53.85 | 76.24 | - |
| YUV | 190.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 221 | 0.26 | 0.10 | 0 | 0.13 | 202.76 | 0.46 | 0.75 |
| Hex | A3 | C7 | DD | 1A | A | 0 | D | CB | 2E | 4B |
| Octal | 243 | 307 | 335 | 32 | 12 | 0 | 15 | 313 | 56 | 113 |
| Binary | 10100011 | 11000111 | 11011101 | 11010 | 1010 | 0 | 1101 | 11001011 | 101110 | 1001011 |
Color Harmonies of #A3C7DD
Complementary color
Monochromatic Colors of #A3C7DD
Black with #A3C7DD
Text Example
Text Example
White with #A3C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7DD; }
p { color: rgb(163,199,221); }
H1.HeaderClassName
{
color: #A3C7DD;
}
.AnyTagClassName
{
color: #A3C7DD;
}
</style>
background-color css
<style>
a { background-color: #A3C7DD; }
a { background-color: rgb(163,199,221); }
div.DivClassName
{
background-color: #A3C7DD;
}
.BgClassName
{
background-color: #A3C7DD;
}
</style>
border-color css
<style>
span { border-color: #A3C7DD; }
span { border-color: rgb(163,199,221); }
td.TdClassName
{
border-color: #A3C7DD;
}
.TagClassName
{
border-color: #A3C7DD;
}
</style>