Shades of Pacific Blue #108BDB
Tints of Pacific Blue #108BDB
RGB
CMYK
RGB Variations
Color information
#108BDB (or 0x108BDB) is known color: Pacific Blue. HEX triplet: 10, 8B and DB. RGB value is (16,139,219). Sum of RGB (Red+Green+Blue) = 16+139+219=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #108BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BDB is #EF7424. Grayscale: #6E6E6E. Windows color (decimal): -15692837 or 14387984. OLE color: 14387984.
HSL color Cylindrical-coordinate representation of color #108BDB: hue angle of 203.65º 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 #108BDB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 139 | 219 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.14 |
| HSL | 203.65º | 0.86% | 0.46% | - |
| HSV(B) | 203.65º | 0.93% | 0.86% | - |
| XYZ | 22.23 | 23.69 | 70.42 | - |
| YUV | 111.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 219 | 0.93 | 0.37 | 0 | 0.14 | 203.65 | 0.86 | 0.46 |
| Hex | 10 | 8B | DB | 5D | 25 | 0 | E | CC | 56 | 2E |
| Octal | 20 | 213 | 333 | 135 | 45 | 0 | 16 | 314 | 126 | 56 |
| Binary | 10000 | 10001011 | 11011011 | 1011101 | 100101 | 0 | 1110 | 11001100 | 1010110 | 101110 |
Color Harmonies of #108BDB
Complementary color
Monochromatic Colors of #108BDB
Black with #108BDB
Text Example
Text Example
White with #108BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BDB; }
p { color: rgb(16,139,219); }
H1.HeaderClassName
{
color: #108BDB;
}
.AnyTagClassName
{
color: #108BDB;
}
</style>
background-color css
<style>
a { background-color: #108BDB; }
a { background-color: rgb(16,139,219); }
div.DivClassName
{
background-color: #108BDB;
}
.BgClassName
{
background-color: #108BDB;
}
</style>
border-color css
<style>
span { border-color: #108BDB; }
span { border-color: rgb(16,139,219); }
td.TdClassName
{
border-color: #108BDB;
}
.TagClassName
{
border-color: #108BDB;
}
</style>