Shades of Bahama Blue #206186
Tints of Bahama Blue #206186
RGB
CMYK
RGB Variations
Color information
#206186 (or 0x206186) is known color: Bahama Blue. HEX triplet: 20, 61 and 86. RGB value is (32,97,134). Sum of RGB (Red+Green+Blue) = 32+97+134=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 97 (38.28% from 255 or 36.88% 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 #206186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206186 is #DF9E79. Grayscale: #515151. Windows color (decimal): -14655098 or 8806688. OLE color: 8806688.
HSL color Cylindrical-coordinate representation of color #206186: hue angle of 201.76º 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 #206186 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 97 | 134 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.47 |
| HSL | 201.76º | 0.61% | 0.33% | - |
| HSV(B) | 201.76º | 0.76% | 0.53% | - |
| XYZ | 9.17 | 10.58 | 24.11 | - |
| YUV | 81.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 134 | 0.76 | 0.28 | 0 | 0.47 | 201.76 | 0.61 | 0.33 |
| Hex | 20 | 61 | 86 | 4C | 1C | 0 | 2F | CA | 3D | 21 |
| Octal | 40 | 141 | 206 | 114 | 34 | 0 | 57 | 312 | 75 | 41 |
| Binary | 100000 | 1100001 | 10000110 | 1001100 | 11100 | 0 | 101111 | 11001010 | 111101 | 100001 |
Color Harmonies of #206186
Complementary color
Monochromatic Colors of #206186
Black with #206186
Text Example
Text Example
White with #206186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206186; }
p { color: rgb(32,97,134); }
H1.HeaderClassName
{
color: #206186;
}
.AnyTagClassName
{
color: #206186;
}
</style>
background-color css
<style>
a { background-color: #206186; }
a { background-color: rgb(32,97,134); }
div.DivClassName
{
background-color: #206186;
}
.BgClassName
{
background-color: #206186;
}
</style>
border-color css
<style>
span { border-color: #206186; }
span { border-color: rgb(32,97,134); }
td.TdClassName
{
border-color: #206186;
}
.TagClassName
{
border-color: #206186;
}
</style>