Shades of Regent St Blue #A6D1D8
Tints of Regent St Blue #A6D1D8
RGB
CMYK
RGB Variations
Color information
#A6D1D8 (or 0xA6D1D8) is known color: Regent St Blue. HEX triplet: A6, D1 and D8. RGB value is (166,209,216). Sum of RGB (Red+Green+Blue) = 166+209+216=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6D1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1D8 is #592E27. Grayscale: #C4C4C4. Windows color (decimal): -5844520 or 14209446. OLE color: 14209446.
HSL color Cylindrical-coordinate representation of color #A6D1D8: hue angle of 188.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D1D8 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 209 | 216 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.15 |
| HSL | 188.4º | 0.39% | 0.75% | - |
| HSV(B) | 188.4º | 0.23% | 0.85% | - |
| XYZ | 50.92 | 58.67 | 73.61 | - |
| YUV | 196.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 216 | 0.23 | 0.03 | 0 | 0.15 | 188.4 | 0.39 | 0.75 |
| Hex | A6 | D1 | D8 | 17 | 3 | 0 | F | BC | 27 | 4B |
| Octal | 246 | 321 | 330 | 27 | 3 | 0 | 17 | 274 | 47 | 113 |
| Binary | 10100110 | 11010001 | 11011000 | 10111 | 11 | 0 | 1111 | 10111100 | 100111 | 1001011 |
Color Harmonies of #A6D1D8
Complementary color
Monochromatic Colors of #A6D1D8
Black with #A6D1D8
Text Example
Text Example
White with #A6D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1D8; }
p { color: rgb(166,209,216); }
H1.HeaderClassName
{
color: #A6D1D8;
}
.AnyTagClassName
{
color: #A6D1D8;
}
</style>
background-color css
<style>
a { background-color: #A6D1D8; }
a { background-color: rgb(166,209,216); }
div.DivClassName
{
background-color: #A6D1D8;
}
.BgClassName
{
background-color: #A6D1D8;
}
</style>
border-color css
<style>
span { border-color: #A6D1D8; }
span { border-color: rgb(166,209,216); }
td.TdClassName
{
border-color: #A6D1D8;
}
.TagClassName
{
border-color: #A6D1D8;
}
</style>