Shades of Regent St Blue #A2C6CF
Tints of Regent St Blue #A2C6CF
RGB
CMYK
RGB Variations
Color information
#A2C6CF (or 0xA2C6CF) is known color: Regent St Blue. HEX triplet: A2, C6 and CF. RGB value is (162,198,207). Sum of RGB (Red+Green+Blue) = 162+198+207=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C6CF is #5D3930. Grayscale: #BCBCBC. Windows color (decimal): -6109489 or 13616802. OLE color: 13616802.
HSL color Cylindrical-coordinate representation of color #A2C6CF: hue angle of 192º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C6CF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 198 | 207 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.19 |
| HSL | 192º | 0.32% | 0.72% | - |
| HSV(B) | 192º | 0.22% | 0.81% | - |
| XYZ | 46.36 | 52.57 | 66.74 | - |
| YUV | 188.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 207 | 0.22 | 0.04 | 0 | 0.19 | 192 | 0.32 | 0.72 |
| Hex | A2 | C6 | CF | 16 | 4 | 0 | 13 | C0 | 20 | 48 |
| Octal | 242 | 306 | 317 | 26 | 4 | 0 | 23 | 300 | 40 | 110 |
| Binary | 10100010 | 11000110 | 11001111 | 10110 | 100 | 0 | 10011 | 11000000 | 100000 | 1001000 |
Color Harmonies of #A2C6CF
Complementary color
Monochromatic Colors of #A2C6CF
Black with #A2C6CF
Text Example
Text Example
White with #A2C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C6CF; }
p { color: rgb(162,198,207); }
H1.HeaderClassName
{
color: #A2C6CF;
}
.AnyTagClassName
{
color: #A2C6CF;
}
</style>
background-color css
<style>
a { background-color: #A2C6CF; }
a { background-color: rgb(162,198,207); }
div.DivClassName
{
background-color: #A2C6CF;
}
.BgClassName
{
background-color: #A2C6CF;
}
</style>
border-color css
<style>
span { border-color: #A2C6CF; }
span { border-color: rgb(162,198,207); }
td.TdClassName
{
border-color: #A2C6CF;
}
.TagClassName
{
border-color: #A2C6CF;
}
</style>