Shades of Pacific Blue #178EC7
Tints of Pacific Blue #178EC7
RGB
CMYK
RGB Variations
Color information
#178EC7 (or 0x178EC7) is known color: Pacific Blue. HEX triplet: 17, 8E and C7. RGB value is (23,142,199). Sum of RGB (Red+Green+Blue) = 23+142+199=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #178EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EC7 is #E87138. Grayscale: #707070. Windows color (decimal): -15233337 or 13078039. OLE color: 13078039.
HSL color Cylindrical-coordinate representation of color #178EC7: hue angle of 199.43º 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 #178EC7 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 142 | 199 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.22 |
| HSL | 199.43º | 0.79% | 0.44% | - |
| HSV(B) | 199.43º | 0.88% | 0.78% | - |
| XYZ | 20.34 | 23.65 | 57.53 | - |
| YUV | 112.92 | 176.58 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 199 | 0.88 | 0.29 | 0 | 0.22 | 199.43 | 0.79 | 0.44 |
| Hex | 17 | 8E | C7 | 58 | 1D | 0 | 16 | C7 | 4F | 2C |
| Octal | 27 | 216 | 307 | 130 | 35 | 0 | 26 | 307 | 117 | 54 |
| Binary | 10111 | 10001110 | 11000111 | 1011000 | 11101 | 0 | 10110 | 11000111 | 1001111 | 101100 |
Color Harmonies of #178EC7
Complementary color
Monochromatic Colors of #178EC7
Black with #178EC7
Text Example
Text Example
White with #178EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EC7; }
p { color: rgb(23,142,199); }
H1.HeaderClassName
{
color: #178EC7;
}
.AnyTagClassName
{
color: #178EC7;
}
</style>
background-color css
<style>
a { background-color: #178EC7; }
a { background-color: rgb(23,142,199); }
div.DivClassName
{
background-color: #178EC7;
}
.BgClassName
{
background-color: #178EC7;
}
</style>
border-color css
<style>
span { border-color: #178EC7; }
span { border-color: rgb(23,142,199); }
td.TdClassName
{
border-color: #178EC7;
}
.TagClassName
{
border-color: #178EC7;
}
</style>