Shades of Tropical Blue #A6C0EE
Tints of Tropical Blue #A6C0EE
RGB
CMYK
RGB Variations
Color information
#A6C0EE (or 0xA6C0EE) is known color: Tropical Blue. HEX triplet: A6, C0 and EE. RGB value is (166,192,238). Sum of RGB (Red+Green+Blue) = 166+192+238=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C0EE is #593F11. Grayscale: #BDBDBD. Windows color (decimal): -5848850 or 15646886. OLE color: 15646886.
HSL color Cylindrical-coordinate representation of color #A6C0EE: hue angle of 218.33º degrees, saturation: 0.68, 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 #A6C0EE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 192 | 238 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.07 |
| HSL | 218.33º | 0.68% | 0.79% | - |
| HSV(B) | 218.33º | 0.3% | 0.93% | - |
| XYZ | 50.01 | 51.98 | 88.29 | - |
| YUV | 189.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 238 | 0.30 | 0.19 | 0 | 0.07 | 218.33 | 0.68 | 0.79 |
| Hex | A6 | C0 | EE | 1E | 13 | 0 | 7 | DA | 44 | 4F |
| Octal | 246 | 300 | 356 | 36 | 23 | 0 | 7 | 332 | 104 | 117 |
| Binary | 10100110 | 11000000 | 11101110 | 11110 | 10011 | 0 | 111 | 11011010 | 1000100 | 1001111 |
Color Harmonies of #A6C0EE
Complementary color
Monochromatic Colors of #A6C0EE
Black with #A6C0EE
Text Example
Text Example
White with #A6C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0EE; }
p { color: rgb(166,192,238); }
H1.HeaderClassName
{
color: #A6C0EE;
}
.AnyTagClassName
{
color: #A6C0EE;
}
</style>
background-color css
<style>
a { background-color: #A6C0EE; }
a { background-color: rgb(166,192,238); }
div.DivClassName
{
background-color: #A6C0EE;
}
.BgClassName
{
background-color: #A6C0EE;
}
</style>
border-color css
<style>
span { border-color: #A6C0EE; }
span { border-color: rgb(166,192,238); }
td.TdClassName
{
border-color: #A6C0EE;
}
.TagClassName
{
border-color: #A6C0EE;
}
</style>