Shades of Tropical Blue #BAD0EA
Tints of Tropical Blue #BAD0EA
RGB
CMYK
RGB Variations
Color information
#BAD0EA (or 0xBAD0EA) is known color: Tropical Blue. HEX triplet: BA, D0 and EA. RGB value is (186,208,234). Sum of RGB (Red+Green+Blue) = 186+208+234=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0EA is #452F15. Grayscale: #CCCCCC. Windows color (decimal): -4534038 or 15388858. OLE color: 15388858.
HSL color Cylindrical-coordinate representation of color #BAD0EA: hue angle of 212.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD0EA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 208 | 234 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.08 |
| HSL | 212.5º | 0.53% | 0.82% | - |
| HSV(B) | 212.5º | 0.21% | 0.92% | - |
| XYZ | 57.66 | 61.49 | 86.67 | - |
| YUV | 204.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 234 | 0.21 | 0.11 | 0 | 0.08 | 212.5 | 0.53 | 0.82 |
| Hex | BA | D0 | EA | 15 | B | 0 | 8 | D4 | 35 | 52 |
| Octal | 272 | 320 | 352 | 25 | 13 | 0 | 10 | 324 | 65 | 122 |
| Binary | 10111010 | 11010000 | 11101010 | 10101 | 1011 | 0 | 1000 | 11010100 | 110101 | 1010010 |
Color Harmonies of #BAD0EA
Complementary color
Monochromatic Colors of #BAD0EA
Black with #BAD0EA
Text Example
Text Example
White with #BAD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0EA; }
p { color: rgb(186,208,234); }
H1.HeaderClassName
{
color: #BAD0EA;
}
.AnyTagClassName
{
color: #BAD0EA;
}
</style>
background-color css
<style>
a { background-color: #BAD0EA; }
a { background-color: rgb(186,208,234); }
div.DivClassName
{
background-color: #BAD0EA;
}
.BgClassName
{
background-color: #BAD0EA;
}
</style>
border-color css
<style>
span { border-color: #BAD0EA; }
span { border-color: rgb(186,208,234); }
td.TdClassName
{
border-color: #BAD0EA;
}
.TagClassName
{
border-color: #BAD0EA;
}
</style>