Shades of Regent St Blue #A6CBDB
Tints of Regent St Blue #A6CBDB
RGB
CMYK
RGB Variations
Color information
#A6CBDB (or 0xA6CBDB) is known color: Regent St Blue. HEX triplet: A6, CB and DB. RGB value is (166,203,219). Sum of RGB (Red+Green+Blue) = 166+203+219=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDB is #593424. Grayscale: #C1C1C1. Windows color (decimal): -5846053 or 14404518. OLE color: 14404518.
HSL color Cylindrical-coordinate representation of color #A6CBDB: hue angle of 198.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CBDB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 203 | 219 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.14 |
| HSL | 198.11º | 0.42% | 0.75% | - |
| HSV(B) | 198.11º | 0.24% | 0.86% | - |
| XYZ | 49.87 | 55.93 | 75.19 | - |
| YUV | 193.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 219 | 0.24 | 0.07 | 0 | 0.14 | 198.11 | 0.42 | 0.75 |
| Hex | A6 | CB | DB | 18 | 7 | 0 | E | C6 | 2A | 4B |
| Octal | 246 | 313 | 333 | 30 | 7 | 0 | 16 | 306 | 52 | 113 |
| Binary | 10100110 | 11001011 | 11011011 | 11000 | 111 | 0 | 1110 | 11000110 | 101010 | 1001011 |
Color Harmonies of #A6CBDB
Complementary color
Monochromatic Colors of #A6CBDB
Black with #A6CBDB
Text Example
Text Example
White with #A6CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBDB; }
p { color: rgb(166,203,219); }
H1.HeaderClassName
{
color: #A6CBDB;
}
.AnyTagClassName
{
color: #A6CBDB;
}
</style>
background-color css
<style>
a { background-color: #A6CBDB; }
a { background-color: rgb(166,203,219); }
div.DivClassName
{
background-color: #A6CBDB;
}
.BgClassName
{
background-color: #A6CBDB;
}
</style>
border-color css
<style>
span { border-color: #A6CBDB; }
span { border-color: rgb(166,203,219); }
td.TdClassName
{
border-color: #A6CBDB;
}
.TagClassName
{
border-color: #A6CBDB;
}
</style>