Shades of Regent St Blue #A0C4CB
Tints of Regent St Blue #A0C4CB
RGB
CMYK
RGB Variations
Color information
#A0C4CB (or 0xA0C4CB) is known color: Regent St Blue. HEX triplet: A0, C4 and CB. RGB value is (160,196,203). Sum of RGB (Red+Green+Blue) = 160+196+203=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C4CB is #5F3B34. Grayscale: #B9B9B9. Windows color (decimal): -6241077 or 13354144. OLE color: 13354144.
HSL color Cylindrical-coordinate representation of color #A0C4CB: hue angle of 189.77º 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 #A0C4CB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 196 | 203 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.20 |
| HSL | 189.77º | 0.29% | 0.71% | - |
| HSV(B) | 189.77º | 0.21% | 0.8% | - |
| XYZ | 45.02 | 51.27 | 64.02 | - |
| YUV | 186.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 203 | 0.21 | 0.03 | 0 | 0.20 | 189.77 | 0.29 | 0.71 |
| Hex | A0 | C4 | CB | 15 | 3 | 0 | 14 | BE | 1D | 47 |
| Octal | 240 | 304 | 313 | 25 | 3 | 0 | 24 | 276 | 35 | 107 |
| Binary | 10100000 | 11000100 | 11001011 | 10101 | 11 | 0 | 10100 | 10111110 | 11101 | 1000111 |
Color Harmonies of #A0C4CB
Complementary color
Monochromatic Colors of #A0C4CB
Black with #A0C4CB
Text Example
Text Example
White with #A0C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C4CB; }
p { color: rgb(160,196,203); }
H1.HeaderClassName
{
color: #A0C4CB;
}
.AnyTagClassName
{
color: #A0C4CB;
}
</style>
background-color css
<style>
a { background-color: #A0C4CB; }
a { background-color: rgb(160,196,203); }
div.DivClassName
{
background-color: #A0C4CB;
}
.BgClassName
{
background-color: #A0C4CB;
}
</style>
border-color css
<style>
span { border-color: #A0C4CB; }
span { border-color: rgb(160,196,203); }
td.TdClassName
{
border-color: #A0C4CB;
}
.TagClassName
{
border-color: #A0C4CB;
}
</style>