Shades of Regent St Blue #A0C9D0
Tints of Regent St Blue #A0C9D0
RGB
CMYK
RGB Variations
Color information
#A0C9D0 (or 0xA0C9D0) is known color: Regent St Blue. HEX triplet: A0, C9 and D0. RGB value is (160,201,208). Sum of RGB (Red+Green+Blue) = 160+201+208=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0C9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9D0 is #5F362F. Grayscale: #BDBDBD. Windows color (decimal): -6239792 or 13683104. OLE color: 13683104.
HSL color Cylindrical-coordinate representation of color #A0C9D0: hue angle of 188.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C9D0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 201 | 208 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.18 |
| HSL | 188.75º | 0.34% | 0.72% | - |
| HSV(B) | 188.75º | 0.23% | 0.82% | - |
| XYZ | 46.77 | 53.8 | 67.59 | - |
| YUV | 189.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 208 | 0.23 | 0.03 | 0 | 0.18 | 188.75 | 0.34 | 0.72 |
| Hex | A0 | C9 | D0 | 17 | 3 | 0 | 12 | BD | 22 | 48 |
| Octal | 240 | 311 | 320 | 27 | 3 | 0 | 22 | 275 | 42 | 110 |
| Binary | 10100000 | 11001001 | 11010000 | 10111 | 11 | 0 | 10010 | 10111101 | 100010 | 1001000 |
Color Harmonies of #A0C9D0
Complementary color
Monochromatic Colors of #A0C9D0
Black with #A0C9D0
Text Example
Text Example
White with #A0C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9D0; }
p { color: rgb(160,201,208); }
H1.HeaderClassName
{
color: #A0C9D0;
}
.AnyTagClassName
{
color: #A0C9D0;
}
</style>
background-color css
<style>
a { background-color: #A0C9D0; }
a { background-color: rgb(160,201,208); }
div.DivClassName
{
background-color: #A0C9D0;
}
.BgClassName
{
background-color: #A0C9D0;
}
</style>
border-color css
<style>
span { border-color: #A0C9D0; }
span { border-color: rgb(160,201,208); }
td.TdClassName
{
border-color: #A0C9D0;
}
.TagClassName
{
border-color: #A0C9D0;
}
</style>