Shades of Tropical Blue #BACFEE
Tints of Tropical Blue #BACFEE
RGB
CMYK
RGB Variations
Color information
#BACFEE (or 0xBACFEE) is known color: Tropical Blue. HEX triplet: BA, CF and EE. RGB value is (186,207,238). Sum of RGB (Red+Green+Blue) = 186+207+238=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFEE is #453011. Grayscale: #CCCCCC. Windows color (decimal): -4534290 or 15650746. OLE color: 15650746.
HSL color Cylindrical-coordinate representation of color #BACFEE: hue angle of 215.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACFEE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 207 | 238 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.07 |
| HSL | 215.77º | 0.6% | 0.83% | - |
| HSV(B) | 215.77º | 0.22% | 0.93% | - |
| XYZ | 58 | 61.24 | 89.65 | - |
| YUV | 204.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 238 | 0.22 | 0.13 | 0 | 0.07 | 215.77 | 0.6 | 0.83 |
| Hex | BA | CF | EE | 16 | D | 0 | 7 | D8 | 3C | 53 |
| Octal | 272 | 317 | 356 | 26 | 15 | 0 | 7 | 330 | 74 | 123 |
| Binary | 10111010 | 11001111 | 11101110 | 10110 | 1101 | 0 | 111 | 11011000 | 111100 | 1010011 |
Color Harmonies of #BACFEE
Complementary color
Monochromatic Colors of #BACFEE
Black with #BACFEE
Text Example
Text Example
White with #BACFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFEE; }
p { color: rgb(186,207,238); }
H1.HeaderClassName
{
color: #BACFEE;
}
.AnyTagClassName
{
color: #BACFEE;
}
</style>
background-color css
<style>
a { background-color: #BACFEE; }
a { background-color: rgb(186,207,238); }
div.DivClassName
{
background-color: #BACFEE;
}
.BgClassName
{
background-color: #BACFEE;
}
</style>
border-color css
<style>
span { border-color: #BACFEE; }
span { border-color: rgb(186,207,238); }
td.TdClassName
{
border-color: #BACFEE;
}
.TagClassName
{
border-color: #BACFEE;
}
</style>