Shades of Bahama Blue #17628F
Tints of Bahama Blue #17628F
RGB
CMYK
RGB Variations
Color information
#17628F (or 0x17628F) is known color: Bahama Blue. HEX triplet: 17, 62 and 8F. RGB value is (23,98,143). Sum of RGB (Red+Green+Blue) = 23+98+143=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #17628F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17628F is #E89D70. Grayscale: #505050. Windows color (decimal): -15244657 or 9396759. OLE color: 9396759.
HSL color Cylindrical-coordinate representation of color #17628F: hue angle of 202.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17628F is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 98 | 143 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.44 |
| HSL | 202.5º | 0.72% | 0.33% | - |
| HSV(B) | 202.5º | 0.84% | 0.56% | - |
| XYZ | 9.68 | 10.9 | 27.58 | - |
| YUV | 80.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 143 | 0.84 | 0.31 | 0 | 0.44 | 202.5 | 0.72 | 0.33 |
| Hex | 17 | 62 | 8F | 54 | 1F | 0 | 2C | CA | 48 | 21 |
| Octal | 27 | 142 | 217 | 124 | 37 | 0 | 54 | 312 | 110 | 41 |
| Binary | 10111 | 1100010 | 10001111 | 1010100 | 11111 | 0 | 101100 | 11001010 | 1001000 | 100001 |
Color Harmonies of #17628F
Complementary color
Monochromatic Colors of #17628F
Black with #17628F
Text Example
Text Example
White with #17628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17628F; }
p { color: rgb(23,98,143); }
H1.HeaderClassName
{
color: #17628F;
}
.AnyTagClassName
{
color: #17628F;
}
</style>
background-color css
<style>
a { background-color: #17628F; }
a { background-color: rgb(23,98,143); }
div.DivClassName
{
background-color: #17628F;
}
.BgClassName
{
background-color: #17628F;
}
</style>
border-color css
<style>
span { border-color: #17628F; }
span { border-color: rgb(23,98,143); }
td.TdClassName
{
border-color: #17628F;
}
.TagClassName
{
border-color: #17628F;
}
</style>