Shades of Bahama Blue #175C86
Tints of Bahama Blue #175C86
RGB
CMYK
RGB Variations
Color information
#175C86 (or 0x175C86) is known color: Bahama Blue. HEX triplet: 17, 5C and 86. RGB value is (23,92,134). Sum of RGB (Red+Green+Blue) = 23+92+134=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #175C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175C86 is #E8A379. Grayscale: #4B4B4B. Windows color (decimal): -15246202 or 8805399. OLE color: 8805399.
HSL color Cylindrical-coordinate representation of color #175C86: hue angle of 202.7º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175C86 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 92 | 134 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.47 |
| HSL | 202.7º | 0.71% | 0.31% | - |
| HSV(B) | 202.7º | 0.83% | 0.53% | - |
| XYZ | 8.48 | 9.56 | 23.95 | - |
| YUV | 76.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 134 | 0.83 | 0.31 | 0 | 0.47 | 202.7 | 0.71 | 0.31 |
| Hex | 17 | 5C | 86 | 53 | 1F | 0 | 2F | CB | 47 | 1F |
| Octal | 27 | 134 | 206 | 123 | 37 | 0 | 57 | 313 | 107 | 37 |
| Binary | 10111 | 1011100 | 10000110 | 1010011 | 11111 | 0 | 101111 | 11001011 | 1000111 | 11111 |
Color Harmonies of #175C86
Complementary color
Monochromatic Colors of #175C86
Black with #175C86
Text Example
Text Example
White with #175C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C86; }
p { color: rgb(23,92,134); }
H1.HeaderClassName
{
color: #175C86;
}
.AnyTagClassName
{
color: #175C86;
}
</style>
background-color css
<style>
a { background-color: #175C86; }
a { background-color: rgb(23,92,134); }
div.DivClassName
{
background-color: #175C86;
}
.BgClassName
{
background-color: #175C86;
}
</style>
border-color css
<style>
span { border-color: #175C86; }
span { border-color: rgb(23,92,134); }
td.TdClassName
{
border-color: #175C86;
}
.TagClassName
{
border-color: #175C86;
}
</style>