Shades of Tropical Blue #A2C0FE
Tints of Tropical Blue #A2C0FE
RGB
CMYK
RGB Variations
Color information
#A2C0FE (or 0xA2C0FE) is known color: Tropical Blue. HEX triplet: A2, C0 and FE. RGB value is (162,192,254). Sum of RGB (Red+Green+Blue) = 162+192+254=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C0FE is #5D3F01. Grayscale: #BDBDBD. Windows color (decimal): -6110978 or 16695458. OLE color: 16695458.
HSL color Cylindrical-coordinate representation of color #A2C0FE: hue angle of 220.43º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C0FE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 192 | 254 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.00 |
| HSL | 220.43º | 0.98% | 0.82% | - |
| HSV(B) | 220.43º | 0.36% | 1% | - |
| XYZ | 51.64 | 52.54 | 101.18 | - |
| YUV | 190.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 254 | 0.36 | 0.24 | 0 | 0.00 | 220.43 | 0.98 | 0.82 |
| Hex | A2 | C0 | FE | 24 | 18 | 0 | 0 | DC | 62 | 52 |
| Octal | 242 | 300 | 376 | 44 | 30 | 0 | 0 | 334 | 142 | 122 |
| Binary | 10100010 | 11000000 | 11111110 | 100100 | 11000 | 0 | 0 | 11011100 | 1100010 | 1010010 |
Color Harmonies of #A2C0FE
Complementary color
Monochromatic Colors of #A2C0FE
Black with #A2C0FE
Text Example
Text Example
White with #A2C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0FE; }
p { color: rgb(162,192,254); }
H1.HeaderClassName
{
color: #A2C0FE;
}
.AnyTagClassName
{
color: #A2C0FE;
}
</style>
background-color css
<style>
a { background-color: #A2C0FE; }
a { background-color: rgb(162,192,254); }
div.DivClassName
{
background-color: #A2C0FE;
}
.BgClassName
{
background-color: #A2C0FE;
}
</style>
border-color css
<style>
span { border-color: #A2C0FE; }
span { border-color: rgb(162,192,254); }
td.TdClassName
{
border-color: #A2C0FE;
}
.TagClassName
{
border-color: #A2C0FE;
}
</style>