Shades of Pacific Blue #179ECB
Tints of Pacific Blue #179ECB
RGB
CMYK
RGB Variations
Color information
#179ECB (or 0x179ECB) is known color: Pacific Blue. HEX triplet: 17, 9E and CB. RGB value is (23,158,203). Sum of RGB (Red+Green+Blue) = 23+158+203=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #179ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ECB is #E86134. Grayscale: #7A7A7A. Windows color (decimal): -15229237 or 13344279. OLE color: 13344279.
HSL color Cylindrical-coordinate representation of color #179ECB: hue angle of 195º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179ECB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 158 | 203 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.20 |
| HSL | 195º | 0.8% | 0.44% | - |
| HSV(B) | 195º | 0.89% | 0.8% | - |
| XYZ | 23.36 | 28.95 | 60.86 | - |
| YUV | 122.77 | 173.27 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 203 | 0.89 | 0.22 | 0 | 0.20 | 195 | 0.8 | 0.44 |
| Hex | 17 | 9E | CB | 59 | 16 | 0 | 14 | C3 | 50 | 2C |
| Octal | 27 | 236 | 313 | 131 | 26 | 0 | 24 | 303 | 120 | 54 |
| Binary | 10111 | 10011110 | 11001011 | 1011001 | 10110 | 0 | 10100 | 11000011 | 1010000 | 101100 |
Color Harmonies of #179ECB
Complementary color
Monochromatic Colors of #179ECB
Black with #179ECB
Text Example
Text Example
White with #179ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179ECB; }
p { color: rgb(23,158,203); }
H1.HeaderClassName
{
color: #179ECB;
}
.AnyTagClassName
{
color: #179ECB;
}
</style>
background-color css
<style>
a { background-color: #179ECB; }
a { background-color: rgb(23,158,203); }
div.DivClassName
{
background-color: #179ECB;
}
.BgClassName
{
background-color: #179ECB;
}
</style>
border-color css
<style>
span { border-color: #179ECB; }
span { border-color: rgb(23,158,203); }
td.TdClassName
{
border-color: #179ECB;
}
.TagClassName
{
border-color: #179ECB;
}
</style>