Shades of Regent St Blue #A6CFDA
Tints of Regent St Blue #A6CFDA
RGB
CMYK
RGB Variations
Color information
#A6CFDA (or 0xA6CFDA) is known color: Regent St Blue. HEX triplet: A6, CF and DA. RGB value is (166,207,218). Sum of RGB (Red+Green+Blue) = 166+207+218=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDA is #593025. Grayscale: #C3C3C3. Windows color (decimal): -5845030 or 14340006. OLE color: 14340006.
HSL color Cylindrical-coordinate representation of color #A6CFDA: hue angle of 192.69º 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 #A6CFDA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 207 | 218 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.15 |
| HSL | 192.69º | 0.41% | 0.75% | - |
| HSV(B) | 192.69º | 0.24% | 0.85% | - |
| XYZ | 50.69 | 57.79 | 74.81 | - |
| YUV | 196 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 218 | 0.24 | 0.05 | 0 | 0.15 | 192.69 | 0.41 | 0.75 |
| Hex | A6 | CF | DA | 18 | 5 | 0 | F | C1 | 29 | 4B |
| Octal | 246 | 317 | 332 | 30 | 5 | 0 | 17 | 301 | 51 | 113 |
| Binary | 10100110 | 11001111 | 11011010 | 11000 | 101 | 0 | 1111 | 11000001 | 101001 | 1001011 |
Color Harmonies of #A6CFDA
Complementary color
Monochromatic Colors of #A6CFDA
Black with #A6CFDA
Text Example
Text Example
White with #A6CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFDA; }
p { color: rgb(166,207,218); }
H1.HeaderClassName
{
color: #A6CFDA;
}
.AnyTagClassName
{
color: #A6CFDA;
}
</style>
background-color css
<style>
a { background-color: #A6CFDA; }
a { background-color: rgb(166,207,218); }
div.DivClassName
{
background-color: #A6CFDA;
}
.BgClassName
{
background-color: #A6CFDA;
}
</style>
border-color css
<style>
span { border-color: #A6CFDA; }
span { border-color: rgb(166,207,218); }
td.TdClassName
{
border-color: #A6CFDA;
}
.TagClassName
{
border-color: #A6CFDA;
}
</style>