Shades of Tropical Blue #BACEEF
Tints of Tropical Blue #BACEEF
RGB
CMYK
RGB Variations
Color information
#BACEEF (or 0xBACEEF) is known color: Tropical Blue. HEX triplet: BA, CE and EF. RGB value is (186,206,239). Sum of RGB (Red+Green+Blue) = 186+206+239=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #BACEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEEF is #453110. Grayscale: #CBCBCB. Windows color (decimal): -4534545 or 15716026. OLE color: 15716026.
HSL color Cylindrical-coordinate representation of color #BACEEF: hue angle of 217.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACEEF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 206 | 239 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.06 |
| HSL | 217.36º | 0.62% | 0.83% | - |
| HSV(B) | 217.36º | 0.22% | 0.94% | - |
| XYZ | 57.9 | 60.81 | 90.35 | - |
| YUV | 203.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 239 | 0.22 | 0.14 | 0 | 0.06 | 217.36 | 0.62 | 0.83 |
| Hex | BA | CE | EF | 16 | E | 0 | 6 | D9 | 3E | 53 |
| Octal | 272 | 316 | 357 | 26 | 16 | 0 | 6 | 331 | 76 | 123 |
| Binary | 10111010 | 11001110 | 11101111 | 10110 | 1110 | 0 | 110 | 11011001 | 111110 | 1010011 |
Color Harmonies of #BACEEF
Complementary color
Monochromatic Colors of #BACEEF
Black with #BACEEF
Text Example
Text Example
White with #BACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEEF; }
p { color: rgb(186,206,239); }
H1.HeaderClassName
{
color: #BACEEF;
}
.AnyTagClassName
{
color: #BACEEF;
}
</style>
background-color css
<style>
a { background-color: #BACEEF; }
a { background-color: rgb(186,206,239); }
div.DivClassName
{
background-color: #BACEEF;
}
.BgClassName
{
background-color: #BACEEF;
}
</style>
border-color css
<style>
span { border-color: #BACEEF; }
span { border-color: rgb(186,206,239); }
td.TdClassName
{
border-color: #BACEEF;
}
.TagClassName
{
border-color: #BACEEF;
}
</style>