Shades of Tropical Blue #A0C0EE
Tints of Tropical Blue #A0C0EE
RGB
CMYK
RGB Variations
Color information
#A0C0EE (or 0xA0C0EE) is known color: Tropical Blue. HEX triplet: A0, C0 and EE. RGB value is (160,192,238). Sum of RGB (Red+Green+Blue) = 160+192+238=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0EE is #5F3F11. Grayscale: #BBBBBB. Windows color (decimal): -6242066 or 15646880. OLE color: 15646880.
HSL color Cylindrical-coordinate representation of color #A0C0EE: hue angle of 215.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C0EE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 192 | 238 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.07 |
| HSL | 215.38º | 0.7% | 0.78% | - |
| HSV(B) | 215.38º | 0.33% | 0.93% | - |
| XYZ | 48.78 | 51.35 | 88.23 | - |
| YUV | 187.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 238 | 0.33 | 0.19 | 0 | 0.07 | 215.38 | 0.7 | 0.78 |
| Hex | A0 | C0 | EE | 21 | 13 | 0 | 7 | D7 | 46 | 4E |
| Octal | 240 | 300 | 356 | 41 | 23 | 0 | 7 | 327 | 106 | 116 |
| Binary | 10100000 | 11000000 | 11101110 | 100001 | 10011 | 0 | 111 | 11010111 | 1000110 | 1001110 |
Color Harmonies of #A0C0EE
Complementary color
Monochromatic Colors of #A0C0EE
Black with #A0C0EE
Text Example
Text Example
White with #A0C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0EE; }
p { color: rgb(160,192,238); }
H1.HeaderClassName
{
color: #A0C0EE;
}
.AnyTagClassName
{
color: #A0C0EE;
}
</style>
background-color css
<style>
a { background-color: #A0C0EE; }
a { background-color: rgb(160,192,238); }
div.DivClassName
{
background-color: #A0C0EE;
}
.BgClassName
{
background-color: #A0C0EE;
}
</style>
border-color css
<style>
span { border-color: #A0C0EE; }
span { border-color: rgb(160,192,238); }
td.TdClassName
{
border-color: #A0C0EE;
}
.TagClassName
{
border-color: #A0C0EE;
}
</style>