Shades of Pacific Blue #179DDD
Tints of Pacific Blue #179DDD
RGB
CMYK
RGB Variations
Color information
#179DDD (or 0x179DDD) is known color: Pacific Blue. HEX triplet: 17, 9D and DD. RGB value is (23,157,221). Sum of RGB (Red+Green+Blue) = 23+157+221=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #179DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DDD is #E86222. Grayscale: #7B7B7B. Windows color (decimal): -15229475 or 14523671. OLE color: 14523671.
HSL color Cylindrical-coordinate representation of color #179DDD: hue angle of 199.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #179DDD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 157 | 221 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.13 |
| HSL | 199.39º | 0.81% | 0.48% | - |
| HSV(B) | 199.39º | 0.9% | 0.87% | - |
| XYZ | 25.46 | 29.52 | 72.76 | - |
| YUV | 124.23 | 182.61 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 221 | 0.90 | 0.29 | 0 | 0.13 | 199.39 | 0.81 | 0.48 |
| Hex | 17 | 9D | DD | 5A | 1D | 0 | D | C7 | 51 | 30 |
| Octal | 27 | 235 | 335 | 132 | 35 | 0 | 15 | 307 | 121 | 60 |
| Binary | 10111 | 10011101 | 11011101 | 1011010 | 11101 | 0 | 1101 | 11000111 | 1010001 | 110000 |
Color Harmonies of #179DDD
Complementary color
Monochromatic Colors of #179DDD
Black with #179DDD
Text Example
Text Example
White with #179DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DDD; }
p { color: rgb(23,157,221); }
H1.HeaderClassName
{
color: #179DDD;
}
.AnyTagClassName
{
color: #179DDD;
}
</style>
background-color css
<style>
a { background-color: #179DDD; }
a { background-color: rgb(23,157,221); }
div.DivClassName
{
background-color: #179DDD;
}
.BgClassName
{
background-color: #179DDD;
}
</style>
border-color css
<style>
span { border-color: #179DDD; }
span { border-color: rgb(23,157,221); }
td.TdClassName
{
border-color: #179DDD;
}
.TagClassName
{
border-color: #179DDD;
}
</style>