Shades of Regent St Blue #A2C9DC
Tints of Regent St Blue #A2C9DC
RGB
CMYK
RGB Variations
Color information
#A2C9DC (or 0xA2C9DC) is known color: Regent St Blue. HEX triplet: A2, C9 and DC. RGB value is (162,201,220). Sum of RGB (Red+Green+Blue) = 162+201+220=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C9DC is #5D3623. Grayscale: #BFBFBF. Windows color (decimal): -6108708 or 14469538. OLE color: 14469538.
HSL color Cylindrical-coordinate representation of color #A2C9DC: hue angle of 199.66º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2C9DC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 201 | 220 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.14 |
| HSL | 199.66º | 0.45% | 0.75% | - |
| HSV(B) | 199.66º | 0.26% | 0.86% | - |
| XYZ | 48.71 | 54.62 | 75.69 | - |
| YUV | 191.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 220 | 0.26 | 0.09 | 0 | 0.14 | 199.66 | 0.45 | 0.75 |
| Hex | A2 | C9 | DC | 1A | 9 | 0 | E | C8 | 2D | 4B |
| Octal | 242 | 311 | 334 | 32 | 11 | 0 | 16 | 310 | 55 | 113 |
| Binary | 10100010 | 11001001 | 11011100 | 11010 | 1001 | 0 | 1110 | 11001000 | 101101 | 1001011 |
Color Harmonies of #A2C9DC
Complementary color
Monochromatic Colors of #A2C9DC
Black with #A2C9DC
Text Example
Text Example
White with #A2C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9DC; }
p { color: rgb(162,201,220); }
H1.HeaderClassName
{
color: #A2C9DC;
}
.AnyTagClassName
{
color: #A2C9DC;
}
</style>
background-color css
<style>
a { background-color: #A2C9DC; }
a { background-color: rgb(162,201,220); }
div.DivClassName
{
background-color: #A2C9DC;
}
.BgClassName
{
background-color: #A2C9DC;
}
</style>
border-color css
<style>
span { border-color: #A2C9DC; }
span { border-color: rgb(162,201,220); }
td.TdClassName
{
border-color: #A2C9DC;
}
.TagClassName
{
border-color: #A2C9DC;
}
</style>