Shades of Pacific Blue #119DBC
Tints of Pacific Blue #119DBC
RGB
CMYK
RGB Variations
Color information
#119DBC (or 0x119DBC) is known color: Pacific Blue. HEX triplet: 11, 9D and BC. RGB value is (17,157,188). Sum of RGB (Red+Green+Blue) = 17+157+188=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #119DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DBC is #EE6243. Grayscale: #767676. Windows color (decimal): -15622724 or 12360977. OLE color: 12360977.
HSL color Cylindrical-coordinate representation of color #119DBC: hue angle of 190.88º 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 #119DBC is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 157 | 188 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.26 |
| HSL | 190.88º | 0.83% | 0.4% | - |
| HSV(B) | 190.88º | 0.91% | 0.74% | - |
| XYZ | 21.37 | 27.86 | 51.83 | - |
| YUV | 118.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 188 | 0.91 | 0.16 | 0 | 0.26 | 190.88 | 0.83 | 0.4 |
| Hex | 11 | 9D | BC | 5B | 10 | 0 | 1A | BF | 53 | 28 |
| Octal | 21 | 235 | 274 | 133 | 20 | 0 | 32 | 277 | 123 | 50 |
| Binary | 10001 | 10011101 | 10111100 | 1011011 | 10000 | 0 | 11010 | 10111111 | 1010011 | 101000 |
Color Harmonies of #119DBC
Complementary color
Monochromatic Colors of #119DBC
Black with #119DBC
Text Example
Text Example
White with #119DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DBC; }
p { color: rgb(17,157,188); }
H1.HeaderClassName
{
color: #119DBC;
}
.AnyTagClassName
{
color: #119DBC;
}
</style>
background-color css
<style>
a { background-color: #119DBC; }
a { background-color: rgb(17,157,188); }
div.DivClassName
{
background-color: #119DBC;
}
.BgClassName
{
background-color: #119DBC;
}
</style>
border-color css
<style>
span { border-color: #119DBC; }
span { border-color: rgb(17,157,188); }
td.TdClassName
{
border-color: #119DBC;
}
.TagClassName
{
border-color: #119DBC;
}
</style>