Shades of Pacific Blue #178DD7
Tints of Pacific Blue #178DD7
RGB
CMYK
RGB Variations
Color information
#178DD7 (or 0x178DD7) is known color: Pacific Blue. HEX triplet: 17, 8D and D7. RGB value is (23,141,215). Sum of RGB (Red+Green+Blue) = 23+141+215=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #178DD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DD7 is #E87228. Grayscale: #717171. Windows color (decimal): -15233577 or 14126359. OLE color: 14126359.
HSL color Cylindrical-coordinate representation of color #178DD7: hue angle of 203.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178DD7 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 141 | 215 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.16 |
| HSL | 203.13º | 0.81% | 0.47% | - |
| HSV(B) | 203.13º | 0.89% | 0.84% | - |
| XYZ | 22.14 | 24.14 | 67.78 | - |
| YUV | 114.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 215 | 0.89 | 0.34 | 0 | 0.16 | 203.13 | 0.81 | 0.47 |
| Hex | 17 | 8D | D7 | 59 | 22 | 0 | 10 | CB | 51 | 2F |
| Octal | 27 | 215 | 327 | 131 | 42 | 0 | 20 | 313 | 121 | 57 |
| Binary | 10111 | 10001101 | 11010111 | 1011001 | 100010 | 0 | 10000 | 11001011 | 1010001 | 101111 |
Color Harmonies of #178DD7
Complementary color
Monochromatic Colors of #178DD7
Black with #178DD7
Text Example
Text Example
White with #178DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DD7; }
p { color: rgb(23,141,215); }
H1.HeaderClassName
{
color: #178DD7;
}
.AnyTagClassName
{
color: #178DD7;
}
</style>
background-color css
<style>
a { background-color: #178DD7; }
a { background-color: rgb(23,141,215); }
div.DivClassName
{
background-color: #178DD7;
}
.BgClassName
{
background-color: #178DD7;
}
</style>
border-color css
<style>
span { border-color: #178DD7; }
span { border-color: rgb(23,141,215); }
td.TdClassName
{
border-color: #178DD7;
}
.TagClassName
{
border-color: #178DD7;
}
</style>