Shades of Regent St Blue #A7C9CF
Tints of Regent St Blue #A7C9CF
RGB
CMYK
RGB Variations
Color information
#A7C9CF (or 0xA7C9CF) is known color: Regent St Blue. HEX triplet: A7, C9 and CF. RGB value is (167,201,207). Sum of RGB (Red+Green+Blue) = 167+201+207=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C9CF is #583630. Grayscale: #BFBFBF. Windows color (decimal): -5781041 or 13617575. OLE color: 13617575.
HSL color Cylindrical-coordinate representation of color #A7C9CF: hue angle of 189º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7C9CF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 201 | 207 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.19 |
| HSL | 189º | 0.29% | 0.73% | - |
| HSV(B) | 189º | 0.19% | 0.81% | - |
| XYZ | 48.09 | 54.49 | 67.02 | - |
| YUV | 191.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 207 | 0.19 | 0.03 | 0 | 0.19 | 189 | 0.29 | 0.73 |
| Hex | A7 | C9 | CF | 13 | 3 | 0 | 13 | BD | 1D | 49 |
| Octal | 247 | 311 | 317 | 23 | 3 | 0 | 23 | 275 | 35 | 111 |
| Binary | 10100111 | 11001001 | 11001111 | 10011 | 11 | 0 | 10011 | 10111101 | 11101 | 1001001 |
Color Harmonies of #A7C9CF
Complementary color
Monochromatic Colors of #A7C9CF
Black with #A7C9CF
Text Example
Text Example
White with #A7C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C9CF; }
p { color: rgb(167,201,207); }
H1.HeaderClassName
{
color: #A7C9CF;
}
.AnyTagClassName
{
color: #A7C9CF;
}
</style>
background-color css
<style>
a { background-color: #A7C9CF; }
a { background-color: rgb(167,201,207); }
div.DivClassName
{
background-color: #A7C9CF;
}
.BgClassName
{
background-color: #A7C9CF;
}
</style>
border-color css
<style>
span { border-color: #A7C9CF; }
span { border-color: rgb(167,201,207); }
td.TdClassName
{
border-color: #A7C9CF;
}
.TagClassName
{
border-color: #A7C9CF;
}
</style>