Shades of Pacific Blue #179BDD
Tints of Pacific Blue #179BDD
RGB
CMYK
RGB Variations
Color information
#179BDD (or 0x179BDD) is known color: Pacific Blue. HEX triplet: 17, 9B and DD. RGB value is (23,155,221). Sum of RGB (Red+Green+Blue) = 23+155+221=399 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.76% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #179BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BDD is #E86422. Grayscale: #7A7A7A. Windows color (decimal): -15229987 or 14523159. OLE color: 14523159.
HSL color Cylindrical-coordinate representation of color #179BDD: hue angle of 200º 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 #179BDD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 155 | 221 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.13 |
| HSL | 200º | 0.81% | 0.48% | - |
| HSV(B) | 200º | 0.9% | 0.87% | - |
| XYZ | 25.13 | 28.85 | 72.65 | - |
| YUV | 123.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 221 | 0.90 | 0.30 | 0 | 0.13 | 200 | 0.81 | 0.48 |
| Hex | 17 | 9B | DD | 5A | 1E | 0 | D | C8 | 51 | 30 |
| Octal | 27 | 233 | 335 | 132 | 36 | 0 | 15 | 310 | 121 | 60 |
| Binary | 10111 | 10011011 | 11011101 | 1011010 | 11110 | 0 | 1101 | 11001000 | 1010001 | 110000 |
Color Harmonies of #179BDD
Complementary color
Monochromatic Colors of #179BDD
Black with #179BDD
Text Example
Text Example
White with #179BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BDD; }
p { color: rgb(23,155,221); }
H1.HeaderClassName
{
color: #179BDD;
}
.AnyTagClassName
{
color: #179BDD;
}
</style>
background-color css
<style>
a { background-color: #179BDD; }
a { background-color: rgb(23,155,221); }
div.DivClassName
{
background-color: #179BDD;
}
.BgClassName
{
background-color: #179BDD;
}
</style>
border-color css
<style>
span { border-color: #179BDD; }
span { border-color: rgb(23,155,221); }
td.TdClassName
{
border-color: #179BDD;
}
.TagClassName
{
border-color: #179BDD;
}
</style>