Shades of Regent St Blue #A0CCD6
Tints of Regent St Blue #A0CCD6
RGB
CMYK
RGB Variations
Color information
#A0CCD6 (or 0xA0CCD6) is known color: Regent St Blue. HEX triplet: A0, CC and D6. RGB value is (160,204,214). Sum of RGB (Red+Green+Blue) = 160+204+214=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCD6 is #5F3329. Grayscale: #BFBFBF. Windows color (decimal): -6239018 or 14077088. OLE color: 14077088.
HSL color Cylindrical-coordinate representation of color #A0CCD6: hue angle of 191.11º degrees, saturation: 0.4, 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 #A0CCD6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 204 | 214 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.16 |
| HSL | 191.11º | 0.4% | 0.73% | - |
| HSV(B) | 191.11º | 0.25% | 0.84% | - |
| XYZ | 48.23 | 55.51 | 71.79 | - |
| YUV | 191.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 214 | 0.25 | 0.05 | 0 | 0.16 | 191.11 | 0.4 | 0.73 |
| Hex | A0 | CC | D6 | 19 | 5 | 0 | 10 | BF | 28 | 49 |
| Octal | 240 | 314 | 326 | 31 | 5 | 0 | 20 | 277 | 50 | 111 |
| Binary | 10100000 | 11001100 | 11010110 | 11001 | 101 | 0 | 10000 | 10111111 | 101000 | 1001001 |
Color Harmonies of #A0CCD6
Complementary color
Monochromatic Colors of #A0CCD6
Black with #A0CCD6
Text Example
Text Example
White with #A0CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCD6; }
p { color: rgb(160,204,214); }
H1.HeaderClassName
{
color: #A0CCD6;
}
.AnyTagClassName
{
color: #A0CCD6;
}
</style>
background-color css
<style>
a { background-color: #A0CCD6; }
a { background-color: rgb(160,204,214); }
div.DivClassName
{
background-color: #A0CCD6;
}
.BgClassName
{
background-color: #A0CCD6;
}
</style>
border-color css
<style>
span { border-color: #A0CCD6; }
span { border-color: rgb(160,204,214); }
td.TdClassName
{
border-color: #A0CCD6;
}
.TagClassName
{
border-color: #A0CCD6;
}
</style>