Shades of Regent St Blue #A0C9DF
Tints of Regent St Blue #A0C9DF
RGB
CMYK
RGB Variations
Color information
#A0C9DF (or 0xA0C9DF) is known color: Regent St Blue. HEX triplet: A0, C9 and DF. RGB value is (160,201,223). Sum of RGB (Red+Green+Blue) = 160+201+223=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9DF is #5F3620. Grayscale: #BFBFBF. Windows color (decimal): -6239777 or 14666144. OLE color: 14666144.
HSL color Cylindrical-coordinate representation of color #A0C9DF: hue angle of 200.95º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C9DF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 201 | 223 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.13 |
| HSL | 200.95º | 0.5% | 0.75% | - |
| HSV(B) | 200.95º | 0.28% | 0.87% | - |
| XYZ | 48.7 | 54.57 | 77.78 | - |
| YUV | 191.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 223 | 0.28 | 0.10 | 0 | 0.13 | 200.95 | 0.5 | 0.75 |
| Hex | A0 | C9 | DF | 1C | A | 0 | D | C9 | 32 | 4B |
| Octal | 240 | 311 | 337 | 34 | 12 | 0 | 15 | 311 | 62 | 113 |
| Binary | 10100000 | 11001001 | 11011111 | 11100 | 1010 | 0 | 1101 | 11001001 | 110010 | 1001011 |
Color Harmonies of #A0C9DF
Complementary color
Monochromatic Colors of #A0C9DF
Black with #A0C9DF
Text Example
Text Example
White with #A0C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9DF; }
p { color: rgb(160,201,223); }
H1.HeaderClassName
{
color: #A0C9DF;
}
.AnyTagClassName
{
color: #A0C9DF;
}
</style>
background-color css
<style>
a { background-color: #A0C9DF; }
a { background-color: rgb(160,201,223); }
div.DivClassName
{
background-color: #A0C9DF;
}
.BgClassName
{
background-color: #A0C9DF;
}
</style>
border-color css
<style>
span { border-color: #A0C9DF; }
span { border-color: rgb(160,201,223); }
td.TdClassName
{
border-color: #A0C9DF;
}
.TagClassName
{
border-color: #A0C9DF;
}
</style>