Shades of Pacific Blue #179ECF
Tints of Pacific Blue #179ECF
RGB
CMYK
RGB Variations
Color information
#179ECF (or 0x179ECF) is known color: Pacific Blue. HEX triplet: 17, 9E and CF. RGB value is (23,158,207). Sum of RGB (Red+Green+Blue) = 23+158+207=388 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.93% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #179ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ECF is #E86130. Grayscale: #7A7A7A. Windows color (decimal): -15229233 or 13606423. OLE color: 13606423.
HSL color Cylindrical-coordinate representation of color #179ECF: hue angle of 195.98º 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 #179ECF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 158 | 207 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.19 |
| HSL | 195.98º | 0.8% | 0.45% | - |
| HSV(B) | 195.98º | 0.89% | 0.81% | - |
| XYZ | 23.84 | 29.14 | 63.4 | - |
| YUV | 123.22 | 175.27 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 207 | 0.89 | 0.24 | 0 | 0.19 | 195.98 | 0.8 | 0.45 |
| Hex | 17 | 9E | CF | 59 | 18 | 0 | 13 | C4 | 50 | 2D |
| Octal | 27 | 236 | 317 | 131 | 30 | 0 | 23 | 304 | 120 | 55 |
| Binary | 10111 | 10011110 | 11001111 | 1011001 | 11000 | 0 | 10011 | 11000100 | 1010000 | 101101 |
Color Harmonies of #179ECF
Complementary color
Monochromatic Colors of #179ECF
Black with #179ECF
Text Example
Text Example
White with #179ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179ECF; }
p { color: rgb(23,158,207); }
H1.HeaderClassName
{
color: #179ECF;
}
.AnyTagClassName
{
color: #179ECF;
}
</style>
background-color css
<style>
a { background-color: #179ECF; }
a { background-color: rgb(23,158,207); }
div.DivClassName
{
background-color: #179ECF;
}
.BgClassName
{
background-color: #179ECF;
}
</style>
border-color css
<style>
span { border-color: #179ECF; }
span { border-color: rgb(23,158,207); }
td.TdClassName
{
border-color: #179ECF;
}
.TagClassName
{
border-color: #179ECF;
}
</style>