Shades of Pacific Blue #178DCD
Tints of Pacific Blue #178DCD
RGB
CMYK
RGB Variations
Color information
#178DCD (or 0x178DCD) is known color: Pacific Blue. HEX triplet: 17, 8D and CD. RGB value is (23,141,205). Sum of RGB (Red+Green+Blue) = 23+141+205=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #178DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DCD is #E87232. Grayscale: #707070. Windows color (decimal): -15233587 or 13470999. OLE color: 13470999.
HSL color Cylindrical-coordinate representation of color #178DCD: hue angle of 201.1º 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 #178DCD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 141 | 205 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.20 |
| HSL | 201.1º | 0.8% | 0.45% | - |
| HSV(B) | 201.1º | 0.89% | 0.8% | - |
| XYZ | 20.9 | 23.64 | 61.22 | - |
| YUV | 113.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 205 | 0.89 | 0.31 | 0 | 0.20 | 201.1 | 0.8 | 0.45 |
| Hex | 17 | 8D | CD | 59 | 1F | 0 | 14 | C9 | 50 | 2D |
| Octal | 27 | 215 | 315 | 131 | 37 | 0 | 24 | 311 | 120 | 55 |
| Binary | 10111 | 10001101 | 11001101 | 1011001 | 11111 | 0 | 10100 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178DCD
Complementary color
Monochromatic Colors of #178DCD
Black with #178DCD
Text Example
Text Example
White with #178DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DCD; }
p { color: rgb(23,141,205); }
H1.HeaderClassName
{
color: #178DCD;
}
.AnyTagClassName
{
color: #178DCD;
}
</style>
background-color css
<style>
a { background-color: #178DCD; }
a { background-color: rgb(23,141,205); }
div.DivClassName
{
background-color: #178DCD;
}
.BgClassName
{
background-color: #178DCD;
}
</style>
border-color css
<style>
span { border-color: #178DCD; }
span { border-color: rgb(23,141,205); }
td.TdClassName
{
border-color: #178DCD;
}
.TagClassName
{
border-color: #178DCD;
}
</style>