Shades of Regent St Blue #A0C3CA
Tints of Regent St Blue #A0C3CA
RGB
CMYK
RGB Variations
Color information
#A0C3CA (or 0xA0C3CA) is known color: Regent St Blue. HEX triplet: A0, C3 and CA. RGB value is (160,195,202). Sum of RGB (Red+Green+Blue) = 160+195+202=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3CA is #5F3C35. Grayscale: #B9B9B9. Windows color (decimal): -6241334 or 13288352. OLE color: 13288352.
HSL color Cylindrical-coordinate representation of color #A0C3CA: hue angle of 190º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C3CA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 195 | 202 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.21 |
| HSL | 190º | 0.28% | 0.71% | - |
| HSV(B) | 190º | 0.21% | 0.79% | - |
| XYZ | 44.67 | 50.77 | 63.32 | - |
| YUV | 185.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 202 | 0.21 | 0.03 | 0 | 0.21 | 190 | 0.28 | 0.71 |
| Hex | A0 | C3 | CA | 15 | 3 | 0 | 15 | BE | 1C | 47 |
| Octal | 240 | 303 | 312 | 25 | 3 | 0 | 25 | 276 | 34 | 107 |
| Binary | 10100000 | 11000011 | 11001010 | 10101 | 11 | 0 | 10101 | 10111110 | 11100 | 1000111 |
Color Harmonies of #A0C3CA
Complementary color
Monochromatic Colors of #A0C3CA
Black with #A0C3CA
Text Example
Text Example
White with #A0C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3CA; }
p { color: rgb(160,195,202); }
H1.HeaderClassName
{
color: #A0C3CA;
}
.AnyTagClassName
{
color: #A0C3CA;
}
</style>
background-color css
<style>
a { background-color: #A0C3CA; }
a { background-color: rgb(160,195,202); }
div.DivClassName
{
background-color: #A0C3CA;
}
.BgClassName
{
background-color: #A0C3CA;
}
</style>
border-color css
<style>
span { border-color: #A0C3CA; }
span { border-color: rgb(160,195,202); }
td.TdClassName
{
border-color: #A0C3CA;
}
.TagClassName
{
border-color: #A0C3CA;
}
</style>