Shades of Regent St Blue #A0C7D6
Tints of Regent St Blue #A0C7D6
RGB
CMYK
RGB Variations
Color information
#A0C7D6 (or 0xA0C7D6) is known color: Regent St Blue. HEX triplet: A0, C7 and D6. RGB value is (160,199,214). Sum of RGB (Red+Green+Blue) = 160+199+214=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C7D6 is #5F3829. Grayscale: #BCBCBC. Windows color (decimal): -6240298 or 14075808. OLE color: 14075808.
HSL color Cylindrical-coordinate representation of color #A0C7D6: hue angle of 196.67º 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 #A0C7D6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 199 | 214 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.16 |
| HSL | 196.67º | 0.4% | 0.73% | - |
| HSV(B) | 196.67º | 0.25% | 0.84% | - |
| XYZ | 47.06 | 53.18 | 71.4 | - |
| YUV | 189.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 214 | 0.25 | 0.07 | 0 | 0.16 | 196.67 | 0.4 | 0.73 |
| Hex | A0 | C7 | D6 | 19 | 7 | 0 | 10 | C5 | 28 | 49 |
| Octal | 240 | 307 | 326 | 31 | 7 | 0 | 20 | 305 | 50 | 111 |
| Binary | 10100000 | 11000111 | 11010110 | 11001 | 111 | 0 | 10000 | 11000101 | 101000 | 1001001 |
Color Harmonies of #A0C7D6
Complementary color
Monochromatic Colors of #A0C7D6
Black with #A0C7D6
Text Example
Text Example
White with #A0C7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C7D6; }
p { color: rgb(160,199,214); }
H1.HeaderClassName
{
color: #A0C7D6;
}
.AnyTagClassName
{
color: #A0C7D6;
}
</style>
background-color css
<style>
a { background-color: #A0C7D6; }
a { background-color: rgb(160,199,214); }
div.DivClassName
{
background-color: #A0C7D6;
}
.BgClassName
{
background-color: #A0C7D6;
}
</style>
border-color css
<style>
span { border-color: #A0C7D6; }
span { border-color: rgb(160,199,214); }
td.TdClassName
{
border-color: #A0C7D6;
}
.TagClassName
{
border-color: #A0C7D6;
}
</style>