Shades of Regent St Blue #A7CBD5
Tints of Regent St Blue #A7CBD5
RGB
CMYK
RGB Variations
Color information
#A7CBD5 (or 0xA7CBD5) is known color: Regent St Blue. HEX triplet: A7, CB and D5. RGB value is (167,203,213). Sum of RGB (Red+Green+Blue) = 167+203+213=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #A7CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBD5 is #58342A. Grayscale: #C1C1C1. Windows color (decimal): -5780523 or 14011303. OLE color: 14011303.
HSL color Cylindrical-coordinate representation of color #A7CBD5: hue angle of 193.04º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7CBD5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 203 | 213 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.16 |
| HSL | 193.04º | 0.35% | 0.75% | - |
| HSV(B) | 193.04º | 0.22% | 0.84% | - |
| XYZ | 49.3 | 55.73 | 71.11 | - |
| YUV | 193.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 213 | 0.22 | 0.05 | 0 | 0.16 | 193.04 | 0.35 | 0.75 |
| Hex | A7 | CB | D5 | 16 | 5 | 0 | 10 | C1 | 23 | 4B |
| Octal | 247 | 313 | 325 | 26 | 5 | 0 | 20 | 301 | 43 | 113 |
| Binary | 10100111 | 11001011 | 11010101 | 10110 | 101 | 0 | 10000 | 11000001 | 100011 | 1001011 |
Color Harmonies of #A7CBD5
Complementary color
Monochromatic Colors of #A7CBD5
Black with #A7CBD5
Text Example
Text Example
White with #A7CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBD5; }
p { color: rgb(167,203,213); }
H1.HeaderClassName
{
color: #A7CBD5;
}
.AnyTagClassName
{
color: #A7CBD5;
}
</style>
background-color css
<style>
a { background-color: #A7CBD5; }
a { background-color: rgb(167,203,213); }
div.DivClassName
{
background-color: #A7CBD5;
}
.BgClassName
{
background-color: #A7CBD5;
}
</style>
border-color css
<style>
span { border-color: #A7CBD5; }
span { border-color: rgb(167,203,213); }
td.TdClassName
{
border-color: #A7CBD5;
}
.TagClassName
{
border-color: #A7CBD5;
}
</style>