Shades of Bahama Blue #17557C
Tints of Bahama Blue #17557C
RGB
CMYK
RGB Variations
Color information
#17557C (or 0x17557C) is known color: Bahama Blue. HEX triplet: 17, 55 and 7C. RGB value is (23,85,124). Sum of RGB (Red+Green+Blue) = 23+85+124=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #17557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17557C is #E8AA83. Grayscale: #464646. Windows color (decimal): -15248004 or 8148247. OLE color: 8148247.
HSL color Cylindrical-coordinate representation of color #17557C: hue angle of 203.17º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17557C is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 85 | 124 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.51 |
| HSL | 203.17º | 0.69% | 0.29% | - |
| HSV(B) | 203.17º | 0.81% | 0.49% | - |
| XYZ | 7.24 | 8.13 | 20.26 | - |
| YUV | 70.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 124 | 0.81 | 0.31 | 0 | 0.51 | 203.17 | 0.69 | 0.29 |
| Hex | 17 | 55 | 7C | 51 | 1F | 0 | 33 | CB | 45 | 1D |
| Octal | 27 | 125 | 174 | 121 | 37 | 0 | 63 | 313 | 105 | 35 |
| Binary | 10111 | 1010101 | 1111100 | 1010001 | 11111 | 0 | 110011 | 11001011 | 1000101 | 11101 |
Color Harmonies of #17557C
Complementary color
Monochromatic Colors of #17557C
Black with #17557C
Text Example
Text Example
White with #17557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17557C; }
p { color: rgb(23,85,124); }
H1.HeaderClassName
{
color: #17557C;
}
.AnyTagClassName
{
color: #17557C;
}
</style>
background-color css
<style>
a { background-color: #17557C; }
a { background-color: rgb(23,85,124); }
div.DivClassName
{
background-color: #17557C;
}
.BgClassName
{
background-color: #17557C;
}
</style>
border-color css
<style>
span { border-color: #17557C; }
span { border-color: rgb(23,85,124); }
td.TdClassName
{
border-color: #17557C;
}
.TagClassName
{
border-color: #17557C;
}
</style>