Shades of Bahama Blue #17557F
Tints of Bahama Blue #17557F
RGB
CMYK
RGB Variations
Color information
#17557F (or 0x17557F) is known color: Bahama Blue. HEX triplet: 17, 55 and 7F. RGB value is (23,85,127). Sum of RGB (Red+Green+Blue) = 23+85+127=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #17557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17557F is #E8AA80. Grayscale: #474747. Windows color (decimal): -15248001 or 8344855. OLE color: 8344855.
HSL color Cylindrical-coordinate representation of color #17557F: hue angle of 204.23º 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 #17557F is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 85 | 127 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.50 |
| HSL | 204.23º | 0.69% | 0.29% | - |
| HSV(B) | 204.23º | 0.82% | 0.5% | - |
| XYZ | 7.43 | 8.21 | 21.27 | - |
| YUV | 71.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 127 | 0.82 | 0.33 | 0 | 0.50 | 204.23 | 0.69 | 0.29 |
| Hex | 17 | 55 | 7F | 52 | 21 | 0 | 32 | CC | 45 | 1D |
| Octal | 27 | 125 | 177 | 122 | 41 | 0 | 62 | 314 | 105 | 35 |
| Binary | 10111 | 1010101 | 1111111 | 1010010 | 100001 | 0 | 110010 | 11001100 | 1000101 | 11101 |
Color Harmonies of #17557F
Complementary color
Monochromatic Colors of #17557F
Black with #17557F
Text Example
Text Example
White with #17557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17557F; }
p { color: rgb(23,85,127); }
H1.HeaderClassName
{
color: #17557F;
}
.AnyTagClassName
{
color: #17557F;
}
</style>
background-color css
<style>
a { background-color: #17557F; }
a { background-color: rgb(23,85,127); }
div.DivClassName
{
background-color: #17557F;
}
.BgClassName
{
background-color: #17557F;
}
</style>
border-color css
<style>
span { border-color: #17557F; }
span { border-color: rgb(23,85,127); }
td.TdClassName
{
border-color: #17557F;
}
.TagClassName
{
border-color: #17557F;
}
</style>