Shades of Pacific Blue #179BC8
Tints of Pacific Blue #179BC8
RGB
CMYK
RGB Variations
Color information
#179BC8 (or 0x179BC8) is known color: Pacific Blue. HEX triplet: 17, 9B and C8. RGB value is (23,155,200). Sum of RGB (Red+Green+Blue) = 23+155+200=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #179BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BC8 is #E86437. Grayscale: #787878. Windows color (decimal): -15230008 or 13146903. OLE color: 13146903.
HSL color Cylindrical-coordinate representation of color #179BC8: hue angle of 195.25º 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 #179BC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 155 | 200 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.22 |
| HSL | 195.25º | 0.79% | 0.44% | - |
| HSV(B) | 195.25º | 0.89% | 0.78% | - |
| XYZ | 22.5 | 27.79 | 58.82 | - |
| YUV | 120.66 | 172.77 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 200 | 0.88 | 0.22 | 0 | 0.22 | 195.25 | 0.79 | 0.44 |
| Hex | 17 | 9B | C8 | 58 | 16 | 0 | 16 | C3 | 4F | 2C |
| Octal | 27 | 233 | 310 | 130 | 26 | 0 | 26 | 303 | 117 | 54 |
| Binary | 10111 | 10011011 | 11001000 | 1011000 | 10110 | 0 | 10110 | 11000011 | 1001111 | 101100 |
Color Harmonies of #179BC8
Complementary color
Monochromatic Colors of #179BC8
Black with #179BC8
Text Example
Text Example
White with #179BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BC8; }
p { color: rgb(23,155,200); }
H1.HeaderClassName
{
color: #179BC8;
}
.AnyTagClassName
{
color: #179BC8;
}
</style>
background-color css
<style>
a { background-color: #179BC8; }
a { background-color: rgb(23,155,200); }
div.DivClassName
{
background-color: #179BC8;
}
.BgClassName
{
background-color: #179BC8;
}
</style>
border-color css
<style>
span { border-color: #179BC8; }
span { border-color: rgb(23,155,200); }
td.TdClassName
{
border-color: #179BC8;
}
.TagClassName
{
border-color: #179BC8;
}
</style>