Shades of Pacific Blue #119DDB
Tints of Pacific Blue #119DDB
RGB
CMYK
RGB Variations
Color information
#119DDB (or 0x119DDB) is known color: Pacific Blue. HEX triplet: 11, 9D and DB. RGB value is (17,157,219). Sum of RGB (Red+Green+Blue) = 17+157+219=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #119DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DDB is #EE6224. Grayscale: #797979. Windows color (decimal): -15622693 or 14392593. OLE color: 14392593.
HSL color Cylindrical-coordinate representation of color #119DDB: hue angle of 198.42º 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 #119DDB is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 157 | 219 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.14 |
| HSL | 198.42º | 0.86% | 0.46% | - |
| HSV(B) | 198.42º | 0.92% | 0.86% | - |
| XYZ | 25.07 | 29.35 | 71.36 | - |
| YUV | 122.21 | 182.62 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 219 | 0.92 | 0.28 | 0 | 0.14 | 198.42 | 0.86 | 0.46 |
| Hex | 11 | 9D | DB | 5C | 1C | 0 | E | C6 | 56 | 2E |
| Octal | 21 | 235 | 333 | 134 | 34 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10001 | 10011101 | 11011011 | 1011100 | 11100 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #119DDB
Complementary color
Monochromatic Colors of #119DDB
Black with #119DDB
Text Example
Text Example
White with #119DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DDB; }
p { color: rgb(17,157,219); }
H1.HeaderClassName
{
color: #119DDB;
}
.AnyTagClassName
{
color: #119DDB;
}
</style>
background-color css
<style>
a { background-color: #119DDB; }
a { background-color: rgb(17,157,219); }
div.DivClassName
{
background-color: #119DDB;
}
.BgClassName
{
background-color: #119DDB;
}
</style>
border-color css
<style>
span { border-color: #119DDB; }
span { border-color: rgb(17,157,219); }
td.TdClassName
{
border-color: #119DDB;
}
.TagClassName
{
border-color: #119DDB;
}
</style>