Shades of Tropical Blue #A0BEF3
Tints of Tropical Blue #A0BEF3
RGB
CMYK
RGB Variations
Color information
#A0BEF3 (or 0xA0BEF3) is known color: Tropical Blue. HEX triplet: A0, BE and F3. RGB value is (160,190,243). Sum of RGB (Red+Green+Blue) = 160+190+243=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0BEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEF3 is #5F410C. Grayscale: #BABABA. Windows color (decimal): -6242573 or 15974048. OLE color: 15974048.
HSL color Cylindrical-coordinate representation of color #A0BEF3: hue angle of 218.31º degrees, saturation: 0.78, 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 #A0BEF3 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 190 | 243 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.05 |
| HSL | 218.31º | 0.78% | 0.79% | - |
| HSV(B) | 218.31º | 0.34% | 0.95% | - |
| XYZ | 49.09 | 50.77 | 92.01 | - |
| YUV | 187.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 243 | 0.34 | 0.22 | 0 | 0.05 | 218.31 | 0.78 | 0.79 |
| Hex | A0 | BE | F3 | 22 | 16 | 0 | 5 | DA | 4E | 4F |
| Octal | 240 | 276 | 363 | 42 | 26 | 0 | 5 | 332 | 116 | 117 |
| Binary | 10100000 | 10111110 | 11110011 | 100010 | 10110 | 0 | 101 | 11011010 | 1001110 | 1001111 |
Color Harmonies of #A0BEF3
Complementary color
Monochromatic Colors of #A0BEF3
Black with #A0BEF3
Text Example
Text Example
White with #A0BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEF3; }
p { color: rgb(160,190,243); }
H1.HeaderClassName
{
color: #A0BEF3;
}
.AnyTagClassName
{
color: #A0BEF3;
}
</style>
background-color css
<style>
a { background-color: #A0BEF3; }
a { background-color: rgb(160,190,243); }
div.DivClassName
{
background-color: #A0BEF3;
}
.BgClassName
{
background-color: #A0BEF3;
}
</style>
border-color css
<style>
span { border-color: #A0BEF3; }
span { border-color: rgb(160,190,243); }
td.TdClassName
{
border-color: #A0BEF3;
}
.TagClassName
{
border-color: #A0BEF3;
}
</style>