Shades of Pacific Blue #119FD5
Tints of Pacific Blue #119FD5
RGB
CMYK
RGB Variations
Color information
#119FD5 (or 0x119FD5) is known color: Pacific Blue. HEX triplet: 11, 9F and D5. RGB value is (17,159,213). Sum of RGB (Red+Green+Blue) = 17+159+213=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #119FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FD5 is #EE602A. Grayscale: #7A7A7A. Windows color (decimal): -15622187 or 13999889. OLE color: 13999889.
HSL color Cylindrical-coordinate representation of color #119FD5: hue angle of 196.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119FD5 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 159 | 213 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.16 |
| HSL | 196.53º | 0.85% | 0.45% | - |
| HSV(B) | 196.53º | 0.92% | 0.84% | - |
| XYZ | 24.64 | 29.72 | 67.39 | - |
| YUV | 122.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 213 | 0.92 | 0.25 | 0 | 0.16 | 196.53 | 0.85 | 0.45 |
| Hex | 11 | 9F | D5 | 5C | 19 | 0 | 10 | C5 | 55 | 2D |
| Octal | 21 | 237 | 325 | 134 | 31 | 0 | 20 | 305 | 125 | 55 |
| Binary | 10001 | 10011111 | 11010101 | 1011100 | 11001 | 0 | 10000 | 11000101 | 1010101 | 101101 |
Color Harmonies of #119FD5
Complementary color
Monochromatic Colors of #119FD5
Black with #119FD5
Text Example
Text Example
White with #119FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FD5; }
p { color: rgb(17,159,213); }
H1.HeaderClassName
{
color: #119FD5;
}
.AnyTagClassName
{
color: #119FD5;
}
</style>
background-color css
<style>
a { background-color: #119FD5; }
a { background-color: rgb(17,159,213); }
div.DivClassName
{
background-color: #119FD5;
}
.BgClassName
{
background-color: #119FD5;
}
</style>
border-color css
<style>
span { border-color: #119FD5; }
span { border-color: rgb(17,159,213); }
td.TdClassName
{
border-color: #119FD5;
}
.TagClassName
{
border-color: #119FD5;
}
</style>