Shades of Pacific Blue #179DD5
Tints of Pacific Blue #179DD5
RGB
CMYK
RGB Variations
Color information
#179DD5 (or 0x179DD5) is known color: Pacific Blue. HEX triplet: 17, 9D and D5. RGB value is (23,157,213). Sum of RGB (Red+Green+Blue) = 23+157+213=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #179DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DD5 is #E8622A. Grayscale: #7A7A7A. Windows color (decimal): -15229483 or 13999383. OLE color: 13999383.
HSL color Cylindrical-coordinate representation of color #179DD5: hue angle of 197.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179DD5 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 157 | 213 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.16 |
| HSL | 197.68º | 0.81% | 0.46% | - |
| HSV(B) | 197.68º | 0.89% | 0.84% | - |
| XYZ | 24.42 | 29.1 | 67.28 | - |
| YUV | 123.32 | 178.61 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 213 | 0.89 | 0.26 | 0 | 0.16 | 197.68 | 0.81 | 0.46 |
| Hex | 17 | 9D | D5 | 59 | 1A | 0 | 10 | C6 | 51 | 2E |
| Octal | 27 | 235 | 325 | 131 | 32 | 0 | 20 | 306 | 121 | 56 |
| Binary | 10111 | 10011101 | 11010101 | 1011001 | 11010 | 0 | 10000 | 11000110 | 1010001 | 101110 |
Color Harmonies of #179DD5
Complementary color
Monochromatic Colors of #179DD5
Black with #179DD5
Text Example
Text Example
White with #179DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DD5; }
p { color: rgb(23,157,213); }
H1.HeaderClassName
{
color: #179DD5;
}
.AnyTagClassName
{
color: #179DD5;
}
</style>
background-color css
<style>
a { background-color: #179DD5; }
a { background-color: rgb(23,157,213); }
div.DivClassName
{
background-color: #179DD5;
}
.BgClassName
{
background-color: #179DD5;
}
</style>
border-color css
<style>
span { border-color: #179DD5; }
span { border-color: rgb(23,157,213); }
td.TdClassName
{
border-color: #179DD5;
}
.TagClassName
{
border-color: #179DD5;
}
</style>