Shades of Pacific Blue #109DBF
Tints of Pacific Blue #109DBF
RGB
CMYK
RGB Variations
Color information
#109DBF (or 0x109DBF) is known color: Pacific Blue. HEX triplet: 10, 9D and BF. RGB value is (16,157,191). Sum of RGB (Red+Green+Blue) = 16+157+191=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #109DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DBF is #EF6240. Grayscale: #767676. Windows color (decimal): -15688257 or 12557584. OLE color: 12557584.
HSL color Cylindrical-coordinate representation of color #109DBF: hue angle of 191.66º 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 #109DBF is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 157 | 191 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.25 |
| HSL | 191.66º | 0.85% | 0.41% | - |
| HSV(B) | 191.66º | 0.92% | 0.75% | - |
| XYZ | 21.67 | 27.99 | 53.55 | - |
| YUV | 118.72 | 168.79 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 191 | 0.92 | 0.18 | 0 | 0.25 | 191.66 | 0.85 | 0.41 |
| Hex | 10 | 9D | BF | 5C | 12 | 0 | 19 | C0 | 55 | 29 |
| Octal | 20 | 235 | 277 | 134 | 22 | 0 | 31 | 300 | 125 | 51 |
| Binary | 10000 | 10011101 | 10111111 | 1011100 | 10010 | 0 | 11001 | 11000000 | 1010101 | 101001 |
Color Harmonies of #109DBF
Complementary color
Monochromatic Colors of #109DBF
Black with #109DBF
Text Example
Text Example
White with #109DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DBF; }
p { color: rgb(16,157,191); }
H1.HeaderClassName
{
color: #109DBF;
}
.AnyTagClassName
{
color: #109DBF;
}
</style>
background-color css
<style>
a { background-color: #109DBF; }
a { background-color: rgb(16,157,191); }
div.DivClassName
{
background-color: #109DBF;
}
.BgClassName
{
background-color: #109DBF;
}
</style>
border-color css
<style>
span { border-color: #109DBF; }
span { border-color: rgb(16,157,191); }
td.TdClassName
{
border-color: #109DBF;
}
.TagClassName
{
border-color: #109DBF;
}
</style>