Shades of Bahama Blue #17597F
Tints of Bahama Blue #17597F
RGB
CMYK
RGB Variations
Color information
#17597F (or 0x17597F) is known color: Bahama Blue. HEX triplet: 17, 59 and 7F. RGB value is (23,89,127). Sum of RGB (Red+Green+Blue) = 23+89+127=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #17597F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17597F is #E8A680. Grayscale: #494949. Windows color (decimal): -15246977 or 8345879. OLE color: 8345879.
HSL color Cylindrical-coordinate representation of color #17597F: hue angle of 201.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17597F is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 89 | 127 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.50 |
| HSL | 201.92º | 0.69% | 0.29% | - |
| HSV(B) | 201.92º | 0.82% | 0.5% | - |
| XYZ | 7.76 | 8.86 | 21.38 | - |
| YUV | 73.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 127 | 0.82 | 0.30 | 0 | 0.50 | 201.92 | 0.69 | 0.29 |
| Hex | 17 | 59 | 7F | 52 | 1E | 0 | 32 | CA | 45 | 1D |
| Octal | 27 | 131 | 177 | 122 | 36 | 0 | 62 | 312 | 105 | 35 |
| Binary | 10111 | 1011001 | 1111111 | 1010010 | 11110 | 0 | 110010 | 11001010 | 1000101 | 11101 |
Color Harmonies of #17597F
Complementary color
Monochromatic Colors of #17597F
Black with #17597F
Text Example
Text Example
White with #17597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17597F; }
p { color: rgb(23,89,127); }
H1.HeaderClassName
{
color: #17597F;
}
.AnyTagClassName
{
color: #17597F;
}
</style>
background-color css
<style>
a { background-color: #17597F; }
a { background-color: rgb(23,89,127); }
div.DivClassName
{
background-color: #17597F;
}
.BgClassName
{
background-color: #17597F;
}
</style>
border-color css
<style>
span { border-color: #17597F; }
span { border-color: rgb(23,89,127); }
td.TdClassName
{
border-color: #17597F;
}
.TagClassName
{
border-color: #17597F;
}
</style>