Shades of Bahama Blue #205C83
Tints of Bahama Blue #205C83
RGB
CMYK
RGB Variations
Color information
#205C83 (or 0x205C83) is known color: Bahama Blue. HEX triplet: 20, 5C and 83. RGB value is (32,92,131). Sum of RGB (Red+Green+Blue) = 32+92+131=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #205C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C83 is #DFA37C. Grayscale: #4E4E4E. Windows color (decimal): -14656381 or 8608800. OLE color: 8608800.
HSL color Cylindrical-coordinate representation of color #205C83: hue angle of 203.64º 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 #205C83 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 92 | 131 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.49 |
| HSL | 203.64º | 0.61% | 0.32% | - |
| HSV(B) | 203.64º | 0.76% | 0.51% | - |
| XYZ | 8.52 | 9.6 | 22.88 | - |
| YUV | 78.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 131 | 0.76 | 0.30 | 0 | 0.49 | 203.64 | 0.61 | 0.32 |
| Hex | 20 | 5C | 83 | 4C | 1E | 0 | 31 | CC | 3D | 20 |
| Octal | 40 | 134 | 203 | 114 | 36 | 0 | 61 | 314 | 75 | 40 |
| Binary | 100000 | 1011100 | 10000011 | 1001100 | 11110 | 0 | 110001 | 11001100 | 111101 | 100000 |
Color Harmonies of #205C83
Complementary color
Monochromatic Colors of #205C83
Black with #205C83
Text Example
Text Example
White with #205C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C83; }
p { color: rgb(32,92,131); }
H1.HeaderClassName
{
color: #205C83;
}
.AnyTagClassName
{
color: #205C83;
}
</style>
background-color css
<style>
a { background-color: #205C83; }
a { background-color: rgb(32,92,131); }
div.DivClassName
{
background-color: #205C83;
}
.BgClassName
{
background-color: #205C83;
}
</style>
border-color css
<style>
span { border-color: #205C83; }
span { border-color: rgb(32,92,131); }
td.TdClassName
{
border-color: #205C83;
}
.TagClassName
{
border-color: #205C83;
}
</style>