Shades of Pacific Blue #179EDF
Tints of Pacific Blue #179EDF
RGB
CMYK
RGB Variations
Color information
#179EDF (or 0x179EDF) is known color: Pacific Blue. HEX triplet: 17, 9E and DF. RGB value is (23,158,223). Sum of RGB (Red+Green+Blue) = 23+158+223=404 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.69% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #179EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EDF is #E86120. Grayscale: #7C7C7C. Windows color (decimal): -15229217 or 14654999. OLE color: 14654999.
HSL color Cylindrical-coordinate representation of color #179EDF: hue angle of 199.5º 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 #179EDF is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 158 | 223 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.13 |
| HSL | 199.5º | 0.81% | 0.48% | - |
| HSV(B) | 199.5º | 0.9% | 0.87% | - |
| XYZ | 25.9 | 29.96 | 74.23 | - |
| YUV | 125.05 | 183.27 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 223 | 0.90 | 0.29 | 0 | 0.13 | 199.5 | 0.81 | 0.48 |
| Hex | 17 | 9E | DF | 5A | 1D | 0 | D | C8 | 51 | 30 |
| Octal | 27 | 236 | 337 | 132 | 35 | 0 | 15 | 310 | 121 | 60 |
| Binary | 10111 | 10011110 | 11011111 | 1011010 | 11101 | 0 | 1101 | 11001000 | 1010001 | 110000 |
Color Harmonies of #179EDF
Complementary color
Monochromatic Colors of #179EDF
Black with #179EDF
Text Example
Text Example
White with #179EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EDF; }
p { color: rgb(23,158,223); }
H1.HeaderClassName
{
color: #179EDF;
}
.AnyTagClassName
{
color: #179EDF;
}
</style>
background-color css
<style>
a { background-color: #179EDF; }
a { background-color: rgb(23,158,223); }
div.DivClassName
{
background-color: #179EDF;
}
.BgClassName
{
background-color: #179EDF;
}
</style>
border-color css
<style>
span { border-color: #179EDF; }
span { border-color: rgb(23,158,223); }
td.TdClassName
{
border-color: #179EDF;
}
.TagClassName
{
border-color: #179EDF;
}
</style>