Shades of Pacific Blue #118FDC
Tints of Pacific Blue #118FDC
RGB
CMYK
RGB Variations
Color information
#118FDC (or 0x118FDC) is known color: Pacific Blue. HEX triplet: 11, 8F and DC. RGB value is (17,143,220). Sum of RGB (Red+Green+Blue) = 17+143+220=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #118FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FDC is #EE7023. Grayscale: #717171. Windows color (decimal): -15626276 or 14454545. OLE color: 14454545.
HSL color Cylindrical-coordinate representation of color #118FDC: hue angle of 202.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FDC is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 143 | 220 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.14 |
| HSL | 202.76º | 0.86% | 0.46% | - |
| HSV(B) | 202.76º | 0.92% | 0.86% | - |
| XYZ | 22.97 | 24.93 | 71.31 | - |
| YUV | 114.1 | 187.76 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 220 | 0.92 | 0.35 | 0 | 0.14 | 202.76 | 0.86 | 0.46 |
| Hex | 11 | 8F | DC | 5C | 23 | 0 | E | CB | 56 | 2E |
| Octal | 21 | 217 | 334 | 134 | 43 | 0 | 16 | 313 | 126 | 56 |
| Binary | 10001 | 10001111 | 11011100 | 1011100 | 100011 | 0 | 1110 | 11001011 | 1010110 | 101110 |
Color Harmonies of #118FDC
Complementary color
Monochromatic Colors of #118FDC
Black with #118FDC
Text Example
Text Example
White with #118FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FDC; }
p { color: rgb(17,143,220); }
H1.HeaderClassName
{
color: #118FDC;
}
.AnyTagClassName
{
color: #118FDC;
}
</style>
background-color css
<style>
a { background-color: #118FDC; }
a { background-color: rgb(17,143,220); }
div.DivClassName
{
background-color: #118FDC;
}
.BgClassName
{
background-color: #118FDC;
}
</style>
border-color css
<style>
span { border-color: #118FDC; }
span { border-color: rgb(17,143,220); }
td.TdClassName
{
border-color: #118FDC;
}
.TagClassName
{
border-color: #118FDC;
}
</style>