Shades of Tropical Blue #A6BFED
Tints of Tropical Blue #A6BFED
RGB
CMYK
RGB Variations
Color information
#A6BFED (or 0xA6BFED) is known color: Tropical Blue. HEX triplet: A6, BF and ED. RGB value is (166,191,237). Sum of RGB (Red+Green+Blue) = 166+191+237=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFED is #594012. Grayscale: #BCBCBC. Windows color (decimal): -5849107 or 15581094. OLE color: 15581094.
HSL color Cylindrical-coordinate representation of color #A6BFED: hue angle of 218.87º degrees, saturation: 0.66, 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 #A6BFED is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 191 | 237 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.07 |
| HSL | 218.87º | 0.66% | 0.79% | - |
| HSV(B) | 218.87º | 0.3% | 0.93% | - |
| XYZ | 49.64 | 51.48 | 87.44 | - |
| YUV | 188.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 237 | 0.30 | 0.19 | 0 | 0.07 | 218.87 | 0.66 | 0.79 |
| Hex | A6 | BF | ED | 1E | 13 | 0 | 7 | DB | 42 | 4F |
| Octal | 246 | 277 | 355 | 36 | 23 | 0 | 7 | 333 | 102 | 117 |
| Binary | 10100110 | 10111111 | 11101101 | 11110 | 10011 | 0 | 111 | 11011011 | 1000010 | 1001111 |
Color Harmonies of #A6BFED
Complementary color
Monochromatic Colors of #A6BFED
Black with #A6BFED
Text Example
Text Example
White with #A6BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFED; }
p { color: rgb(166,191,237); }
H1.HeaderClassName
{
color: #A6BFED;
}
.AnyTagClassName
{
color: #A6BFED;
}
</style>
background-color css
<style>
a { background-color: #A6BFED; }
a { background-color: rgb(166,191,237); }
div.DivClassName
{
background-color: #A6BFED;
}
.BgClassName
{
background-color: #A6BFED;
}
</style>
border-color css
<style>
span { border-color: #A6BFED; }
span { border-color: rgb(166,191,237); }
td.TdClassName
{
border-color: #A6BFED;
}
.TagClassName
{
border-color: #A6BFED;
}
</style>