Shades of Pacific Blue #119ECD
Tints of Pacific Blue #119ECD
RGB
CMYK
RGB Variations
Color information
#119ECD (or 0x119ECD) is known color: Pacific Blue. HEX triplet: 11, 9E and CD. RGB value is (17,158,205). Sum of RGB (Red+Green+Blue) = 17+158+205=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #119ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ECD is #EE6132. Grayscale: #787878. Windows color (decimal): -15622451 or 13475345. OLE color: 13475345.
HSL color Cylindrical-coordinate representation of color #119ECD: hue angle of 195º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ECD is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 158 | 205 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.20 |
| HSL | 195º | 0.85% | 0.44% | - |
| HSV(B) | 195º | 0.92% | 0.8% | - |
| XYZ | 23.48 | 28.98 | 62.11 | - |
| YUV | 121.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 205 | 0.92 | 0.23 | 0 | 0.20 | 195 | 0.85 | 0.44 |
| Hex | 11 | 9E | CD | 5C | 17 | 0 | 14 | C3 | 55 | 2C |
| Octal | 21 | 236 | 315 | 134 | 27 | 0 | 24 | 303 | 125 | 54 |
| Binary | 10001 | 10011110 | 11001101 | 1011100 | 10111 | 0 | 10100 | 11000011 | 1010101 | 101100 |
Color Harmonies of #119ECD
Complementary color
Monochromatic Colors of #119ECD
Black with #119ECD
Text Example
Text Example
White with #119ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ECD; }
p { color: rgb(17,158,205); }
H1.HeaderClassName
{
color: #119ECD;
}
.AnyTagClassName
{
color: #119ECD;
}
</style>
background-color css
<style>
a { background-color: #119ECD; }
a { background-color: rgb(17,158,205); }
div.DivClassName
{
background-color: #119ECD;
}
.BgClassName
{
background-color: #119ECD;
}
</style>
border-color css
<style>
span { border-color: #119ECD; }
span { border-color: rgb(17,158,205); }
td.TdClassName
{
border-color: #119ECD;
}
.TagClassName
{
border-color: #119ECD;
}
</style>