Shades of Pacific Blue #119FCE
Tints of Pacific Blue #119FCE
RGB
CMYK
RGB Variations
Color information
#119FCE (or 0x119FCE) is known color: Pacific Blue. HEX triplet: 11, 9F and CE. RGB value is (17,159,206). Sum of RGB (Red+Green+Blue) = 17+159+206=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #119FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FCE is #EE6031. Grayscale: #797979. Windows color (decimal): -15622194 or 13541137. OLE color: 13541137.
HSL color Cylindrical-coordinate representation of color #119FCE: hue angle of 194.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119FCE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 159 | 206 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.19 |
| HSL | 194.92º | 0.85% | 0.44% | - |
| HSV(B) | 194.92º | 0.92% | 0.81% | - |
| XYZ | 23.77 | 29.37 | 62.81 | - |
| YUV | 121.9 | 175.46 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 206 | 0.92 | 0.23 | 0 | 0.19 | 194.92 | 0.85 | 0.44 |
| Hex | 11 | 9F | CE | 5C | 17 | 0 | 13 | C3 | 55 | 2C |
| Octal | 21 | 237 | 316 | 134 | 27 | 0 | 23 | 303 | 125 | 54 |
| Binary | 10001 | 10011111 | 11001110 | 1011100 | 10111 | 0 | 10011 | 11000011 | 1010101 | 101100 |
Color Harmonies of #119FCE
Complementary color
Monochromatic Colors of #119FCE
Black with #119FCE
Text Example
Text Example
White with #119FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FCE; }
p { color: rgb(17,159,206); }
H1.HeaderClassName
{
color: #119FCE;
}
.AnyTagClassName
{
color: #119FCE;
}
</style>
background-color css
<style>
a { background-color: #119FCE; }
a { background-color: rgb(17,159,206); }
div.DivClassName
{
background-color: #119FCE;
}
.BgClassName
{
background-color: #119FCE;
}
</style>
border-color css
<style>
span { border-color: #119FCE; }
span { border-color: rgb(17,159,206); }
td.TdClassName
{
border-color: #119FCE;
}
.TagClassName
{
border-color: #119FCE;
}
</style>