Shades of Bahama Blue #17577D
Tints of Bahama Blue #17577D
RGB
CMYK
RGB Variations
Color information
#17577D (or 0x17577D) is known color: Bahama Blue. HEX triplet: 17, 57 and 7D. RGB value is (23,87,125). Sum of RGB (Red+Green+Blue) = 23+87+125=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #17577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17577D is #E8A882. Grayscale: #474747. Windows color (decimal): -15247491 or 8214295. OLE color: 8214295.
HSL color Cylindrical-coordinate representation of color #17577D: hue angle of 202.35º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17577D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 87 | 125 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.51 |
| HSL | 202.35º | 0.69% | 0.29% | - |
| HSV(B) | 202.35º | 0.82% | 0.49% | - |
| XYZ | 7.46 | 8.48 | 20.65 | - |
| YUV | 72.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 125 | 0.82 | 0.30 | 0 | 0.51 | 202.35 | 0.69 | 0.29 |
| Hex | 17 | 57 | 7D | 52 | 1E | 0 | 33 | CA | 45 | 1D |
| Octal | 27 | 127 | 175 | 122 | 36 | 0 | 63 | 312 | 105 | 35 |
| Binary | 10111 | 1010111 | 1111101 | 1010010 | 11110 | 0 | 110011 | 11001010 | 1000101 | 11101 |
Color Harmonies of #17577D
Complementary color
Monochromatic Colors of #17577D
Black with #17577D
Text Example
Text Example
White with #17577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17577D; }
p { color: rgb(23,87,125); }
H1.HeaderClassName
{
color: #17577D;
}
.AnyTagClassName
{
color: #17577D;
}
</style>
background-color css
<style>
a { background-color: #17577D; }
a { background-color: rgb(23,87,125); }
div.DivClassName
{
background-color: #17577D;
}
.BgClassName
{
background-color: #17577D;
}
</style>
border-color css
<style>
span { border-color: #17577D; }
span { border-color: rgb(23,87,125); }
td.TdClassName
{
border-color: #17577D;
}
.TagClassName
{
border-color: #17577D;
}
</style>