Shades of Eastern Blue #177F98
Tints of Eastern Blue #177F98
RGB
CMYK
RGB Variations
Color information
#177F98 (or 0x177F98) is known color: Eastern Blue. HEX triplet: 17, 7F and 98. RGB value is (23,127,152). Sum of RGB (Red+Green+Blue) = 23+127+152=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #177F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F98 is #E88067. Grayscale: #626262. Windows color (decimal): -15237224 or 9994007. OLE color: 9994007.
HSL color Cylindrical-coordinate representation of color #177F98: hue angle of 191.63º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177F98 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 127 | 152 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.40 |
| HSL | 191.63º | 0.74% | 0.34% | - |
| HSV(B) | 191.63º | 0.85% | 0.6% | - |
| XYZ | 13.61 | 17.63 | 32.39 | - |
| YUV | 98.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 152 | 0.85 | 0.16 | 0 | 0.40 | 191.63 | 0.74 | 0.34 |
| Hex | 17 | 7F | 98 | 55 | 10 | 0 | 28 | C0 | 4A | 22 |
| Octal | 27 | 177 | 230 | 125 | 20 | 0 | 50 | 300 | 112 | 42 |
| Binary | 10111 | 1111111 | 10011000 | 1010101 | 10000 | 0 | 101000 | 11000000 | 1001010 | 100010 |
Color Harmonies of #177F98
Complementary color
Monochromatic Colors of #177F98
Black with #177F98
Text Example
Text Example
White with #177F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F98; }
p { color: rgb(23,127,152); }
H1.HeaderClassName
{
color: #177F98;
}
.AnyTagClassName
{
color: #177F98;
}
</style>
background-color css
<style>
a { background-color: #177F98; }
a { background-color: rgb(23,127,152); }
div.DivClassName
{
background-color: #177F98;
}
.BgClassName
{
background-color: #177F98;
}
</style>
border-color css
<style>
span { border-color: #177F98; }
span { border-color: rgb(23,127,152); }
td.TdClassName
{
border-color: #177F98;
}
.TagClassName
{
border-color: #177F98;
}
</style>