Shades of Pacific Blue #109FBC
Tints of Pacific Blue #109FBC
RGB
CMYK
RGB Variations
Color information
#109FBC (or 0x109FBC) is known color: Pacific Blue. HEX triplet: 10, 9F and BC. RGB value is (16,159,188). Sum of RGB (Red+Green+Blue) = 16+159+188=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #109FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FBC is #EF6043. Grayscale: #777777. Windows color (decimal): -15687748 or 12361488. OLE color: 12361488.
HSL color Cylindrical-coordinate representation of color #109FBC: hue angle of 190.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FBC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 159 | 188 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.26 |
| HSL | 190.12º | 0.84% | 0.4% | - |
| HSV(B) | 190.12º | 0.91% | 0.74% | - |
| XYZ | 21.69 | 28.54 | 51.94 | - |
| YUV | 119.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 188 | 0.91 | 0.15 | 0 | 0.26 | 190.12 | 0.84 | 0.4 |
| Hex | 10 | 9F | BC | 5B | F | 0 | 1A | BE | 54 | 28 |
| Octal | 20 | 237 | 274 | 133 | 17 | 0 | 32 | 276 | 124 | 50 |
| Binary | 10000 | 10011111 | 10111100 | 1011011 | 1111 | 0 | 11010 | 10111110 | 1010100 | 101000 |
Color Harmonies of #109FBC
Complementary color
Monochromatic Colors of #109FBC
Black with #109FBC
Text Example
Text Example
White with #109FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FBC; }
p { color: rgb(16,159,188); }
H1.HeaderClassName
{
color: #109FBC;
}
.AnyTagClassName
{
color: #109FBC;
}
</style>
background-color css
<style>
a { background-color: #109FBC; }
a { background-color: rgb(16,159,188); }
div.DivClassName
{
background-color: #109FBC;
}
.BgClassName
{
background-color: #109FBC;
}
</style>
border-color css
<style>
span { border-color: #109FBC; }
span { border-color: rgb(16,159,188); }
td.TdClassName
{
border-color: #109FBC;
}
.TagClassName
{
border-color: #109FBC;
}
</style>