Shades of Regent St Blue #A0C3CB
Tints of Regent St Blue #A0C3CB
RGB
CMYK
RGB Variations
Color information
#A0C3CB (or 0xA0C3CB) is known color: Regent St Blue. HEX triplet: A0, C3 and CB. RGB value is (160,195,203). Sum of RGB (Red+Green+Blue) = 160+195+203=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3CB is #5F3C34. Grayscale: #B9B9B9. Windows color (decimal): -6241333 or 13353888. OLE color: 13353888.
HSL color Cylindrical-coordinate representation of color #A0C3CB: hue angle of 191.16º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C3CB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 195 | 203 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.20 |
| HSL | 191.16º | 0.29% | 0.71% | - |
| HSV(B) | 191.16º | 0.21% | 0.8% | - |
| XYZ | 44.79 | 50.82 | 63.95 | - |
| YUV | 185.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 203 | 0.21 | 0.04 | 0 | 0.20 | 191.16 | 0.29 | 0.71 |
| Hex | A0 | C3 | CB | 15 | 4 | 0 | 14 | BF | 1D | 47 |
| Octal | 240 | 303 | 313 | 25 | 4 | 0 | 24 | 277 | 35 | 107 |
| Binary | 10100000 | 11000011 | 11001011 | 10101 | 100 | 0 | 10100 | 10111111 | 11101 | 1000111 |
Color Harmonies of #A0C3CB
Complementary color
Monochromatic Colors of #A0C3CB
Black with #A0C3CB
Text Example
Text Example
White with #A0C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3CB; }
p { color: rgb(160,195,203); }
H1.HeaderClassName
{
color: #A0C3CB;
}
.AnyTagClassName
{
color: #A0C3CB;
}
</style>
background-color css
<style>
a { background-color: #A0C3CB; }
a { background-color: rgb(160,195,203); }
div.DivClassName
{
background-color: #A0C3CB;
}
.BgClassName
{
background-color: #A0C3CB;
}
</style>
border-color css
<style>
span { border-color: #A0C3CB; }
span { border-color: rgb(160,195,203); }
td.TdClassName
{
border-color: #A0C3CB;
}
.TagClassName
{
border-color: #A0C3CB;
}
</style>