Shades of Pacific Blue #118EC5
Tints of Pacific Blue #118EC5
RGB
CMYK
RGB Variations
Color information
#118EC5 (or 0x118EC5) is known color: Pacific Blue. HEX triplet: 11, 8E and C5. RGB value is (17,142,197). Sum of RGB (Red+Green+Blue) = 17+142+197=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #118EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118EC5 is #EE713A. Grayscale: #6E6E6E. Windows color (decimal): -15626555 or 12946961. OLE color: 12946961.
HSL color Cylindrical-coordinate representation of color #118EC5: hue angle of 198.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118EC5 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 142 | 197 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.23 |
| HSL | 198.33º | 0.84% | 0.42% | - |
| HSV(B) | 198.33º | 0.91% | 0.77% | - |
| XYZ | 19.98 | 23.5 | 56.31 | - |
| YUV | 110.9 | 176.59 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 197 | 0.91 | 0.28 | 0 | 0.23 | 198.33 | 0.84 | 0.42 |
| Hex | 11 | 8E | C5 | 5B | 1C | 0 | 17 | C6 | 54 | 2A |
| Octal | 21 | 216 | 305 | 133 | 34 | 0 | 27 | 306 | 124 | 52 |
| Binary | 10001 | 10001110 | 11000101 | 1011011 | 11100 | 0 | 10111 | 11000110 | 1010100 | 101010 |
Color Harmonies of #118EC5
Complementary color
Monochromatic Colors of #118EC5
Black with #118EC5
Text Example
Text Example
White with #118EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118EC5; }
p { color: rgb(17,142,197); }
H1.HeaderClassName
{
color: #118EC5;
}
.AnyTagClassName
{
color: #118EC5;
}
</style>
background-color css
<style>
a { background-color: #118EC5; }
a { background-color: rgb(17,142,197); }
div.DivClassName
{
background-color: #118EC5;
}
.BgClassName
{
background-color: #118EC5;
}
</style>
border-color css
<style>
span { border-color: #118EC5; }
span { border-color: rgb(17,142,197); }
td.TdClassName
{
border-color: #118EC5;
}
.TagClassName
{
border-color: #118EC5;
}
</style>