Shades of Bahama Blue #17628C
Tints of Bahama Blue #17628C
RGB
CMYK
RGB Variations
Color information
#17628C (or 0x17628C) is known color: Bahama Blue. HEX triplet: 17, 62 and 8C. RGB value is (23,98,140). Sum of RGB (Red+Green+Blue) = 23+98+140=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #17628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17628C is #E89D73. Grayscale: #505050. Windows color (decimal): -15244660 or 9200151. OLE color: 9200151.
HSL color Cylindrical-coordinate representation of color #17628C: hue angle of 201.54º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17628C is Cyan = 0.84, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 98 | 140 | - |
| CMYK | 0.84 | 0.3 | 0 | 0.45 |
| HSL | 201.54º | 0.72% | 0.32% | - |
| HSV(B) | 201.54º | 0.84% | 0.55% | - |
| XYZ | 9.45 | 10.81 | 26.4 | - |
| YUV | 80.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 140 | 0.84 | 0.3 | 0 | 0.45 | 201.54 | 0.72 | 0.32 |
| Hex | 17 | 62 | 8C | 54 | 1E | 0 | 2D | CA | 48 | 20 |
| Octal | 27 | 142 | 214 | 124 | 36 | 0 | 55 | 312 | 110 | 40 |
| Binary | 10111 | 1100010 | 10001100 | 1010100 | 11110 | 0 | 101101 | 11001010 | 1001000 | 100000 |
Color Harmonies of #17628C
Complementary color
Monochromatic Colors of #17628C
Black with #17628C
Text Example
Text Example
White with #17628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17628C; }
p { color: rgb(23,98,140); }
H1.HeaderClassName
{
color: #17628C;
}
.AnyTagClassName
{
color: #17628C;
}
</style>
background-color css
<style>
a { background-color: #17628C; }
a { background-color: rgb(23,98,140); }
div.DivClassName
{
background-color: #17628C;
}
.BgClassName
{
background-color: #17628C;
}
</style>
border-color css
<style>
span { border-color: #17628C; }
span { border-color: rgb(23,98,140); }
td.TdClassName
{
border-color: #17628C;
}
.TagClassName
{
border-color: #17628C;
}
</style>