Shades of Bahama Blue #205C86
Tints of Bahama Blue #205C86
RGB
CMYK
RGB Variations
Color information
#205C86 (or 0x205C86) is known color: Bahama Blue. HEX triplet: 20, 5C and 86. RGB value is (32,92,134). Sum of RGB (Red+Green+Blue) = 32+92+134=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #205C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C86 is #DFA379. Grayscale: #4E4E4E. Windows color (decimal): -14656378 or 8805408. OLE color: 8805408.
HSL color Cylindrical-coordinate representation of color #205C86: hue angle of 204.71º 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 #205C86 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 92 | 134 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.47 |
| HSL | 204.71º | 0.61% | 0.33% | - |
| HSV(B) | 204.71º | 0.76% | 0.53% | - |
| XYZ | 8.73 | 9.68 | 23.96 | - |
| YUV | 78.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 134 | 0.76 | 0.31 | 0 | 0.47 | 204.71 | 0.61 | 0.33 |
| Hex | 20 | 5C | 86 | 4C | 1F | 0 | 2F | CD | 3D | 21 |
| Octal | 40 | 134 | 206 | 114 | 37 | 0 | 57 | 315 | 75 | 41 |
| Binary | 100000 | 1011100 | 10000110 | 1001100 | 11111 | 0 | 101111 | 11001101 | 111101 | 100001 |
Color Harmonies of #205C86
Complementary color
Monochromatic Colors of #205C86
Black with #205C86
Text Example
Text Example
White with #205C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C86; }
p { color: rgb(32,92,134); }
H1.HeaderClassName
{
color: #205C86;
}
.AnyTagClassName
{
color: #205C86;
}
</style>
background-color css
<style>
a { background-color: #205C86; }
a { background-color: rgb(32,92,134); }
div.DivClassName
{
background-color: #205C86;
}
.BgClassName
{
background-color: #205C86;
}
</style>
border-color css
<style>
span { border-color: #205C86; }
span { border-color: rgb(32,92,134); }
td.TdClassName
{
border-color: #205C86;
}
.TagClassName
{
border-color: #205C86;
}
</style>