Shades of Pacific Blue #178FD0
Tints of Pacific Blue #178FD0
RGB
CMYK
RGB Variations
Color information
#178FD0 (or 0x178FD0) is known color: Pacific Blue. HEX triplet: 17, 8F and D0. RGB value is (23,143,208). Sum of RGB (Red+Green+Blue) = 23+143+208=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #178FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178FD0 is #E8702F. Grayscale: #727272. Windows color (decimal): -15233072 or 13668119. OLE color: 13668119.
HSL color Cylindrical-coordinate representation of color #178FD0: hue angle of 201.08º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178FD0 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 143 | 208 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.18 |
| HSL | 201.08º | 0.8% | 0.45% | - |
| HSV(B) | 201.08º | 0.89% | 0.82% | - |
| XYZ | 21.56 | 24.38 | 63.24 | - |
| YUV | 114.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 208 | 0.89 | 0.31 | 0 | 0.18 | 201.08 | 0.8 | 0.45 |
| Hex | 17 | 8F | D0 | 59 | 1F | 0 | 12 | C9 | 50 | 2D |
| Octal | 27 | 217 | 320 | 131 | 37 | 0 | 22 | 311 | 120 | 55 |
| Binary | 10111 | 10001111 | 11010000 | 1011001 | 11111 | 0 | 10010 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178FD0
Complementary color
Monochromatic Colors of #178FD0
Black with #178FD0
Text Example
Text Example
White with #178FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FD0; }
p { color: rgb(23,143,208); }
H1.HeaderClassName
{
color: #178FD0;
}
.AnyTagClassName
{
color: #178FD0;
}
</style>
background-color css
<style>
a { background-color: #178FD0; }
a { background-color: rgb(23,143,208); }
div.DivClassName
{
background-color: #178FD0;
}
.BgClassName
{
background-color: #178FD0;
}
</style>
border-color css
<style>
span { border-color: #178FD0; }
span { border-color: rgb(23,143,208); }
td.TdClassName
{
border-color: #178FD0;
}
.TagClassName
{
border-color: #178FD0;
}
</style>