Shades of Pacific Blue #109EC2
Tints of Pacific Blue #109EC2
RGB
CMYK
RGB Variations
Color information
#109EC2 (or 0x109EC2) is known color: Pacific Blue. HEX triplet: 10, 9E and C2. RGB value is (16,158,194). Sum of RGB (Red+Green+Blue) = 16+158+194=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #109EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EC2 is #EF613D. Grayscale: #777777. Windows color (decimal): -15687998 or 12754448. OLE color: 12754448.
HSL color Cylindrical-coordinate representation of color #109EC2: hue angle of 192.13º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109EC2 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 158 | 194 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.24 |
| HSL | 192.13º | 0.85% | 0.41% | - |
| HSV(B) | 192.13º | 0.92% | 0.76% | - |
| XYZ | 22.18 | 28.46 | 55.36 | - |
| YUV | 119.65 | 169.96 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 194 | 0.92 | 0.19 | 0 | 0.24 | 192.13 | 0.85 | 0.41 |
| Hex | 10 | 9E | C2 | 5C | 13 | 0 | 18 | C0 | 55 | 29 |
| Octal | 20 | 236 | 302 | 134 | 23 | 0 | 30 | 300 | 125 | 51 |
| Binary | 10000 | 10011110 | 11000010 | 1011100 | 10011 | 0 | 11000 | 11000000 | 1010101 | 101001 |
Color Harmonies of #109EC2
Complementary color
Monochromatic Colors of #109EC2
Black with #109EC2
Text Example
Text Example
White with #109EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EC2; }
p { color: rgb(16,158,194); }
H1.HeaderClassName
{
color: #109EC2;
}
.AnyTagClassName
{
color: #109EC2;
}
</style>
background-color css
<style>
a { background-color: #109EC2; }
a { background-color: rgb(16,158,194); }
div.DivClassName
{
background-color: #109EC2;
}
.BgClassName
{
background-color: #109EC2;
}
</style>
border-color css
<style>
span { border-color: #109EC2; }
span { border-color: rgb(16,158,194); }
td.TdClassName
{
border-color: #109EC2;
}
.TagClassName
{
border-color: #109EC2;
}
</style>