Shades of Pacific Blue #119EC6
Tints of Pacific Blue #119EC6
RGB
CMYK
RGB Variations
Color information
#119EC6 (or 0x119EC6) is known color: Pacific Blue. HEX triplet: 11, 9E and C6. RGB value is (17,158,198). Sum of RGB (Red+Green+Blue) = 17+158+198=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #119EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EC6 is #EE6139. Grayscale: #787878. Windows color (decimal): -15622458 or 13016593. OLE color: 13016593.
HSL color Cylindrical-coordinate representation of color #119EC6: hue angle of 193.26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119EC6 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 158 | 198 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.22 |
| HSL | 193.26º | 0.84% | 0.42% | - |
| HSV(B) | 193.26º | 0.91% | 0.78% | - |
| XYZ | 22.65 | 28.65 | 57.76 | - |
| YUV | 120.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 198 | 0.91 | 0.20 | 0 | 0.22 | 193.26 | 0.84 | 0.42 |
| Hex | 11 | 9E | C6 | 5B | 14 | 0 | 16 | C1 | 54 | 2A |
| Octal | 21 | 236 | 306 | 133 | 24 | 0 | 26 | 301 | 124 | 52 |
| Binary | 10001 | 10011110 | 11000110 | 1011011 | 10100 | 0 | 10110 | 11000001 | 1010100 | 101010 |
Color Harmonies of #119EC6
Complementary color
Monochromatic Colors of #119EC6
Black with #119EC6
Text Example
Text Example
White with #119EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EC6; }
p { color: rgb(17,158,198); }
H1.HeaderClassName
{
color: #119EC6;
}
.AnyTagClassName
{
color: #119EC6;
}
</style>
background-color css
<style>
a { background-color: #119EC6; }
a { background-color: rgb(17,158,198); }
div.DivClassName
{
background-color: #119EC6;
}
.BgClassName
{
background-color: #119EC6;
}
</style>
border-color css
<style>
span { border-color: #119EC6; }
span { border-color: rgb(17,158,198); }
td.TdClassName
{
border-color: #119EC6;
}
.TagClassName
{
border-color: #119EC6;
}
</style>