Shades of Tropical Blue #A0BEF2
Tints of Tropical Blue #A0BEF2
RGB
CMYK
RGB Variations
Color information
#A0BEF2 (or 0xA0BEF2) is known color: Tropical Blue. HEX triplet: A0, BE and F2. RGB value is (160,190,242). Sum of RGB (Red+Green+Blue) = 160+190+242=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0BEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEF2 is #5F410D. Grayscale: #BABABA. Windows color (decimal): -6242574 or 15908512. OLE color: 15908512.
HSL color Cylindrical-coordinate representation of color #A0BEF2: hue angle of 218.05º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BEF2 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 190 | 242 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.05 |
| HSL | 218.05º | 0.76% | 0.79% | - |
| HSV(B) | 218.05º | 0.34% | 0.95% | - |
| XYZ | 48.94 | 50.71 | 91.21 | - |
| YUV | 186.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 242 | 0.34 | 0.21 | 0 | 0.05 | 218.05 | 0.76 | 0.79 |
| Hex | A0 | BE | F2 | 22 | 15 | 0 | 5 | DA | 4C | 4F |
| Octal | 240 | 276 | 362 | 42 | 25 | 0 | 5 | 332 | 114 | 117 |
| Binary | 10100000 | 10111110 | 11110010 | 100010 | 10101 | 0 | 101 | 11011010 | 1001100 | 1001111 |
Color Harmonies of #A0BEF2
Complementary color
Monochromatic Colors of #A0BEF2
Black with #A0BEF2
Text Example
Text Example
White with #A0BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEF2; }
p { color: rgb(160,190,242); }
H1.HeaderClassName
{
color: #A0BEF2;
}
.AnyTagClassName
{
color: #A0BEF2;
}
</style>
background-color css
<style>
a { background-color: #A0BEF2; }
a { background-color: rgb(160,190,242); }
div.DivClassName
{
background-color: #A0BEF2;
}
.BgClassName
{
background-color: #A0BEF2;
}
</style>
border-color css
<style>
span { border-color: #A0BEF2; }
span { border-color: rgb(160,190,242); }
td.TdClassName
{
border-color: #A0BEF2;
}
.TagClassName
{
border-color: #A0BEF2;
}
</style>