Shades of Pacific Blue #109BC6
Tints of Pacific Blue #109BC6
RGB
CMYK
RGB Variations
Color information
#109BC6 (or 0x109BC6) is known color: Pacific Blue. HEX triplet: 10, 9B and C6. RGB value is (16,155,198). Sum of RGB (Red+Green+Blue) = 16+155+198=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #109BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BC6 is #EF6439. Grayscale: #767676. Windows color (decimal): -15688762 or 13015824. OLE color: 13015824.
HSL color Cylindrical-coordinate representation of color #109BC6: hue angle of 194.18º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BC6 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 155 | 198 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.22 |
| HSL | 194.18º | 0.85% | 0.42% | - |
| HSV(B) | 194.18º | 0.92% | 0.78% | - |
| XYZ | 22.13 | 27.63 | 57.59 | - |
| YUV | 118.34 | 172.95 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 198 | 0.92 | 0.22 | 0 | 0.22 | 194.18 | 0.85 | 0.42 |
| Hex | 10 | 9B | C6 | 5C | 16 | 0 | 16 | C2 | 55 | 2A |
| Octal | 20 | 233 | 306 | 134 | 26 | 0 | 26 | 302 | 125 | 52 |
| Binary | 10000 | 10011011 | 11000110 | 1011100 | 10110 | 0 | 10110 | 11000010 | 1010101 | 101010 |
Color Harmonies of #109BC6
Complementary color
Monochromatic Colors of #109BC6
Black with #109BC6
Text Example
Text Example
White with #109BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BC6; }
p { color: rgb(16,155,198); }
H1.HeaderClassName
{
color: #109BC6;
}
.AnyTagClassName
{
color: #109BC6;
}
</style>
background-color css
<style>
a { background-color: #109BC6; }
a { background-color: rgb(16,155,198); }
div.DivClassName
{
background-color: #109BC6;
}
.BgClassName
{
background-color: #109BC6;
}
</style>
border-color css
<style>
span { border-color: #109BC6; }
span { border-color: rgb(16,155,198); }
td.TdClassName
{
border-color: #109BC6;
}
.TagClassName
{
border-color: #109BC6;
}
</style>