Shades of Pacific Blue #119ED0
Tints of Pacific Blue #119ED0
RGB
CMYK
RGB Variations
Color information
#119ED0 (or 0x119ED0) is known color: Pacific Blue. HEX triplet: 11, 9E and D0. RGB value is (17,158,208). Sum of RGB (Red+Green+Blue) = 17+158+208=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #119ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ED0 is #EE612F. Grayscale: #797979. Windows color (decimal): -15622448 or 13671953. OLE color: 13671953.
HSL color Cylindrical-coordinate representation of color #119ED0: hue angle of 195.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ED0 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 158 | 208 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.18 |
| HSL | 195.71º | 0.85% | 0.44% | - |
| HSV(B) | 195.71º | 0.92% | 0.82% | - |
| XYZ | 23.84 | 29.13 | 64.04 | - |
| YUV | 121.54 | 176.79 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 208 | 0.92 | 0.24 | 0 | 0.18 | 195.71 | 0.85 | 0.44 |
| Hex | 11 | 9E | D0 | 5C | 18 | 0 | 12 | C4 | 55 | 2C |
| Octal | 21 | 236 | 320 | 134 | 30 | 0 | 22 | 304 | 125 | 54 |
| Binary | 10001 | 10011110 | 11010000 | 1011100 | 11000 | 0 | 10010 | 11000100 | 1010101 | 101100 |
Color Harmonies of #119ED0
Complementary color
Monochromatic Colors of #119ED0
Black with #119ED0
Text Example
Text Example
White with #119ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ED0; }
p { color: rgb(17,158,208); }
H1.HeaderClassName
{
color: #119ED0;
}
.AnyTagClassName
{
color: #119ED0;
}
</style>
background-color css
<style>
a { background-color: #119ED0; }
a { background-color: rgb(17,158,208); }
div.DivClassName
{
background-color: #119ED0;
}
.BgClassName
{
background-color: #119ED0;
}
</style>
border-color css
<style>
span { border-color: #119ED0; }
span { border-color: rgb(17,158,208); }
td.TdClassName
{
border-color: #119ED0;
}
.TagClassName
{
border-color: #119ED0;
}
</style>