Shades of Tropical Blue #A6BFEA
Tints of Tropical Blue #A6BFEA
RGB
CMYK
RGB Variations
Color information
#A6BFEA (or 0xA6BFEA) is known color: Tropical Blue. HEX triplet: A6, BF and EA. RGB value is (166,191,234). Sum of RGB (Red+Green+Blue) = 166+191+234=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFEA is #594015. Grayscale: #BCBCBC. Windows color (decimal): -5849110 or 15384486. OLE color: 15384486.
HSL color Cylindrical-coordinate representation of color #A6BFEA: hue angle of 217.94º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BFEA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 191 | 234 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.08 |
| HSL | 217.94º | 0.62% | 0.78% | - |
| HSV(B) | 217.94º | 0.29% | 0.92% | - |
| XYZ | 49.21 | 51.31 | 85.15 | - |
| YUV | 188.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 234 | 0.29 | 0.18 | 0 | 0.08 | 217.94 | 0.62 | 0.78 |
| Hex | A6 | BF | EA | 1D | 12 | 0 | 8 | DA | 3E | 4E |
| Octal | 246 | 277 | 352 | 35 | 22 | 0 | 10 | 332 | 76 | 116 |
| Binary | 10100110 | 10111111 | 11101010 | 11101 | 10010 | 0 | 1000 | 11011010 | 111110 | 1001110 |
Color Harmonies of #A6BFEA
Complementary color
Monochromatic Colors of #A6BFEA
Black with #A6BFEA
Text Example
Text Example
White with #A6BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFEA; }
p { color: rgb(166,191,234); }
H1.HeaderClassName
{
color: #A6BFEA;
}
.AnyTagClassName
{
color: #A6BFEA;
}
</style>
background-color css
<style>
a { background-color: #A6BFEA; }
a { background-color: rgb(166,191,234); }
div.DivClassName
{
background-color: #A6BFEA;
}
.BgClassName
{
background-color: #A6BFEA;
}
</style>
border-color css
<style>
span { border-color: #A6BFEA; }
span { border-color: rgb(166,191,234); }
td.TdClassName
{
border-color: #A6BFEA;
}
.TagClassName
{
border-color: #A6BFEA;
}
</style>