Shades of Pacific Blue #109EC4
Tints of Pacific Blue #109EC4
RGB
CMYK
RGB Variations
Color information
#109EC4 (or 0x109EC4) is known color: Pacific Blue. HEX triplet: 10, 9E and C4. RGB value is (16,158,196). Sum of RGB (Red+Green+Blue) = 16+158+196=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #109EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EC4 is #EF613B. Grayscale: #777777. Windows color (decimal): -15687996 or 12885520. OLE color: 12885520.
HSL color Cylindrical-coordinate representation of color #109EC4: hue angle of 192.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109EC4 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 158 | 196 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.23 |
| HSL | 192.67º | 0.85% | 0.42% | - |
| HSV(B) | 192.67º | 0.92% | 0.77% | - |
| XYZ | 22.4 | 28.55 | 56.55 | - |
| YUV | 119.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 196 | 0.92 | 0.19 | 0 | 0.23 | 192.67 | 0.85 | 0.42 |
| Hex | 10 | 9E | C4 | 5C | 13 | 0 | 17 | C1 | 55 | 2A |
| Octal | 20 | 236 | 304 | 134 | 23 | 0 | 27 | 301 | 125 | 52 |
| Binary | 10000 | 10011110 | 11000100 | 1011100 | 10011 | 0 | 10111 | 11000001 | 1010101 | 101010 |
Color Harmonies of #109EC4
Complementary color
Monochromatic Colors of #109EC4
Black with #109EC4
Text Example
Text Example
White with #109EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EC4; }
p { color: rgb(16,158,196); }
H1.HeaderClassName
{
color: #109EC4;
}
.AnyTagClassName
{
color: #109EC4;
}
</style>
background-color css
<style>
a { background-color: #109EC4; }
a { background-color: rgb(16,158,196); }
div.DivClassName
{
background-color: #109EC4;
}
.BgClassName
{
background-color: #109EC4;
}
</style>
border-color css
<style>
span { border-color: #109EC4; }
span { border-color: rgb(16,158,196); }
td.TdClassName
{
border-color: #109EC4;
}
.TagClassName
{
border-color: #109EC4;
}
</style>