Shades of Pacific Blue #109FDB
Tints of Pacific Blue #109FDB
RGB
CMYK
RGB Variations
Color information
#109FDB (or 0x109FDB) is known color: Pacific Blue. HEX triplet: 10, 9F and DB. RGB value is (16,159,219). Sum of RGB (Red+Green+Blue) = 16+159+219=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #109FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FDB is #EF6024. Grayscale: #7A7A7A. Windows color (decimal): -15687717 or 14393104. OLE color: 14393104.
HSL color Cylindrical-coordinate representation of color #109FDB: hue angle of 197.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FDB is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 159 | 219 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.14 |
| HSL | 197.73º | 0.86% | 0.46% | - |
| HSV(B) | 197.73º | 0.93% | 0.86% | - |
| XYZ | 25.4 | 30.02 | 71.47 | - |
| YUV | 123.08 | 182.12 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 219 | 0.93 | 0.27 | 0 | 0.14 | 197.73 | 0.86 | 0.46 |
| Hex | 10 | 9F | DB | 5D | 1B | 0 | E | C6 | 56 | 2E |
| Octal | 20 | 237 | 333 | 135 | 33 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10000 | 10011111 | 11011011 | 1011101 | 11011 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #109FDB
Complementary color
Monochromatic Colors of #109FDB
Black with #109FDB
Text Example
Text Example
White with #109FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FDB; }
p { color: rgb(16,159,219); }
H1.HeaderClassName
{
color: #109FDB;
}
.AnyTagClassName
{
color: #109FDB;
}
</style>
background-color css
<style>
a { background-color: #109FDB; }
a { background-color: rgb(16,159,219); }
div.DivClassName
{
background-color: #109FDB;
}
.BgClassName
{
background-color: #109FDB;
}
</style>
border-color css
<style>
span { border-color: #109FDB; }
span { border-color: rgb(16,159,219); }
td.TdClassName
{
border-color: #109FDB;
}
.TagClassName
{
border-color: #109FDB;
}
</style>