Shades of Tropical Blue #A0C2EF
Tints of Tropical Blue #A0C2EF
RGB
CMYK
RGB Variations
Color information
#A0C2EF (or 0xA0C2EF) is known color: Tropical Blue. HEX triplet: A0, C2 and EF. RGB value is (160,194,239). Sum of RGB (Red+Green+Blue) = 160+194+239=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2EF is #5F3D10. Grayscale: #BCBCBC. Windows color (decimal): -6241553 or 15712928. OLE color: 15712928.
HSL color Cylindrical-coordinate representation of color #A0C2EF: hue angle of 214.18º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C2EF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 194 | 239 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.06 |
| HSL | 214.18º | 0.71% | 0.78% | - |
| HSV(B) | 214.18º | 0.33% | 0.94% | - |
| XYZ | 49.37 | 52.29 | 89.15 | - |
| YUV | 188.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 239 | 0.33 | 0.19 | 0 | 0.06 | 214.18 | 0.71 | 0.78 |
| Hex | A0 | C2 | EF | 21 | 13 | 0 | 6 | D6 | 47 | 4E |
| Octal | 240 | 302 | 357 | 41 | 23 | 0 | 6 | 326 | 107 | 116 |
| Binary | 10100000 | 11000010 | 11101111 | 100001 | 10011 | 0 | 110 | 11010110 | 1000111 | 1001110 |
Color Harmonies of #A0C2EF
Complementary color
Monochromatic Colors of #A0C2EF
Black with #A0C2EF
Text Example
Text Example
White with #A0C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2EF; }
p { color: rgb(160,194,239); }
H1.HeaderClassName
{
color: #A0C2EF;
}
.AnyTagClassName
{
color: #A0C2EF;
}
</style>
background-color css
<style>
a { background-color: #A0C2EF; }
a { background-color: rgb(160,194,239); }
div.DivClassName
{
background-color: #A0C2EF;
}
.BgClassName
{
background-color: #A0C2EF;
}
</style>
border-color css
<style>
span { border-color: #A0C2EF; }
span { border-color: rgb(160,194,239); }
td.TdClassName
{
border-color: #A0C2EF;
}
.TagClassName
{
border-color: #A0C2EF;
}
</style>