Shades of Pacific Blue #109EC0
Tints of Pacific Blue #109EC0
RGB
CMYK
RGB Variations
Color information
#109EC0 (or 0x109EC0) is known color: Pacific Blue. HEX triplet: 10, 9E and C0. RGB value is (16,158,192). Sum of RGB (Red+Green+Blue) = 16+158+192=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #109EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EC0 is #EF613F. Grayscale: #777777. Windows color (decimal): -15688000 or 12623376. OLE color: 12623376.
HSL color Cylindrical-coordinate representation of color #109EC0: hue angle of 191.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109EC0 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 158 | 192 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.25 |
| HSL | 191.59º | 0.85% | 0.41% | - |
| HSV(B) | 191.59º | 0.92% | 0.75% | - |
| XYZ | 21.95 | 28.37 | 54.19 | - |
| YUV | 119.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 192 | 0.92 | 0.18 | 0 | 0.25 | 191.59 | 0.85 | 0.41 |
| Hex | 10 | 9E | C0 | 5C | 12 | 0 | 19 | C0 | 55 | 29 |
| Octal | 20 | 236 | 300 | 134 | 22 | 0 | 31 | 300 | 125 | 51 |
| Binary | 10000 | 10011110 | 11000000 | 1011100 | 10010 | 0 | 11001 | 11000000 | 1010101 | 101001 |
Color Harmonies of #109EC0
Complementary color
Monochromatic Colors of #109EC0
Black with #109EC0
Text Example
Text Example
White with #109EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EC0; }
p { color: rgb(16,158,192); }
H1.HeaderClassName
{
color: #109EC0;
}
.AnyTagClassName
{
color: #109EC0;
}
</style>
background-color css
<style>
a { background-color: #109EC0; }
a { background-color: rgb(16,158,192); }
div.DivClassName
{
background-color: #109EC0;
}
.BgClassName
{
background-color: #109EC0;
}
</style>
border-color css
<style>
span { border-color: #109EC0; }
span { border-color: rgb(16,158,192); }
td.TdClassName
{
border-color: #109EC0;
}
.TagClassName
{
border-color: #109EC0;
}
</style>