Shades of Pacific Blue #179DD7
Tints of Pacific Blue #179DD7
RGB
CMYK
RGB Variations
Color information
#179DD7 (or 0x179DD7) is known color: Pacific Blue. HEX triplet: 17, 9D and D7. RGB value is (23,157,215). Sum of RGB (Red+Green+Blue) = 23+157+215=395 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.82% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #179DD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DD7 is #E86228. Grayscale: #7B7B7B. Windows color (decimal): -15229481 or 14130455. OLE color: 14130455.
HSL color Cylindrical-coordinate representation of color #179DD7: hue angle of 198.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179DD7 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 157 | 215 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.16 |
| HSL | 198.13º | 0.81% | 0.47% | - |
| HSV(B) | 198.13º | 0.89% | 0.84% | - |
| XYZ | 24.68 | 29.2 | 68.63 | - |
| YUV | 123.55 | 179.61 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 215 | 0.89 | 0.27 | 0 | 0.16 | 198.13 | 0.81 | 0.47 |
| Hex | 17 | 9D | D7 | 59 | 1B | 0 | 10 | C6 | 51 | 2F |
| Octal | 27 | 235 | 327 | 131 | 33 | 0 | 20 | 306 | 121 | 57 |
| Binary | 10111 | 10011101 | 11010111 | 1011001 | 11011 | 0 | 10000 | 11000110 | 1010001 | 101111 |
Color Harmonies of #179DD7
Complementary color
Monochromatic Colors of #179DD7
Black with #179DD7
Text Example
Text Example
White with #179DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DD7; }
p { color: rgb(23,157,215); }
H1.HeaderClassName
{
color: #179DD7;
}
.AnyTagClassName
{
color: #179DD7;
}
</style>
background-color css
<style>
a { background-color: #179DD7; }
a { background-color: rgb(23,157,215); }
div.DivClassName
{
background-color: #179DD7;
}
.BgClassName
{
background-color: #179DD7;
}
</style>
border-color css
<style>
span { border-color: #179DD7; }
span { border-color: rgb(23,157,215); }
td.TdClassName
{
border-color: #179DD7;
}
.TagClassName
{
border-color: #179DD7;
}
</style>