Shades of Pacific Blue #179EDC
Tints of Pacific Blue #179EDC
RGB
CMYK
RGB Variations
Color information
#179EDC (or 0x179EDC) is known color: Pacific Blue. HEX triplet: 17, 9E and DC. RGB value is (23,158,220). Sum of RGB (Red+Green+Blue) = 23+158+220=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #179EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EDC is #E86123. Grayscale: #7C7C7C. Windows color (decimal): -15229220 or 14458391. OLE color: 14458391.
HSL color Cylindrical-coordinate representation of color #179EDC: hue angle of 198.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #179EDC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 158 | 220 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.14 |
| HSL | 198.88º | 0.81% | 0.48% | - |
| HSV(B) | 198.88º | 0.9% | 0.86% | - |
| XYZ | 25.5 | 29.8 | 72.12 | - |
| YUV | 124.7 | 181.77 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 220 | 0.90 | 0.28 | 0 | 0.14 | 198.88 | 0.81 | 0.48 |
| Hex | 17 | 9E | DC | 5A | 1C | 0 | E | C7 | 51 | 30 |
| Octal | 27 | 236 | 334 | 132 | 34 | 0 | 16 | 307 | 121 | 60 |
| Binary | 10111 | 10011110 | 11011100 | 1011010 | 11100 | 0 | 1110 | 11000111 | 1010001 | 110000 |
Color Harmonies of #179EDC
Complementary color
Monochromatic Colors of #179EDC
Black with #179EDC
Text Example
Text Example
White with #179EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EDC; }
p { color: rgb(23,158,220); }
H1.HeaderClassName
{
color: #179EDC;
}
.AnyTagClassName
{
color: #179EDC;
}
</style>
background-color css
<style>
a { background-color: #179EDC; }
a { background-color: rgb(23,158,220); }
div.DivClassName
{
background-color: #179EDC;
}
.BgClassName
{
background-color: #179EDC;
}
</style>
border-color css
<style>
span { border-color: #179EDC; }
span { border-color: rgb(23,158,220); }
td.TdClassName
{
border-color: #179EDC;
}
.TagClassName
{
border-color: #179EDC;
}
</style>