Shades of Regent St Blue #A0C3DA
Tints of Regent St Blue #A0C3DA
RGB
CMYK
RGB Variations
Color information
#A0C3DA (or 0xA0C3DA) is known color: Regent St Blue. HEX triplet: A0, C3 and DA. RGB value is (160,195,218). Sum of RGB (Red+Green+Blue) = 160+195+218=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3DA is #5F3C25. Grayscale: #BBBBBB. Windows color (decimal): -6241318 or 14336928. OLE color: 14336928.
HSL color Cylindrical-coordinate representation of color #A0C3DA: hue angle of 203.79º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C3DA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 195 | 218 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.15 |
| HSL | 203.79º | 0.44% | 0.74% | - |
| HSV(B) | 203.79º | 0.27% | 0.85% | - |
| XYZ | 46.67 | 51.57 | 73.82 | - |
| YUV | 187.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 218 | 0.27 | 0.11 | 0 | 0.15 | 203.79 | 0.44 | 0.74 |
| Hex | A0 | C3 | DA | 1B | B | 0 | F | CC | 2C | 4A |
| Octal | 240 | 303 | 332 | 33 | 13 | 0 | 17 | 314 | 54 | 112 |
| Binary | 10100000 | 11000011 | 11011010 | 11011 | 1011 | 0 | 1111 | 11001100 | 101100 | 1001010 |
Color Harmonies of #A0C3DA
Complementary color
Monochromatic Colors of #A0C3DA
Black with #A0C3DA
Text Example
Text Example
White with #A0C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3DA; }
p { color: rgb(160,195,218); }
H1.HeaderClassName
{
color: #A0C3DA;
}
.AnyTagClassName
{
color: #A0C3DA;
}
</style>
background-color css
<style>
a { background-color: #A0C3DA; }
a { background-color: rgb(160,195,218); }
div.DivClassName
{
background-color: #A0C3DA;
}
.BgClassName
{
background-color: #A0C3DA;
}
</style>
border-color css
<style>
span { border-color: #A0C3DA; }
span { border-color: rgb(160,195,218); }
td.TdClassName
{
border-color: #A0C3DA;
}
.TagClassName
{
border-color: #A0C3DA;
}
</style>