Shades of Regent St Blue #A2C7CF
Tints of Regent St Blue #A2C7CF
RGB
CMYK
RGB Variations
Color information
#A2C7CF (or 0xA2C7CF) is known color: Regent St Blue. HEX triplet: A2, C7 and CF. RGB value is (162,199,207). Sum of RGB (Red+Green+Blue) = 162+199+207=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2C7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C7CF is #5D3830. Grayscale: #BCBCBC. Windows color (decimal): -6109233 or 13617058. OLE color: 13617058.
HSL color Cylindrical-coordinate representation of color #A2C7CF: hue angle of 190.67º 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 #A2C7CF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 199 | 207 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.19 |
| HSL | 190.67º | 0.32% | 0.72% | - |
| HSV(B) | 190.67º | 0.22% | 0.81% | - |
| XYZ | 46.59 | 53.03 | 66.81 | - |
| YUV | 188.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 207 | 0.22 | 0.04 | 0 | 0.19 | 190.67 | 0.32 | 0.72 |
| Hex | A2 | C7 | CF | 16 | 4 | 0 | 13 | BF | 20 | 48 |
| Octal | 242 | 307 | 317 | 26 | 4 | 0 | 23 | 277 | 40 | 110 |
| Binary | 10100010 | 11000111 | 11001111 | 10110 | 100 | 0 | 10011 | 10111111 | 100000 | 1001000 |
Color Harmonies of #A2C7CF
Complementary color
Monochromatic Colors of #A2C7CF
Black with #A2C7CF
Text Example
Text Example
White with #A2C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C7CF; }
p { color: rgb(162,199,207); }
H1.HeaderClassName
{
color: #A2C7CF;
}
.AnyTagClassName
{
color: #A2C7CF;
}
</style>
background-color css
<style>
a { background-color: #A2C7CF; }
a { background-color: rgb(162,199,207); }
div.DivClassName
{
background-color: #A2C7CF;
}
.BgClassName
{
background-color: #A2C7CF;
}
</style>
border-color css
<style>
span { border-color: #A2C7CF; }
span { border-color: rgb(162,199,207); }
td.TdClassName
{
border-color: #A2C7CF;
}
.TagClassName
{
border-color: #A2C7CF;
}
</style>