Shades of Bahama Blue #175D80
Tints of Bahama Blue #175D80
RGB
CMYK
RGB Variations
Color information
#175D80 (or 0x175D80) is known color: Bahama Blue. HEX triplet: 17, 5D and 80. RGB value is (23,93,128). Sum of RGB (Red+Green+Blue) = 23+93+128=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #175D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175D80 is #E8A27F. Grayscale: #4B4B4B. Windows color (decimal): -15245952 or 8412439. OLE color: 8412439.
HSL color Cylindrical-coordinate representation of color #175D80: hue angle of 200º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175D80 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 93 | 128 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.50 |
| HSL | 200º | 0.7% | 0.3% | - |
| HSV(B) | 200º | 0.82% | 0.5% | - |
| XYZ | 8.16 | 9.57 | 21.84 | - |
| YUV | 76.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 128 | 0.82 | 0.27 | 0 | 0.50 | 200 | 0.7 | 0.3 |
| Hex | 17 | 5D | 80 | 52 | 1B | 0 | 32 | C8 | 46 | 1E |
| Octal | 27 | 135 | 200 | 122 | 33 | 0 | 62 | 310 | 106 | 36 |
| Binary | 10111 | 1011101 | 10000000 | 1010010 | 11011 | 0 | 110010 | 11001000 | 1000110 | 11110 |
Color Harmonies of #175D80
Complementary color
Monochromatic Colors of #175D80
Black with #175D80
Text Example
Text Example
White with #175D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D80; }
p { color: rgb(23,93,128); }
H1.HeaderClassName
{
color: #175D80;
}
.AnyTagClassName
{
color: #175D80;
}
</style>
background-color css
<style>
a { background-color: #175D80; }
a { background-color: rgb(23,93,128); }
div.DivClassName
{
background-color: #175D80;
}
.BgClassName
{
background-color: #175D80;
}
</style>
border-color css
<style>
span { border-color: #175D80; }
span { border-color: rgb(23,93,128); }
td.TdClassName
{
border-color: #175D80;
}
.TagClassName
{
border-color: #175D80;
}
</style>