Shades of Pacific Blue #179DDC
Tints of Pacific Blue #179DDC
RGB
CMYK
RGB Variations
Color information
#179DDC (or 0x179DDC) is known color: Pacific Blue. HEX triplet: 17, 9D and DC. RGB value is (23,157,220). Sum of RGB (Red+Green+Blue) = 23+157+220=400 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #179DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DDC is #E86223. Grayscale: #7B7B7B. Windows color (decimal): -15229476 or 14458135. OLE color: 14458135.
HSL color Cylindrical-coordinate representation of color #179DDC: hue angle of 199.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #179DDC is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 157 | 220 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.14 |
| HSL | 199.19º | 0.81% | 0.48% | - |
| HSV(B) | 199.19º | 0.9% | 0.86% | - |
| XYZ | 25.33 | 29.46 | 72.06 | - |
| YUV | 124.12 | 182.11 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 220 | 0.90 | 0.29 | 0 | 0.14 | 199.19 | 0.81 | 0.48 |
| Hex | 17 | 9D | DC | 5A | 1D | 0 | E | C7 | 51 | 30 |
| Octal | 27 | 235 | 334 | 132 | 35 | 0 | 16 | 307 | 121 | 60 |
| Binary | 10111 | 10011101 | 11011100 | 1011010 | 11101 | 0 | 1110 | 11000111 | 1010001 | 110000 |
Color Harmonies of #179DDC
Complementary color
Monochromatic Colors of #179DDC
Black with #179DDC
Text Example
Text Example
White with #179DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DDC; }
p { color: rgb(23,157,220); }
H1.HeaderClassName
{
color: #179DDC;
}
.AnyTagClassName
{
color: #179DDC;
}
</style>
background-color css
<style>
a { background-color: #179DDC; }
a { background-color: rgb(23,157,220); }
div.DivClassName
{
background-color: #179DDC;
}
.BgClassName
{
background-color: #179DDC;
}
</style>
border-color css
<style>
span { border-color: #179DDC; }
span { border-color: rgb(23,157,220); }
td.TdClassName
{
border-color: #179DDC;
}
.TagClassName
{
border-color: #179DDC;
}
</style>