Shades of Regent St Blue #A0C0CD
Tints of Regent St Blue #A0C0CD
RGB
CMYK
RGB Variations
Color information
#A0C0CD (or 0xA0C0CD) is known color: Regent St Blue. HEX triplet: A0, C0 and CD. RGB value is (160,192,205). Sum of RGB (Red+Green+Blue) = 160+192+205=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0CD is #5F3F32. Grayscale: #B7B7B7. Windows color (decimal): -6242099 or 13484192. OLE color: 13484192.
HSL color Cylindrical-coordinate representation of color #A0C0CD: hue angle of 197.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C0CD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 192 | 205 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.20 |
| HSL | 197.33º | 0.31% | 0.72% | - |
| HSV(B) | 197.33º | 0.22% | 0.8% | - |
| XYZ | 44.37 | 49.58 | 64.99 | - |
| YUV | 183.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 205 | 0.22 | 0.06 | 0 | 0.20 | 197.33 | 0.31 | 0.72 |
| Hex | A0 | C0 | CD | 16 | 6 | 0 | 14 | C5 | 1F | 48 |
| Octal | 240 | 300 | 315 | 26 | 6 | 0 | 24 | 305 | 37 | 110 |
| Binary | 10100000 | 11000000 | 11001101 | 10110 | 110 | 0 | 10100 | 11000101 | 11111 | 1001000 |
Color Harmonies of #A0C0CD
Complementary color
Monochromatic Colors of #A0C0CD
Black with #A0C0CD
Text Example
Text Example
White with #A0C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0CD; }
p { color: rgb(160,192,205); }
H1.HeaderClassName
{
color: #A0C0CD;
}
.AnyTagClassName
{
color: #A0C0CD;
}
</style>
background-color css
<style>
a { background-color: #A0C0CD; }
a { background-color: rgb(160,192,205); }
div.DivClassName
{
background-color: #A0C0CD;
}
.BgClassName
{
background-color: #A0C0CD;
}
</style>
border-color css
<style>
span { border-color: #A0C0CD; }
span { border-color: rgb(160,192,205); }
td.TdClassName
{
border-color: #A0C0CD;
}
.TagClassName
{
border-color: #A0C0CD;
}
</style>