Shades of Regent St Blue #A0C2CD
Tints of Regent St Blue #A0C2CD
RGB
CMYK
RGB Variations
Color information
#A0C2CD (or 0xA0C2CD) is known color: Regent St Blue. HEX triplet: A0, C2 and CD. RGB value is (160,194,205). Sum of RGB (Red+Green+Blue) = 160+194+205=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2CD is #5F3D32. Grayscale: #B9B9B9. Windows color (decimal): -6241587 or 13484704. OLE color: 13484704.
HSL color Cylindrical-coordinate representation of color #A0C2CD: hue angle of 194.67º 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 #A0C2CD is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 194 | 205 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.20 |
| HSL | 194.67º | 0.31% | 0.72% | - |
| HSV(B) | 194.67º | 0.22% | 0.8% | - |
| XYZ | 44.81 | 50.46 | 65.14 | - |
| YUV | 185.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 205 | 0.22 | 0.05 | 0 | 0.20 | 194.67 | 0.31 | 0.72 |
| Hex | A0 | C2 | CD | 16 | 5 | 0 | 14 | C3 | 1F | 48 |
| Octal | 240 | 302 | 315 | 26 | 5 | 0 | 24 | 303 | 37 | 110 |
| Binary | 10100000 | 11000010 | 11001101 | 10110 | 101 | 0 | 10100 | 11000011 | 11111 | 1001000 |
Color Harmonies of #A0C2CD
Complementary color
Monochromatic Colors of #A0C2CD
Black with #A0C2CD
Text Example
Text Example
White with #A0C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2CD; }
p { color: rgb(160,194,205); }
H1.HeaderClassName
{
color: #A0C2CD;
}
.AnyTagClassName
{
color: #A0C2CD;
}
</style>
background-color css
<style>
a { background-color: #A0C2CD; }
a { background-color: rgb(160,194,205); }
div.DivClassName
{
background-color: #A0C2CD;
}
.BgClassName
{
background-color: #A0C2CD;
}
</style>
border-color css
<style>
span { border-color: #A0C2CD; }
span { border-color: rgb(160,194,205); }
td.TdClassName
{
border-color: #A0C2CD;
}
.TagClassName
{
border-color: #A0C2CD;
}
</style>