Shades of Bahama Blue #255C86
Tints of Bahama Blue #255C86
RGB
CMYK
RGB Variations
Color information
#255C86 (or 0x255C86) is known color: Bahama Blue. HEX triplet: 25, 5C and 86. RGB value is (37,92,134). Sum of RGB (Red+Green+Blue) = 37+92+134=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #255C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C86 is #DAA379. Grayscale: #505050. Windows color (decimal): -14328698 or 8805413. OLE color: 8805413.
HSL color Cylindrical-coordinate representation of color #255C86: hue angle of 205.98º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255C86 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 92 | 134 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.47 |
| HSL | 205.98º | 0.57% | 0.34% | - |
| HSV(B) | 205.98º | 0.72% | 0.53% | - |
| XYZ | 8.89 | 9.77 | 23.97 | - |
| YUV | 80.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 134 | 0.72 | 0.31 | 0 | 0.47 | 205.98 | 0.57 | 0.34 |
| Hex | 25 | 5C | 86 | 48 | 1F | 0 | 2F | CE | 39 | 22 |
| Octal | 45 | 134 | 206 | 110 | 37 | 0 | 57 | 316 | 71 | 42 |
| Binary | 100101 | 1011100 | 10000110 | 1001000 | 11111 | 0 | 101111 | 11001110 | 111001 | 100010 |
Color Harmonies of #255C86
Complementary color
Monochromatic Colors of #255C86
Black with #255C86
Text Example
Text Example
White with #255C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C86; }
p { color: rgb(37,92,134); }
H1.HeaderClassName
{
color: #255C86;
}
.AnyTagClassName
{
color: #255C86;
}
</style>
background-color css
<style>
a { background-color: #255C86; }
a { background-color: rgb(37,92,134); }
div.DivClassName
{
background-color: #255C86;
}
.BgClassName
{
background-color: #255C86;
}
</style>
border-color css
<style>
span { border-color: #255C86; }
span { border-color: rgb(37,92,134); }
td.TdClassName
{
border-color: #255C86;
}
.TagClassName
{
border-color: #255C86;
}
</style>