Shades of Pacific Blue #109BC0
Tints of Pacific Blue #109BC0
RGB
CMYK
RGB Variations
Color information
#109BC0 (or 0x109BC0) is known color: Pacific Blue. HEX triplet: 10, 9B and C0. RGB value is (16,155,192). Sum of RGB (Red+Green+Blue) = 16+155+192=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #109BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BC0 is #EF643F. Grayscale: #757575. Windows color (decimal): -15688768 or 12622608. OLE color: 12622608.
HSL color Cylindrical-coordinate representation of color #109BC0: hue angle of 192.61º 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 #109BC0 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 155 | 192 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.25 |
| HSL | 192.61º | 0.85% | 0.41% | - |
| HSV(B) | 192.61º | 0.92% | 0.75% | - |
| XYZ | 21.45 | 27.36 | 54.02 | - |
| YUV | 117.66 | 169.95 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 192 | 0.92 | 0.19 | 0 | 0.25 | 192.61 | 0.85 | 0.41 |
| Hex | 10 | 9B | C0 | 5C | 13 | 0 | 19 | C1 | 55 | 29 |
| Octal | 20 | 233 | 300 | 134 | 23 | 0 | 31 | 301 | 125 | 51 |
| Binary | 10000 | 10011011 | 11000000 | 1011100 | 10011 | 0 | 11001 | 11000001 | 1010101 | 101001 |
Color Harmonies of #109BC0
Complementary color
Monochromatic Colors of #109BC0
Black with #109BC0
Text Example
Text Example
White with #109BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BC0; }
p { color: rgb(16,155,192); }
H1.HeaderClassName
{
color: #109BC0;
}
.AnyTagClassName
{
color: #109BC0;
}
</style>
background-color css
<style>
a { background-color: #109BC0; }
a { background-color: rgb(16,155,192); }
div.DivClassName
{
background-color: #109BC0;
}
.BgClassName
{
background-color: #109BC0;
}
</style>
border-color css
<style>
span { border-color: #109BC0; }
span { border-color: rgb(16,155,192); }
td.TdClassName
{
border-color: #109BC0;
}
.TagClassName
{
border-color: #109BC0;
}
</style>