Shades of Bahama Blue #205E83
Tints of Bahama Blue #205E83
RGB
CMYK
RGB Variations
Color information
#205E83 (or 0x205E83) is known color: Bahama Blue. HEX triplet: 20, 5E and 83. RGB value is (32,94,131). Sum of RGB (Red+Green+Blue) = 32+94+131=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #205E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E83 is #DFA17C. Grayscale: #4F4F4F. Windows color (decimal): -14655869 or 8609312. OLE color: 8609312.
HSL color Cylindrical-coordinate representation of color #205E83: hue angle of 202.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205E83 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 94 | 131 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.49 |
| HSL | 202.42º | 0.61% | 0.32% | - |
| HSV(B) | 202.42º | 0.76% | 0.51% | - |
| XYZ | 8.7 | 9.95 | 22.94 | - |
| YUV | 79.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 131 | 0.76 | 0.28 | 0 | 0.49 | 202.42 | 0.61 | 0.32 |
| Hex | 20 | 5E | 83 | 4C | 1C | 0 | 31 | CA | 3D | 20 |
| Octal | 40 | 136 | 203 | 114 | 34 | 0 | 61 | 312 | 75 | 40 |
| Binary | 100000 | 1011110 | 10000011 | 1001100 | 11100 | 0 | 110001 | 11001010 | 111101 | 100000 |
Color Harmonies of #205E83
Complementary color
Monochromatic Colors of #205E83
Black with #205E83
Text Example
Text Example
White with #205E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E83; }
p { color: rgb(32,94,131); }
H1.HeaderClassName
{
color: #205E83;
}
.AnyTagClassName
{
color: #205E83;
}
</style>
background-color css
<style>
a { background-color: #205E83; }
a { background-color: rgb(32,94,131); }
div.DivClassName
{
background-color: #205E83;
}
.BgClassName
{
background-color: #205E83;
}
</style>
border-color css
<style>
span { border-color: #205E83; }
span { border-color: rgb(32,94,131); }
td.TdClassName
{
border-color: #205E83;
}
.TagClassName
{
border-color: #205E83;
}
</style>