Shades of Pacific Blue #178ECF
Tints of Pacific Blue #178ECF
RGB
CMYK
RGB Variations
Color information
#178ECF (or 0x178ECF) is known color: Pacific Blue. HEX triplet: 17, 8E and CF. RGB value is (23,142,207). Sum of RGB (Red+Green+Blue) = 23+142+207=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #178ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ECF is #E87130. Grayscale: #717171. Windows color (decimal): -15233329 or 13602327. OLE color: 13602327.
HSL color Cylindrical-coordinate representation of color #178ECF: hue angle of 201.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178ECF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 142 | 207 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.19 |
| HSL | 201.2º | 0.8% | 0.45% | - |
| HSV(B) | 201.2º | 0.89% | 0.81% | - |
| XYZ | 21.29 | 24.03 | 62.55 | - |
| YUV | 113.83 | 180.58 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 207 | 0.89 | 0.31 | 0 | 0.19 | 201.2 | 0.8 | 0.45 |
| Hex | 17 | 8E | CF | 59 | 1F | 0 | 13 | C9 | 50 | 2D |
| Octal | 27 | 216 | 317 | 131 | 37 | 0 | 23 | 311 | 120 | 55 |
| Binary | 10111 | 10001110 | 11001111 | 1011001 | 11111 | 0 | 10011 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178ECF
Complementary color
Monochromatic Colors of #178ECF
Black with #178ECF
Text Example
Text Example
White with #178ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ECF; }
p { color: rgb(23,142,207); }
H1.HeaderClassName
{
color: #178ECF;
}
.AnyTagClassName
{
color: #178ECF;
}
</style>
background-color css
<style>
a { background-color: #178ECF; }
a { background-color: rgb(23,142,207); }
div.DivClassName
{
background-color: #178ECF;
}
.BgClassName
{
background-color: #178ECF;
}
</style>
border-color css
<style>
span { border-color: #178ECF; }
span { border-color: rgb(23,142,207); }
td.TdClassName
{
border-color: #178ECF;
}
.TagClassName
{
border-color: #178ECF;
}
</style>