Shades of Pacific Blue #179ACD
Tints of Pacific Blue #179ACD
RGB
CMYK
RGB Variations
Color information
#179ACD (or 0x179ACD) is known color: Pacific Blue. HEX triplet: 17, 9A and CD. RGB value is (23,154,205). Sum of RGB (Red+Green+Blue) = 23+154+205=382 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.02% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #179ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179ACD is #E86532. Grayscale: #787878. Windows color (decimal): -15230259 or 13474327. OLE color: 13474327.
HSL color Cylindrical-coordinate representation of color #179ACD: hue angle of 196.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179ACD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 154 | 205 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.20 |
| HSL | 196.81º | 0.8% | 0.45% | - |
| HSV(B) | 196.81º | 0.89% | 0.8% | - |
| XYZ | 22.93 | 27.7 | 61.9 | - |
| YUV | 120.65 | 175.6 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 205 | 0.89 | 0.25 | 0 | 0.20 | 196.81 | 0.8 | 0.45 |
| Hex | 17 | 9A | CD | 59 | 19 | 0 | 14 | C5 | 50 | 2D |
| Octal | 27 | 232 | 315 | 131 | 31 | 0 | 24 | 305 | 120 | 55 |
| Binary | 10111 | 10011010 | 11001101 | 1011001 | 11001 | 0 | 10100 | 11000101 | 1010000 | 101101 |
Color Harmonies of #179ACD
Complementary color
Monochromatic Colors of #179ACD
Black with #179ACD
Text Example
Text Example
White with #179ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179ACD; }
p { color: rgb(23,154,205); }
H1.HeaderClassName
{
color: #179ACD;
}
.AnyTagClassName
{
color: #179ACD;
}
</style>
background-color css
<style>
a { background-color: #179ACD; }
a { background-color: rgb(23,154,205); }
div.DivClassName
{
background-color: #179ACD;
}
.BgClassName
{
background-color: #179ACD;
}
</style>
border-color css
<style>
span { border-color: #179ACD; }
span { border-color: rgb(23,154,205); }
td.TdClassName
{
border-color: #179ACD;
}
.TagClassName
{
border-color: #179ACD;
}
</style>