Shades of Bahama Blue #205F86
Tints of Bahama Blue #205F86
RGB
CMYK
RGB Variations
Color information
#205F86 (or 0x205F86) is known color: Bahama Blue. HEX triplet: 20, 5F and 86. RGB value is (32,95,134). Sum of RGB (Red+Green+Blue) = 32+95+134=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #205F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F86 is #DFA079. Grayscale: #505050. Windows color (decimal): -14655610 or 8806176. OLE color: 8806176.
HSL color Cylindrical-coordinate representation of color #205F86: hue angle of 202.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205F86 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 95 | 134 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.47 |
| HSL | 202.94º | 0.61% | 0.33% | - |
| HSV(B) | 202.94º | 0.76% | 0.53% | - |
| XYZ | 8.99 | 10.21 | 24.05 | - |
| YUV | 80.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 134 | 0.76 | 0.29 | 0 | 0.47 | 202.94 | 0.61 | 0.33 |
| Hex | 20 | 5F | 86 | 4C | 1D | 0 | 2F | CB | 3D | 21 |
| Octal | 40 | 137 | 206 | 114 | 35 | 0 | 57 | 313 | 75 | 41 |
| Binary | 100000 | 1011111 | 10000110 | 1001100 | 11101 | 0 | 101111 | 11001011 | 111101 | 100001 |
Color Harmonies of #205F86
Complementary color
Monochromatic Colors of #205F86
Black with #205F86
Text Example
Text Example
White with #205F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F86; }
p { color: rgb(32,95,134); }
H1.HeaderClassName
{
color: #205F86;
}
.AnyTagClassName
{
color: #205F86;
}
</style>
background-color css
<style>
a { background-color: #205F86; }
a { background-color: rgb(32,95,134); }
div.DivClassName
{
background-color: #205F86;
}
.BgClassName
{
background-color: #205F86;
}
</style>
border-color css
<style>
span { border-color: #205F86; }
span { border-color: rgb(32,95,134); }
td.TdClassName
{
border-color: #205F86;
}
.TagClassName
{
border-color: #205F86;
}
</style>