Shades of Bahama Blue #115E8F
Tints of Bahama Blue #115E8F
RGB
CMYK
RGB Variations
Color information
#115E8F (or 0x115E8F) is known color: Bahama Blue. HEX triplet: 11, 5E and 8F. RGB value is (17,94,143). Sum of RGB (Red+Green+Blue) = 17+94+143=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #115E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E8F is #EEA170. Grayscale: #4C4C4C. Windows color (decimal): -15638897 or 9395729. OLE color: 9395729.
HSL color Cylindrical-coordinate representation of color #115E8F: hue angle of 203.33º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115E8F is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 94 | 143 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.44 |
| HSL | 203.33º | 0.79% | 0.31% | - |
| HSV(B) | 203.33º | 0.88% | 0.56% | - |
| XYZ | 9.19 | 10.11 | 27.45 | - |
| YUV | 76.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 143 | 0.88 | 0.34 | 0 | 0.44 | 203.33 | 0.79 | 0.31 |
| Hex | 11 | 5E | 8F | 58 | 22 | 0 | 2C | CB | 4F | 1F |
| Octal | 21 | 136 | 217 | 130 | 42 | 0 | 54 | 313 | 117 | 37 |
| Binary | 10001 | 1011110 | 10001111 | 1011000 | 100010 | 0 | 101100 | 11001011 | 1001111 | 11111 |
Color Harmonies of #115E8F
Complementary color
Monochromatic Colors of #115E8F
Black with #115E8F
Text Example
Text Example
White with #115E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E8F; }
p { color: rgb(17,94,143); }
H1.HeaderClassName
{
color: #115E8F;
}
.AnyTagClassName
{
color: #115E8F;
}
</style>
background-color css
<style>
a { background-color: #115E8F; }
a { background-color: rgb(17,94,143); }
div.DivClassName
{
background-color: #115E8F;
}
.BgClassName
{
background-color: #115E8F;
}
</style>
border-color css
<style>
span { border-color: #115E8F; }
span { border-color: rgb(17,94,143); }
td.TdClassName
{
border-color: #115E8F;
}
.TagClassName
{
border-color: #115E8F;
}
</style>