Shades of Eastern Blue #177F99
Tints of Eastern Blue #177F99
RGB
CMYK
RGB Variations
Color information
#177F99 (or 0x177F99) is known color: Eastern Blue. HEX triplet: 17, 7F and 99. RGB value is (23,127,153). Sum of RGB (Red+Green+Blue) = 23+127+153=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #177F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F99 is #E88066. Grayscale: #626262. Windows color (decimal): -15237223 or 10059543. OLE color: 10059543.
HSL color Cylindrical-coordinate representation of color #177F99: hue angle of 192º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177F99 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 127 | 153 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.4 |
| HSL | 192º | 0.74% | 0.35% | - |
| HSV(B) | 192º | 0.85% | 0.6% | - |
| XYZ | 13.69 | 17.66 | 32.82 | - |
| YUV | 98.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 153 | 0.85 | 0.17 | 0 | 0.4 | 192 | 0.74 | 0.35 |
| Hex | 17 | 7F | 99 | 55 | 11 | 0 | 28 | C0 | 4A | 23 |
| Octal | 27 | 177 | 231 | 125 | 21 | 0 | 50 | 300 | 112 | 43 |
| Binary | 10111 | 1111111 | 10011001 | 1010101 | 10001 | 0 | 101000 | 11000000 | 1001010 | 100011 |
Color Harmonies of #177F99
Complementary color
Monochromatic Colors of #177F99
Black with #177F99
Text Example
Text Example
White with #177F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F99; }
p { color: rgb(23,127,153); }
H1.HeaderClassName
{
color: #177F99;
}
.AnyTagClassName
{
color: #177F99;
}
</style>
background-color css
<style>
a { background-color: #177F99; }
a { background-color: rgb(23,127,153); }
div.DivClassName
{
background-color: #177F99;
}
.BgClassName
{
background-color: #177F99;
}
</style>
border-color css
<style>
span { border-color: #177F99; }
span { border-color: rgb(23,127,153); }
td.TdClassName
{
border-color: #177F99;
}
.TagClassName
{
border-color: #177F99;
}
</style>