Shades of Pacific Blue #179BCF
Tints of Pacific Blue #179BCF
RGB
CMYK
RGB Variations
Color information
#179BCF (or 0x179BCF) is known color: Pacific Blue. HEX triplet: 17, 9B and CF. RGB value is (23,155,207). Sum of RGB (Red+Green+Blue) = 23+155+207=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #179BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BCF is #E86430. Grayscale: #797979. Windows color (decimal): -15230001 or 13605655. OLE color: 13605655.
HSL color Cylindrical-coordinate representation of color #179BCF: hue angle of 196.96º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179BCF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 155 | 207 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.19 |
| HSL | 196.96º | 0.8% | 0.45% | - |
| HSV(B) | 196.96º | 0.89% | 0.81% | - |
| XYZ | 23.34 | 28.13 | 63.23 | - |
| YUV | 121.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 207 | 0.89 | 0.25 | 0 | 0.19 | 196.96 | 0.8 | 0.45 |
| Hex | 17 | 9B | CF | 59 | 19 | 0 | 13 | C5 | 50 | 2D |
| Octal | 27 | 233 | 317 | 131 | 31 | 0 | 23 | 305 | 120 | 55 |
| Binary | 10111 | 10011011 | 11001111 | 1011001 | 11001 | 0 | 10011 | 11000101 | 1010000 | 101101 |
Color Harmonies of #179BCF
Complementary color
Monochromatic Colors of #179BCF
Black with #179BCF
Text Example
Text Example
White with #179BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BCF; }
p { color: rgb(23,155,207); }
H1.HeaderClassName
{
color: #179BCF;
}
.AnyTagClassName
{
color: #179BCF;
}
</style>
background-color css
<style>
a { background-color: #179BCF; }
a { background-color: rgb(23,155,207); }
div.DivClassName
{
background-color: #179BCF;
}
.BgClassName
{
background-color: #179BCF;
}
</style>
border-color css
<style>
span { border-color: #179BCF; }
span { border-color: rgb(23,155,207); }
td.TdClassName
{
border-color: #179BCF;
}
.TagClassName
{
border-color: #179BCF;
}
</style>