Shades of Tropical Blue #A6BFEC
Tints of Tropical Blue #A6BFEC
RGB
CMYK
RGB Variations
Color information
#A6BFEC (or 0xA6BFEC) is known color: Tropical Blue. HEX triplet: A6, BF and EC. RGB value is (166,191,236). Sum of RGB (Red+Green+Blue) = 166+191+236=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFEC is #594013. Grayscale: #BCBCBC. Windows color (decimal): -5849108 or 15515558. OLE color: 15515558.
HSL color Cylindrical-coordinate representation of color #A6BFEC: hue angle of 218.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6BFEC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 191 | 236 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.07 |
| HSL | 218.57º | 0.65% | 0.79% | - |
| HSV(B) | 218.57º | 0.3% | 0.93% | - |
| XYZ | 49.5 | 51.42 | 86.67 | - |
| YUV | 188.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 236 | 0.30 | 0.19 | 0 | 0.07 | 218.57 | 0.65 | 0.79 |
| Hex | A6 | BF | EC | 1E | 13 | 0 | 7 | DB | 41 | 4F |
| Octal | 246 | 277 | 354 | 36 | 23 | 0 | 7 | 333 | 101 | 117 |
| Binary | 10100110 | 10111111 | 11101100 | 11110 | 10011 | 0 | 111 | 11011011 | 1000001 | 1001111 |
Color Harmonies of #A6BFEC
Complementary color
Monochromatic Colors of #A6BFEC
Black with #A6BFEC
Text Example
Text Example
White with #A6BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFEC; }
p { color: rgb(166,191,236); }
H1.HeaderClassName
{
color: #A6BFEC;
}
.AnyTagClassName
{
color: #A6BFEC;
}
</style>
background-color css
<style>
a { background-color: #A6BFEC; }
a { background-color: rgb(166,191,236); }
div.DivClassName
{
background-color: #A6BFEC;
}
.BgClassName
{
background-color: #A6BFEC;
}
</style>
border-color css
<style>
span { border-color: #A6BFEC; }
span { border-color: rgb(166,191,236); }
td.TdClassName
{
border-color: #A6BFEC;
}
.TagClassName
{
border-color: #A6BFEC;
}
</style>