Shades of Pacific Blue #178CCD
Tints of Pacific Blue #178CCD
RGB
CMYK
RGB Variations
Color information
#178CCD (or 0x178CCD) is known color: Pacific Blue. HEX triplet: 17, 8C and CD. RGB value is (23,140,205). Sum of RGB (Red+Green+Blue) = 23+140+205=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #178CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CCD is #E87332. Grayscale: #707070. Windows color (decimal): -15233843 or 13470743. OLE color: 13470743.
HSL color Cylindrical-coordinate representation of color #178CCD: hue angle of 201.43º 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 #178CCD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 140 | 205 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.20 |
| HSL | 201.43º | 0.8% | 0.45% | - |
| HSV(B) | 201.43º | 0.89% | 0.8% | - |
| XYZ | 20.75 | 23.35 | 61.17 | - |
| YUV | 112.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 205 | 0.89 | 0.32 | 0 | 0.20 | 201.43 | 0.8 | 0.45 |
| Hex | 17 | 8C | CD | 59 | 20 | 0 | 14 | C9 | 50 | 2D |
| Octal | 27 | 214 | 315 | 131 | 40 | 0 | 24 | 311 | 120 | 55 |
| Binary | 10111 | 10001100 | 11001101 | 1011001 | 100000 | 0 | 10100 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178CCD
Complementary color
Monochromatic Colors of #178CCD
Black with #178CCD
Text Example
Text Example
White with #178CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CCD; }
p { color: rgb(23,140,205); }
H1.HeaderClassName
{
color: #178CCD;
}
.AnyTagClassName
{
color: #178CCD;
}
</style>
background-color css
<style>
a { background-color: #178CCD; }
a { background-color: rgb(23,140,205); }
div.DivClassName
{
background-color: #178CCD;
}
.BgClassName
{
background-color: #178CCD;
}
</style>
border-color css
<style>
span { border-color: #178CCD; }
span { border-color: rgb(23,140,205); }
td.TdClassName
{
border-color: #178CCD;
}
.TagClassName
{
border-color: #178CCD;
}
</style>