Shades of Regent St Blue #A3C9DA
Tints of Regent St Blue #A3C9DA
RGB
CMYK
RGB Variations
Color information
#A3C9DA (or 0xA3C9DA) is known color: Regent St Blue. HEX triplet: A3, C9 and DA. RGB value is (163,201,218). Sum of RGB (Red+Green+Blue) = 163+201+218=582 (77% of max value = 765). Red value is 163 (64.06% from 255 or 28.01% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3C9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C9DA is #5C3625. Grayscale: #BFBFBF. Windows color (decimal): -6043174 or 14338467. OLE color: 14338467.
HSL color Cylindrical-coordinate representation of color #A3C9DA: hue angle of 198.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3C9DA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 201 | 218 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.15 |
| HSL | 198.55º | 0.43% | 0.75% | - |
| HSV(B) | 198.55º | 0.25% | 0.85% | - |
| XYZ | 48.65 | 54.62 | 74.31 | - |
| YUV | 191.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 218 | 0.25 | 0.08 | 0 | 0.15 | 198.55 | 0.43 | 0.75 |
| Hex | A3 | C9 | DA | 19 | 8 | 0 | F | C7 | 2B | 4B |
| Octal | 243 | 311 | 332 | 31 | 10 | 0 | 17 | 307 | 53 | 113 |
| Binary | 10100011 | 11001001 | 11011010 | 11001 | 1000 | 0 | 1111 | 11000111 | 101011 | 1001011 |
Color Harmonies of #A3C9DA
Complementary color
Monochromatic Colors of #A3C9DA
Black with #A3C9DA
Text Example
Text Example
White with #A3C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C9DA; }
p { color: rgb(163,201,218); }
H1.HeaderClassName
{
color: #A3C9DA;
}
.AnyTagClassName
{
color: #A3C9DA;
}
</style>
background-color css
<style>
a { background-color: #A3C9DA; }
a { background-color: rgb(163,201,218); }
div.DivClassName
{
background-color: #A3C9DA;
}
.BgClassName
{
background-color: #A3C9DA;
}
</style>
border-color css
<style>
span { border-color: #A3C9DA; }
span { border-color: rgb(163,201,218); }
td.TdClassName
{
border-color: #A3C9DA;
}
.TagClassName
{
border-color: #A3C9DA;
}
</style>