Shades of Pacific Blue #179DC8
Tints of Pacific Blue #179DC8
RGB
CMYK
RGB Variations
Color information
#179DC8 (or 0x179DC8) is known color: Pacific Blue. HEX triplet: 17, 9D and C8. RGB value is (23,157,200). Sum of RGB (Red+Green+Blue) = 23+157+200=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #179DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DC8 is #E86237. Grayscale: #797979. Windows color (decimal): -15229496 or 13147415. OLE color: 13147415.
HSL color Cylindrical-coordinate representation of color #179DC8: hue angle of 194.58º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179DC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 157 | 200 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.22 |
| HSL | 194.58º | 0.79% | 0.44% | - |
| HSV(B) | 194.58º | 0.89% | 0.78% | - |
| XYZ | 22.84 | 28.47 | 58.93 | - |
| YUV | 121.84 | 172.11 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 200 | 0.88 | 0.22 | 0 | 0.22 | 194.58 | 0.79 | 0.44 |
| Hex | 17 | 9D | C8 | 58 | 16 | 0 | 16 | C3 | 4F | 2C |
| Octal | 27 | 235 | 310 | 130 | 26 | 0 | 26 | 303 | 117 | 54 |
| Binary | 10111 | 10011101 | 11001000 | 1011000 | 10110 | 0 | 10110 | 11000011 | 1001111 | 101100 |
Color Harmonies of #179DC8
Complementary color
Monochromatic Colors of #179DC8
Black with #179DC8
Text Example
Text Example
White with #179DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DC8; }
p { color: rgb(23,157,200); }
H1.HeaderClassName
{
color: #179DC8;
}
.AnyTagClassName
{
color: #179DC8;
}
</style>
background-color css
<style>
a { background-color: #179DC8; }
a { background-color: rgb(23,157,200); }
div.DivClassName
{
background-color: #179DC8;
}
.BgClassName
{
background-color: #179DC8;
}
</style>
border-color css
<style>
span { border-color: #179DC8; }
span { border-color: rgb(23,157,200); }
td.TdClassName
{
border-color: #179DC8;
}
.TagClassName
{
border-color: #179DC8;
}
</style>