Shades of Pacific Blue #179ECC
Tints of Pacific Blue #179ECC
RGB
CMYK
RGB Variations
Color information
#179ECC (or 0x179ECC) is known color: Pacific Blue. HEX triplet: 17, 9E and CC. RGB value is (23,158,204). Sum of RGB (Red+Green+Blue) = 23+158+204=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #179ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ECC is #E86133. Grayscale: #7A7A7A. Windows color (decimal): -15229236 or 13409815. OLE color: 13409815.
HSL color Cylindrical-coordinate representation of color #179ECC: hue angle of 195.25º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179ECC is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 158 | 204 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.2 |
| HSL | 195.25º | 0.8% | 0.45% | - |
| HSV(B) | 195.25º | 0.89% | 0.8% | - |
| XYZ | 23.48 | 29 | 61.49 | - |
| YUV | 122.88 | 173.77 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 204 | 0.89 | 0.23 | 0 | 0.2 | 195.25 | 0.8 | 0.45 |
| Hex | 17 | 9E | CC | 59 | 17 | 0 | 14 | C3 | 50 | 2D |
| Octal | 27 | 236 | 314 | 131 | 27 | 0 | 24 | 303 | 120 | 55 |
| Binary | 10111 | 10011110 | 11001100 | 1011001 | 10111 | 0 | 10100 | 11000011 | 1010000 | 101101 |
Color Harmonies of #179ECC
Complementary color
Monochromatic Colors of #179ECC
Black with #179ECC
Text Example
Text Example
White with #179ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179ECC; }
p { color: rgb(23,158,204); }
H1.HeaderClassName
{
color: #179ECC;
}
.AnyTagClassName
{
color: #179ECC;
}
</style>
background-color css
<style>
a { background-color: #179ECC; }
a { background-color: rgb(23,158,204); }
div.DivClassName
{
background-color: #179ECC;
}
.BgClassName
{
background-color: #179ECC;
}
</style>
border-color css
<style>
span { border-color: #179ECC; }
span { border-color: rgb(23,158,204); }
td.TdClassName
{
border-color: #179ECC;
}
.TagClassName
{
border-color: #179ECC;
}
</style>