Shades of Regent St Blue #A0CCD5
Tints of Regent St Blue #A0CCD5
RGB
CMYK
RGB Variations
Color information
#A0CCD5 (or 0xA0CCD5) is known color: Regent St Blue. HEX triplet: A0, CC and D5. RGB value is (160,204,213). Sum of RGB (Red+Green+Blue) = 160+204+213=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCD5 is #5F332A. Grayscale: #BFBFBF. Windows color (decimal): -6239019 or 14011552. OLE color: 14011552.
HSL color Cylindrical-coordinate representation of color #A0CCD5: hue angle of 190.19º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0CCD5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 204 | 213 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.16 |
| HSL | 190.19º | 0.39% | 0.73% | - |
| HSV(B) | 190.19º | 0.25% | 0.84% | - |
| XYZ | 48.1 | 55.46 | 71.12 | - |
| YUV | 191.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 213 | 0.25 | 0.04 | 0 | 0.16 | 190.19 | 0.39 | 0.73 |
| Hex | A0 | CC | D5 | 19 | 4 | 0 | 10 | BE | 27 | 49 |
| Octal | 240 | 314 | 325 | 31 | 4 | 0 | 20 | 276 | 47 | 111 |
| Binary | 10100000 | 11001100 | 11010101 | 11001 | 100 | 0 | 10000 | 10111110 | 100111 | 1001001 |
Color Harmonies of #A0CCD5
Complementary color
Monochromatic Colors of #A0CCD5
Black with #A0CCD5
Text Example
Text Example
White with #A0CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCD5; }
p { color: rgb(160,204,213); }
H1.HeaderClassName
{
color: #A0CCD5;
}
.AnyTagClassName
{
color: #A0CCD5;
}
</style>
background-color css
<style>
a { background-color: #A0CCD5; }
a { background-color: rgb(160,204,213); }
div.DivClassName
{
background-color: #A0CCD5;
}
.BgClassName
{
background-color: #A0CCD5;
}
</style>
border-color css
<style>
span { border-color: #A0CCD5; }
span { border-color: rgb(160,204,213); }
td.TdClassName
{
border-color: #A0CCD5;
}
.TagClassName
{
border-color: #A0CCD5;
}
</style>