Shades of Tropical Blue #A2C0E9
Tints of Tropical Blue #A2C0E9
RGB
CMYK
RGB Variations
Color information
#A2C0E9 (or 0xA2C0E9) is known color: Tropical Blue. HEX triplet: A2, C0 and E9. RGB value is (162,192,233). Sum of RGB (Red+Green+Blue) = 162+192+233=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2C0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C0E9 is #5D3F16. Grayscale: #BBBBBB. Windows color (decimal): -6110999 or 15319202. OLE color: 15319202.
HSL color Cylindrical-coordinate representation of color #A2C0E9: hue angle of 214.65º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C0E9 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 192 | 233 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.09 |
| HSL | 214.65º | 0.62% | 0.77% | - |
| HSV(B) | 214.65º | 0.3% | 0.91% | - |
| XYZ | 48.46 | 51.26 | 84.43 | - |
| YUV | 187.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 233 | 0.30 | 0.18 | 0 | 0.09 | 214.65 | 0.62 | 0.77 |
| Hex | A2 | C0 | E9 | 1E | 12 | 0 | 9 | D7 | 3E | 4D |
| Octal | 242 | 300 | 351 | 36 | 22 | 0 | 11 | 327 | 76 | 115 |
| Binary | 10100010 | 11000000 | 11101001 | 11110 | 10010 | 0 | 1001 | 11010111 | 111110 | 1001101 |
Color Harmonies of #A2C0E9
Complementary color
Monochromatic Colors of #A2C0E9
Black with #A2C0E9
Text Example
Text Example
White with #A2C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0E9; }
p { color: rgb(162,192,233); }
H1.HeaderClassName
{
color: #A2C0E9;
}
.AnyTagClassName
{
color: #A2C0E9;
}
</style>
background-color css
<style>
a { background-color: #A2C0E9; }
a { background-color: rgb(162,192,233); }
div.DivClassName
{
background-color: #A2C0E9;
}
.BgClassName
{
background-color: #A2C0E9;
}
</style>
border-color css
<style>
span { border-color: #A2C0E9; }
span { border-color: rgb(162,192,233); }
td.TdClassName
{
border-color: #A2C0E9;
}
.TagClassName
{
border-color: #A2C0E9;
}
</style>