Shades of Pacific Blue #109BDB
Tints of Pacific Blue #109BDB
RGB
CMYK
RGB Variations
Color information
#109BDB (or 0x109BDB) is known color: Pacific Blue. HEX triplet: 10, 9B and DB. RGB value is (16,155,219). Sum of RGB (Red+Green+Blue) = 16+155+219=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #109BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BDB is #EF6424. Grayscale: #787878. Windows color (decimal): -15688741 or 14392080. OLE color: 14392080.
HSL color Cylindrical-coordinate representation of color #109BDB: hue angle of 198.92º 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 #109BDB is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 155 | 219 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.14 |
| HSL | 198.92º | 0.86% | 0.46% | - |
| HSV(B) | 198.92º | 0.93% | 0.86% | - |
| XYZ | 24.72 | 28.67 | 71.25 | - |
| YUV | 120.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 219 | 0.93 | 0.29 | 0 | 0.14 | 198.92 | 0.86 | 0.46 |
| Hex | 10 | 9B | DB | 5D | 1D | 0 | E | C7 | 56 | 2E |
| Octal | 20 | 233 | 333 | 135 | 35 | 0 | 16 | 307 | 126 | 56 |
| Binary | 10000 | 10011011 | 11011011 | 1011101 | 11101 | 0 | 1110 | 11000111 | 1010110 | 101110 |
Color Harmonies of #109BDB
Complementary color
Monochromatic Colors of #109BDB
Black with #109BDB
Text Example
Text Example
White with #109BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BDB; }
p { color: rgb(16,155,219); }
H1.HeaderClassName
{
color: #109BDB;
}
.AnyTagClassName
{
color: #109BDB;
}
</style>
background-color css
<style>
a { background-color: #109BDB; }
a { background-color: rgb(16,155,219); }
div.DivClassName
{
background-color: #109BDB;
}
.BgClassName
{
background-color: #109BDB;
}
</style>
border-color css
<style>
span { border-color: #109BDB; }
span { border-color: rgb(16,155,219); }
td.TdClassName
{
border-color: #109BDB;
}
.TagClassName
{
border-color: #109BDB;
}
</style>