Shades of Tropical Blue #BAD0F0
Tints of Tropical Blue #BAD0F0
RGB
CMYK
RGB Variations
Color information
#BAD0F0 (or 0xBAD0F0) is known color: Tropical Blue. HEX triplet: BA, D0 and F0. RGB value is (186,208,240). Sum of RGB (Red+Green+Blue) = 186+208+240=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F0 is #452F0F. Grayscale: #CCCCCC. Windows color (decimal): -4534032 or 15782074. OLE color: 15782074.
HSL color Cylindrical-coordinate representation of color #BAD0F0: hue angle of 215.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD0F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 208 | 240 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 215.56º | 0.64% | 0.84% | - |
| HSV(B) | 215.56º | 0.23% | 0.94% | - |
| XYZ | 58.53 | 61.84 | 91.29 | - |
| YUV | 205.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 240 | 0.22 | 0.13 | 0 | 0.06 | 215.56 | 0.64 | 0.84 |
| Hex | BA | D0 | F0 | 16 | D | 0 | 6 | D8 | 40 | 54 |
| Octal | 272 | 320 | 360 | 26 | 15 | 0 | 6 | 330 | 100 | 124 |
| Binary | 10111010 | 11010000 | 11110000 | 10110 | 1101 | 0 | 110 | 11011000 | 1000000 | 1010100 |
Color Harmonies of #BAD0F0
Complementary color
Monochromatic Colors of #BAD0F0
Black with #BAD0F0
Text Example
Text Example
White with #BAD0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0F0; }
p { color: rgb(186,208,240); }
H1.HeaderClassName
{
color: #BAD0F0;
}
.AnyTagClassName
{
color: #BAD0F0;
}
</style>
background-color css
<style>
a { background-color: #BAD0F0; }
a { background-color: rgb(186,208,240); }
div.DivClassName
{
background-color: #BAD0F0;
}
.BgClassName
{
background-color: #BAD0F0;
}
</style>
border-color css
<style>
span { border-color: #BAD0F0; }
span { border-color: rgb(186,208,240); }
td.TdClassName
{
border-color: #BAD0F0;
}
.TagClassName
{
border-color: #BAD0F0;
}
</style>