Shades of Pacific Blue #179BCE
Tints of Pacific Blue #179BCE
RGB
CMYK
RGB Variations
Color information
#179BCE (or 0x179BCE) is known color: Pacific Blue. HEX triplet: 17, 9B and CE. RGB value is (23,155,206). Sum of RGB (Red+Green+Blue) = 23+155+206=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #179BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BCE is #E86431. Grayscale: #797979. Windows color (decimal): -15230002 or 13540119. OLE color: 13540119.
HSL color Cylindrical-coordinate representation of color #179BCE: hue angle of 196.72º 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 #179BCE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 155 | 206 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.19 |
| HSL | 196.72º | 0.8% | 0.45% | - |
| HSV(B) | 196.72º | 0.89% | 0.81% | - |
| XYZ | 23.22 | 28.08 | 62.59 | - |
| YUV | 121.35 | 175.77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 206 | 0.89 | 0.25 | 0 | 0.19 | 196.72 | 0.8 | 0.45 |
| Hex | 17 | 9B | CE | 59 | 19 | 0 | 13 | C5 | 50 | 2D |
| Octal | 27 | 233 | 316 | 131 | 31 | 0 | 23 | 305 | 120 | 55 |
| Binary | 10111 | 10011011 | 11001110 | 1011001 | 11001 | 0 | 10011 | 11000101 | 1010000 | 101101 |
Color Harmonies of #179BCE
Complementary color
Monochromatic Colors of #179BCE
Black with #179BCE
Text Example
Text Example
White with #179BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BCE; }
p { color: rgb(23,155,206); }
H1.HeaderClassName
{
color: #179BCE;
}
.AnyTagClassName
{
color: #179BCE;
}
</style>
background-color css
<style>
a { background-color: #179BCE; }
a { background-color: rgb(23,155,206); }
div.DivClassName
{
background-color: #179BCE;
}
.BgClassName
{
background-color: #179BCE;
}
</style>
border-color css
<style>
span { border-color: #179BCE; }
span { border-color: rgb(23,155,206); }
td.TdClassName
{
border-color: #179BCE;
}
.TagClassName
{
border-color: #179BCE;
}
</style>