Shades of Bahama Blue #155D86
Tints of Bahama Blue #155D86
RGB
CMYK
RGB Variations
Color information
#155D86 (or 0x155D86) is known color: Bahama Blue. HEX triplet: 15, 5D and 86. RGB value is (21,93,134). Sum of RGB (Red+Green+Blue) = 21+93+134=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #155D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D86 is #EAA279. Grayscale: #4B4B4B. Windows color (decimal): -15377018 or 8805653. OLE color: 8805653.
HSL color Cylindrical-coordinate representation of color #155D86: hue angle of 201.77º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155D86 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 93 | 134 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.47 |
| HSL | 201.77º | 0.73% | 0.3% | - |
| HSV(B) | 201.77º | 0.84% | 0.53% | - |
| XYZ | 8.53 | 9.71 | 23.98 | - |
| YUV | 76.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 134 | 0.84 | 0.31 | 0 | 0.47 | 201.77 | 0.73 | 0.3 |
| Hex | 15 | 5D | 86 | 54 | 1F | 0 | 2F | CA | 49 | 1E |
| Octal | 25 | 135 | 206 | 124 | 37 | 0 | 57 | 312 | 111 | 36 |
| Binary | 10101 | 1011101 | 10000110 | 1010100 | 11111 | 0 | 101111 | 11001010 | 1001001 | 11110 |
Color Harmonies of #155D86
Complementary color
Monochromatic Colors of #155D86
Black with #155D86
Text Example
Text Example
White with #155D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D86; }
p { color: rgb(21,93,134); }
H1.HeaderClassName
{
color: #155D86;
}
.AnyTagClassName
{
color: #155D86;
}
</style>
background-color css
<style>
a { background-color: #155D86; }
a { background-color: rgb(21,93,134); }
div.DivClassName
{
background-color: #155D86;
}
.BgClassName
{
background-color: #155D86;
}
</style>
border-color css
<style>
span { border-color: #155D86; }
span { border-color: rgb(21,93,134); }
td.TdClassName
{
border-color: #155D86;
}
.TagClassName
{
border-color: #155D86;
}
</style>