Shades of Eastern Blue #177F9B
Tints of Eastern Blue #177F9B
RGB
CMYK
RGB Variations
Color information
#177F9B (or 0x177F9B) is known color: Eastern Blue. HEX triplet: 17, 7F and 9B. RGB value is (23,127,155). Sum of RGB (Red+Green+Blue) = 23+127+155=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #177F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F9B is #E88064. Grayscale: #626262. Windows color (decimal): -15237221 or 10190615. OLE color: 10190615.
HSL color Cylindrical-coordinate representation of color #177F9B: hue angle of 192.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177F9B is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 127 | 155 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.39 |
| HSL | 192.73º | 0.74% | 0.35% | - |
| HSV(B) | 192.73º | 0.85% | 0.61% | - |
| XYZ | 13.86 | 17.73 | 33.7 | - |
| YUV | 99.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 155 | 0.85 | 0.18 | 0 | 0.39 | 192.73 | 0.74 | 0.35 |
| Hex | 17 | 7F | 9B | 55 | 12 | 0 | 27 | C1 | 4A | 23 |
| Octal | 27 | 177 | 233 | 125 | 22 | 0 | 47 | 301 | 112 | 43 |
| Binary | 10111 | 1111111 | 10011011 | 1010101 | 10010 | 0 | 100111 | 11000001 | 1001010 | 100011 |
Color Harmonies of #177F9B
Complementary color
Monochromatic Colors of #177F9B
Black with #177F9B
Text Example
Text Example
White with #177F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F9B; }
p { color: rgb(23,127,155); }
H1.HeaderClassName
{
color: #177F9B;
}
.AnyTagClassName
{
color: #177F9B;
}
</style>
background-color css
<style>
a { background-color: #177F9B; }
a { background-color: rgb(23,127,155); }
div.DivClassName
{
background-color: #177F9B;
}
.BgClassName
{
background-color: #177F9B;
}
</style>
border-color css
<style>
span { border-color: #177F9B; }
span { border-color: rgb(23,127,155); }
td.TdClassName
{
border-color: #177F9B;
}
.TagClassName
{
border-color: #177F9B;
}
</style>