Shades of Regent St Blue #A6CBD5
Tints of Regent St Blue #A6CBD5
RGB
CMYK
RGB Variations
Color information
#A6CBD5 (or 0xA6CBD5) is known color: Regent St Blue. HEX triplet: A6, CB and D5. RGB value is (166,203,213). Sum of RGB (Red+Green+Blue) = 166+203+213=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBD5 is #59342A. Grayscale: #C1C1C1. Windows color (decimal): -5846059 or 14011302. OLE color: 14011302.
HSL color Cylindrical-coordinate representation of color #A6CBD5: hue angle of 192.77º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CBD5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 203 | 213 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.16 |
| HSL | 192.77º | 0.36% | 0.74% | - |
| HSV(B) | 192.77º | 0.22% | 0.84% | - |
| XYZ | 49.09 | 55.62 | 71.1 | - |
| YUV | 193.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 213 | 0.22 | 0.05 | 0 | 0.16 | 192.77 | 0.36 | 0.74 |
| Hex | A6 | CB | D5 | 16 | 5 | 0 | 10 | C1 | 24 | 4A |
| Octal | 246 | 313 | 325 | 26 | 5 | 0 | 20 | 301 | 44 | 112 |
| Binary | 10100110 | 11001011 | 11010101 | 10110 | 101 | 0 | 10000 | 11000001 | 100100 | 1001010 |
Color Harmonies of #A6CBD5
Complementary color
Monochromatic Colors of #A6CBD5
Black with #A6CBD5
Text Example
Text Example
White with #A6CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBD5; }
p { color: rgb(166,203,213); }
H1.HeaderClassName
{
color: #A6CBD5;
}
.AnyTagClassName
{
color: #A6CBD5;
}
</style>
background-color css
<style>
a { background-color: #A6CBD5; }
a { background-color: rgb(166,203,213); }
div.DivClassName
{
background-color: #A6CBD5;
}
.BgClassName
{
background-color: #A6CBD5;
}
</style>
border-color css
<style>
span { border-color: #A6CBD5; }
span { border-color: rgb(166,203,213); }
td.TdClassName
{
border-color: #A6CBD5;
}
.TagClassName
{
border-color: #A6CBD5;
}
</style>