Shades of Pacific Blue #119FDB
Tints of Pacific Blue #119FDB
RGB
CMYK
RGB Variations
Color information
#119FDB (or 0x119FDB) is known color: Pacific Blue. HEX triplet: 11, 9F and DB. RGB value is (17,159,219). Sum of RGB (Red+Green+Blue) = 17+159+219=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #119FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FDB is #EE6024. Grayscale: #7A7A7A. Windows color (decimal): -15622181 or 14393105. OLE color: 14393105.
HSL color Cylindrical-coordinate representation of color #119FDB: hue angle of 197.82º 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 #119FDB is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 159 | 219 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.14 |
| HSL | 197.82º | 0.86% | 0.46% | - |
| HSV(B) | 197.82º | 0.92% | 0.86% | - |
| XYZ | 25.42 | 30.03 | 71.47 | - |
| YUV | 123.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 219 | 0.92 | 0.27 | 0 | 0.14 | 197.82 | 0.86 | 0.46 |
| Hex | 11 | 9F | DB | 5C | 1B | 0 | E | C6 | 56 | 2E |
| Octal | 21 | 237 | 333 | 134 | 33 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10001 | 10011111 | 11011011 | 1011100 | 11011 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #119FDB
Complementary color
Monochromatic Colors of #119FDB
Black with #119FDB
Text Example
Text Example
White with #119FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FDB; }
p { color: rgb(17,159,219); }
H1.HeaderClassName
{
color: #119FDB;
}
.AnyTagClassName
{
color: #119FDB;
}
</style>
background-color css
<style>
a { background-color: #119FDB; }
a { background-color: rgb(17,159,219); }
div.DivClassName
{
background-color: #119FDB;
}
.BgClassName
{
background-color: #119FDB;
}
</style>
border-color css
<style>
span { border-color: #119FDB; }
span { border-color: rgb(17,159,219); }
td.TdClassName
{
border-color: #119FDB;
}
.TagClassName
{
border-color: #119FDB;
}
</style>