Shades of Tropical Blue #BAD1F0
Tints of Tropical Blue #BAD1F0
RGB
CMYK
RGB Variations
Color information
#BAD1F0 (or 0xBAD1F0) is known color: Tropical Blue. HEX triplet: BA, D1 and F0. RGB value is (186,209,240). Sum of RGB (Red+Green+Blue) = 186+209+240=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1F0 is #452E0F. Grayscale: #CDCDCD. Windows color (decimal): -4533776 or 15782330. OLE color: 15782330.
HSL color Cylindrical-coordinate representation of color #BAD1F0: hue angle of 214.44º 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 #BAD1F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 209 | 240 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 214.44º | 0.64% | 0.84% | - |
| HSV(B) | 214.44º | 0.23% | 0.94% | - |
| XYZ | 58.78 | 62.33 | 91.37 | - |
| YUV | 205.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 240 | 0.22 | 0.13 | 0 | 0.06 | 214.44 | 0.64 | 0.84 |
| Hex | BA | D1 | F0 | 16 | D | 0 | 6 | D6 | 40 | 54 |
| Octal | 272 | 321 | 360 | 26 | 15 | 0 | 6 | 326 | 100 | 124 |
| Binary | 10111010 | 11010001 | 11110000 | 10110 | 1101 | 0 | 110 | 11010110 | 1000000 | 1010100 |
Color Harmonies of #BAD1F0
Complementary color
Monochromatic Colors of #BAD1F0
Black with #BAD1F0
Text Example
Text Example
White with #BAD1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1F0; }
p { color: rgb(186,209,240); }
H1.HeaderClassName
{
color: #BAD1F0;
}
.AnyTagClassName
{
color: #BAD1F0;
}
</style>
background-color css
<style>
a { background-color: #BAD1F0; }
a { background-color: rgb(186,209,240); }
div.DivClassName
{
background-color: #BAD1F0;
}
.BgClassName
{
background-color: #BAD1F0;
}
</style>
border-color css
<style>
span { border-color: #BAD1F0; }
span { border-color: rgb(186,209,240); }
td.TdClassName
{
border-color: #BAD1F0;
}
.TagClassName
{
border-color: #BAD1F0;
}
</style>