Shades of Pacific Blue #119EBC
Tints of Pacific Blue #119EBC
RGB
CMYK
RGB Variations
Color information
#119EBC (or 0x119EBC) is known color: Pacific Blue. HEX triplet: 11, 9E and BC. RGB value is (17,158,188). Sum of RGB (Red+Green+Blue) = 17+158+188=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #119EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EBC is #EE6143. Grayscale: #777777. Windows color (decimal): -15622468 or 12361233. OLE color: 12361233.
HSL color Cylindrical-coordinate representation of color #119EBC: hue angle of 190.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119EBC is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 158 | 188 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.26 |
| HSL | 190.53º | 0.83% | 0.4% | - |
| HSV(B) | 190.53º | 0.91% | 0.74% | - |
| XYZ | 21.54 | 28.2 | 51.89 | - |
| YUV | 119.26 | 166.79 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 188 | 0.91 | 0.16 | 0 | 0.26 | 190.53 | 0.83 | 0.4 |
| Hex | 11 | 9E | BC | 5B | 10 | 0 | 1A | BF | 53 | 28 |
| Octal | 21 | 236 | 274 | 133 | 20 | 0 | 32 | 277 | 123 | 50 |
| Binary | 10001 | 10011110 | 10111100 | 1011011 | 10000 | 0 | 11010 | 10111111 | 1010011 | 101000 |
Color Harmonies of #119EBC
Complementary color
Monochromatic Colors of #119EBC
Black with #119EBC
Text Example
Text Example
White with #119EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EBC; }
p { color: rgb(17,158,188); }
H1.HeaderClassName
{
color: #119EBC;
}
.AnyTagClassName
{
color: #119EBC;
}
</style>
background-color css
<style>
a { background-color: #119EBC; }
a { background-color: rgb(17,158,188); }
div.DivClassName
{
background-color: #119EBC;
}
.BgClassName
{
background-color: #119EBC;
}
</style>
border-color css
<style>
span { border-color: #119EBC; }
span { border-color: rgb(17,158,188); }
td.TdClassName
{
border-color: #119EBC;
}
.TagClassName
{
border-color: #119EBC;
}
</style>