Shades of Tropical Blue #A2C0F9
Tints of Tropical Blue #A2C0F9
RGB
CMYK
RGB Variations
Color information
#A2C0F9 (or 0xA2C0F9) is known color: Tropical Blue. HEX triplet: A2, C0 and F9. RGB value is (162,192,249). Sum of RGB (Red+Green+Blue) = 162+192+249=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #A2C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C0F9 is #5D3F06. Grayscale: #BDBDBD. Windows color (decimal): -6110983 or 16367778. OLE color: 16367778.
HSL color Cylindrical-coordinate representation of color #A2C0F9: hue angle of 219.31º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C0F9 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 192 | 249 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.02 |
| HSL | 219.31º | 0.88% | 0.81% | - |
| HSV(B) | 219.31º | 0.35% | 0.98% | - |
| XYZ | 50.85 | 52.22 | 97.02 | - |
| YUV | 189.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 249 | 0.35 | 0.23 | 0 | 0.02 | 219.31 | 0.88 | 0.81 |
| Hex | A2 | C0 | F9 | 23 | 17 | 0 | 2 | DB | 58 | 51 |
| Octal | 242 | 300 | 371 | 43 | 27 | 0 | 2 | 333 | 130 | 121 |
| Binary | 10100010 | 11000000 | 11111001 | 100011 | 10111 | 0 | 10 | 11011011 | 1011000 | 1010001 |
Color Harmonies of #A2C0F9
Complementary color
Monochromatic Colors of #A2C0F9
Black with #A2C0F9
Text Example
Text Example
White with #A2C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0F9; }
p { color: rgb(162,192,249); }
H1.HeaderClassName
{
color: #A2C0F9;
}
.AnyTagClassName
{
color: #A2C0F9;
}
</style>
background-color css
<style>
a { background-color: #A2C0F9; }
a { background-color: rgb(162,192,249); }
div.DivClassName
{
background-color: #A2C0F9;
}
.BgClassName
{
background-color: #A2C0F9;
}
</style>
border-color css
<style>
span { border-color: #A2C0F9; }
span { border-color: rgb(162,192,249); }
td.TdClassName
{
border-color: #A2C0F9;
}
.TagClassName
{
border-color: #A2C0F9;
}
</style>