Shades of Pacific Blue #178CCC
Tints of Pacific Blue #178CCC
RGB
CMYK
RGB Variations
Color information
#178CCC (or 0x178CCC) is known color: Pacific Blue. HEX triplet: 17, 8C and CC. RGB value is (23,140,204). Sum of RGB (Red+Green+Blue) = 23+140+204=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #178CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CCC is #E87333. Grayscale: #6F6F6F. Windows color (decimal): -15233844 or 13405207. OLE color: 13405207.
HSL color Cylindrical-coordinate representation of color #178CCC: hue angle of 201.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178CCC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 140 | 204 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.2 |
| HSL | 201.22º | 0.8% | 0.45% | - |
| HSV(B) | 201.22º | 0.89% | 0.8% | - |
| XYZ | 20.63 | 23.3 | 60.54 | - |
| YUV | 112.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 204 | 0.89 | 0.31 | 0 | 0.2 | 201.22 | 0.8 | 0.45 |
| Hex | 17 | 8C | CC | 59 | 1F | 0 | 14 | C9 | 50 | 2D |
| Octal | 27 | 214 | 314 | 131 | 37 | 0 | 24 | 311 | 120 | 55 |
| Binary | 10111 | 10001100 | 11001100 | 1011001 | 11111 | 0 | 10100 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178CCC
Complementary color
Monochromatic Colors of #178CCC
Black with #178CCC
Text Example
Text Example
White with #178CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CCC; }
p { color: rgb(23,140,204); }
H1.HeaderClassName
{
color: #178CCC;
}
.AnyTagClassName
{
color: #178CCC;
}
</style>
background-color css
<style>
a { background-color: #178CCC; }
a { background-color: rgb(23,140,204); }
div.DivClassName
{
background-color: #178CCC;
}
.BgClassName
{
background-color: #178CCC;
}
</style>
border-color css
<style>
span { border-color: #178CCC; }
span { border-color: rgb(23,140,204); }
td.TdClassName
{
border-color: #178CCC;
}
.TagClassName
{
border-color: #178CCC;
}
</style>