Shades of Pacific Blue #119ECB
Tints of Pacific Blue #119ECB
RGB
CMYK
RGB Variations
Color information
#119ECB (or 0x119ECB) is known color: Pacific Blue. HEX triplet: 11, 9E and CB. RGB value is (17,158,203). Sum of RGB (Red+Green+Blue) = 17+158+203=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #119ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ECB is #EE6134. Grayscale: #787878. Windows color (decimal): -15622453 or 13344273. OLE color: 13344273.
HSL color Cylindrical-coordinate representation of color #119ECB: hue angle of 194.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ECB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 158 | 203 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.20 |
| HSL | 194.52º | 0.85% | 0.43% | - |
| HSV(B) | 194.52º | 0.92% | 0.8% | - |
| XYZ | 23.24 | 28.88 | 60.85 | - |
| YUV | 120.97 | 174.29 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 203 | 0.92 | 0.22 | 0 | 0.20 | 194.52 | 0.85 | 0.43 |
| Hex | 11 | 9E | CB | 5C | 16 | 0 | 14 | C3 | 55 | 2B |
| Octal | 21 | 236 | 313 | 134 | 26 | 0 | 24 | 303 | 125 | 53 |
| Binary | 10001 | 10011110 | 11001011 | 1011100 | 10110 | 0 | 10100 | 11000011 | 1010101 | 101011 |
Color Harmonies of #119ECB
Complementary color
Monochromatic Colors of #119ECB
Black with #119ECB
Text Example
Text Example
White with #119ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ECB; }
p { color: rgb(17,158,203); }
H1.HeaderClassName
{
color: #119ECB;
}
.AnyTagClassName
{
color: #119ECB;
}
</style>
background-color css
<style>
a { background-color: #119ECB; }
a { background-color: rgb(17,158,203); }
div.DivClassName
{
background-color: #119ECB;
}
.BgClassName
{
background-color: #119ECB;
}
</style>
border-color css
<style>
span { border-color: #119ECB; }
span { border-color: rgb(17,158,203); }
td.TdClassName
{
border-color: #119ECB;
}
.TagClassName
{
border-color: #119ECB;
}
</style>