Shades of Tropical Blue #A6C2EF
Tints of Tropical Blue #A6C2EF
RGB
CMYK
RGB Variations
Color information
#A6C2EF (or 0xA6C2EF) is known color: Tropical Blue. HEX triplet: A6, C2 and EF. RGB value is (166,194,239). Sum of RGB (Red+Green+Blue) = 166+194+239=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C2EF is #593D10. Grayscale: #BEBEBE. Windows color (decimal): -5848337 or 15712934. OLE color: 15712934.
HSL color Cylindrical-coordinate representation of color #A6C2EF: hue angle of 216.99º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C2EF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 194 | 239 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.06 |
| HSL | 216.99º | 0.7% | 0.79% | - |
| HSV(B) | 216.99º | 0.31% | 0.94% | - |
| XYZ | 50.6 | 52.92 | 89.21 | - |
| YUV | 190.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 239 | 0.31 | 0.19 | 0 | 0.06 | 216.99 | 0.7 | 0.79 |
| Hex | A6 | C2 | EF | 1F | 13 | 0 | 6 | D9 | 46 | 4F |
| Octal | 246 | 302 | 357 | 37 | 23 | 0 | 6 | 331 | 106 | 117 |
| Binary | 10100110 | 11000010 | 11101111 | 11111 | 10011 | 0 | 110 | 11011001 | 1000110 | 1001111 |
Color Harmonies of #A6C2EF
Complementary color
Monochromatic Colors of #A6C2EF
Black with #A6C2EF
Text Example
Text Example
White with #A6C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2EF; }
p { color: rgb(166,194,239); }
H1.HeaderClassName
{
color: #A6C2EF;
}
.AnyTagClassName
{
color: #A6C2EF;
}
</style>
background-color css
<style>
a { background-color: #A6C2EF; }
a { background-color: rgb(166,194,239); }
div.DivClassName
{
background-color: #A6C2EF;
}
.BgClassName
{
background-color: #A6C2EF;
}
</style>
border-color css
<style>
span { border-color: #A6C2EF; }
span { border-color: rgb(166,194,239); }
td.TdClassName
{
border-color: #A6C2EF;
}
.TagClassName
{
border-color: #A6C2EF;
}
</style>