Shades of Pacific Blue #179BCD
Tints of Pacific Blue #179BCD
RGB
CMYK
RGB Variations
Color information
#179BCD (or 0x179BCD) is known color: Pacific Blue. HEX triplet: 17, 9B and CD. RGB value is (23,155,205). Sum of RGB (Red+Green+Blue) = 23+155+205=383 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.01% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #179BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BCD is #E86432. Grayscale: #787878. Windows color (decimal): -15230003 or 13474583. OLE color: 13474583.
HSL color Cylindrical-coordinate representation of color #179BCD: hue angle of 196.48º 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 #179BCD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 155 | 205 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.20 |
| HSL | 196.48º | 0.8% | 0.45% | - |
| HSV(B) | 196.48º | 0.89% | 0.8% | - |
| XYZ | 23.09 | 28.03 | 61.95 | - |
| YUV | 121.23 | 175.27 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 205 | 0.89 | 0.24 | 0 | 0.20 | 196.48 | 0.8 | 0.45 |
| Hex | 17 | 9B | CD | 59 | 18 | 0 | 14 | C4 | 50 | 2D |
| Octal | 27 | 233 | 315 | 131 | 30 | 0 | 24 | 304 | 120 | 55 |
| Binary | 10111 | 10011011 | 11001101 | 1011001 | 11000 | 0 | 10100 | 11000100 | 1010000 | 101101 |
Color Harmonies of #179BCD
Complementary color
Monochromatic Colors of #179BCD
Black with #179BCD
Text Example
Text Example
White with #179BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BCD; }
p { color: rgb(23,155,205); }
H1.HeaderClassName
{
color: #179BCD;
}
.AnyTagClassName
{
color: #179BCD;
}
</style>
background-color css
<style>
a { background-color: #179BCD; }
a { background-color: rgb(23,155,205); }
div.DivClassName
{
background-color: #179BCD;
}
.BgClassName
{
background-color: #179BCD;
}
</style>
border-color css
<style>
span { border-color: #179BCD; }
span { border-color: rgb(23,155,205); }
td.TdClassName
{
border-color: #179BCD;
}
.TagClassName
{
border-color: #179BCD;
}
</style>