Shades of Regent St Blue #A6C8DA
Tints of Regent St Blue #A6C8DA
RGB
CMYK
RGB Variations
Color information
#A6C8DA (or 0xA6C8DA) is known color: Regent St Blue. HEX triplet: A6, C8 and DA. RGB value is (166,200,218). Sum of RGB (Red+Green+Blue) = 166+200+218=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8DA is #593725. Grayscale: #BFBFBF. Windows color (decimal): -5846822 or 14338214. OLE color: 14338214.
HSL color Cylindrical-coordinate representation of color #A6C8DA: hue angle of 200.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C8DA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 200 | 218 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.15 |
| HSL | 200.77º | 0.41% | 0.75% | - |
| HSV(B) | 200.77º | 0.24% | 0.85% | - |
| XYZ | 49.04 | 54.48 | 74.26 | - |
| YUV | 191.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 218 | 0.24 | 0.08 | 0 | 0.15 | 200.77 | 0.41 | 0.75 |
| Hex | A6 | C8 | DA | 18 | 8 | 0 | F | C9 | 29 | 4B |
| Octal | 246 | 310 | 332 | 30 | 10 | 0 | 17 | 311 | 51 | 113 |
| Binary | 10100110 | 11001000 | 11011010 | 11000 | 1000 | 0 | 1111 | 11001001 | 101001 | 1001011 |
Color Harmonies of #A6C8DA
Complementary color
Monochromatic Colors of #A6C8DA
Black with #A6C8DA
Text Example
Text Example
White with #A6C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8DA; }
p { color: rgb(166,200,218); }
H1.HeaderClassName
{
color: #A6C8DA;
}
.AnyTagClassName
{
color: #A6C8DA;
}
</style>
background-color css
<style>
a { background-color: #A6C8DA; }
a { background-color: rgb(166,200,218); }
div.DivClassName
{
background-color: #A6C8DA;
}
.BgClassName
{
background-color: #A6C8DA;
}
</style>
border-color css
<style>
span { border-color: #A6C8DA; }
span { border-color: rgb(166,200,218); }
td.TdClassName
{
border-color: #A6C8DA;
}
.TagClassName
{
border-color: #A6C8DA;
}
</style>