Shades of Pacific Blue #118BDC
Tints of Pacific Blue #118BDC
RGB
CMYK
RGB Variations
Color information
#118BDC (or 0x118BDC) is known color: Pacific Blue. HEX triplet: 11, 8B and DC. RGB value is (17,139,220). Sum of RGB (Red+Green+Blue) = 17+139+220=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #118BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BDC is #EE7423. Grayscale: #6F6F6F. Windows color (decimal): -15627300 or 14453521. OLE color: 14453521.
HSL color Cylindrical-coordinate representation of color #118BDC: hue angle of 203.94º 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 #118BDC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 139 | 220 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.14 |
| HSL | 203.94º | 0.86% | 0.46% | - |
| HSV(B) | 203.94º | 0.92% | 0.86% | - |
| XYZ | 22.38 | 23.75 | 71.12 | - |
| YUV | 111.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 220 | 0.92 | 0.37 | 0 | 0.14 | 203.94 | 0.86 | 0.46 |
| Hex | 11 | 8B | DC | 5C | 25 | 0 | E | CC | 56 | 2E |
| Octal | 21 | 213 | 334 | 134 | 45 | 0 | 16 | 314 | 126 | 56 |
| Binary | 10001 | 10001011 | 11011100 | 1011100 | 100101 | 0 | 1110 | 11001100 | 1010110 | 101110 |
Color Harmonies of #118BDC
Complementary color
Monochromatic Colors of #118BDC
Black with #118BDC
Text Example
Text Example
White with #118BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BDC; }
p { color: rgb(17,139,220); }
H1.HeaderClassName
{
color: #118BDC;
}
.AnyTagClassName
{
color: #118BDC;
}
</style>
background-color css
<style>
a { background-color: #118BDC; }
a { background-color: rgb(17,139,220); }
div.DivClassName
{
background-color: #118BDC;
}
.BgClassName
{
background-color: #118BDC;
}
</style>
border-color css
<style>
span { border-color: #118BDC; }
span { border-color: rgb(17,139,220); }
td.TdClassName
{
border-color: #118BDC;
}
.TagClassName
{
border-color: #118BDC;
}
</style>