Shades of Pacific Blue #178DCF
Tints of Pacific Blue #178DCF
RGB
CMYK
RGB Variations
Color information
#178DCF (or 0x178DCF) is known color: Pacific Blue. HEX triplet: 17, 8D and CF. RGB value is (23,141,207). Sum of RGB (Red+Green+Blue) = 23+141+207=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #178DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DCF is #E87230. Grayscale: #707070. Windows color (decimal): -15233585 or 13602071. OLE color: 13602071.
HSL color Cylindrical-coordinate representation of color #178DCF: hue angle of 201.52º 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 #178DCF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 141 | 207 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.19 |
| HSL | 201.52º | 0.8% | 0.45% | - |
| HSV(B) | 201.52º | 0.89% | 0.81% | - |
| XYZ | 21.14 | 23.74 | 62.5 | - |
| YUV | 113.24 | 180.91 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 207 | 0.89 | 0.32 | 0 | 0.19 | 201.52 | 0.8 | 0.45 |
| Hex | 17 | 8D | CF | 59 | 20 | 0 | 13 | CA | 50 | 2D |
| Octal | 27 | 215 | 317 | 131 | 40 | 0 | 23 | 312 | 120 | 55 |
| Binary | 10111 | 10001101 | 11001111 | 1011001 | 100000 | 0 | 10011 | 11001010 | 1010000 | 101101 |
Color Harmonies of #178DCF
Complementary color
Monochromatic Colors of #178DCF
Black with #178DCF
Text Example
Text Example
White with #178DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DCF; }
p { color: rgb(23,141,207); }
H1.HeaderClassName
{
color: #178DCF;
}
.AnyTagClassName
{
color: #178DCF;
}
</style>
background-color css
<style>
a { background-color: #178DCF; }
a { background-color: rgb(23,141,207); }
div.DivClassName
{
background-color: #178DCF;
}
.BgClassName
{
background-color: #178DCF;
}
</style>
border-color css
<style>
span { border-color: #178DCF; }
span { border-color: rgb(23,141,207); }
td.TdClassName
{
border-color: #178DCF;
}
.TagClassName
{
border-color: #178DCF;
}
</style>