Shades of Pacific Blue #109DBB
Tints of Pacific Blue #109DBB
RGB
CMYK
RGB Variations
Color information
#109DBB (or 0x109DBB) is known color: Pacific Blue. HEX triplet: 10, 9D and BB. RGB value is (16,157,187). Sum of RGB (Red+Green+Blue) = 16+157+187=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #109DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DBB is #EF6244. Grayscale: #767676. Windows color (decimal): -15688261 or 12295440. OLE color: 12295440.
HSL color Cylindrical-coordinate representation of color #109DBB: hue angle of 190.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109DBB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 157 | 187 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.27 |
| HSL | 190.53º | 0.84% | 0.4% | - |
| HSV(B) | 190.53º | 0.91% | 0.73% | - |
| XYZ | 21.24 | 27.81 | 51.26 | - |
| YUV | 118.26 | 166.79 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 187 | 0.91 | 0.16 | 0 | 0.27 | 190.53 | 0.84 | 0.4 |
| Hex | 10 | 9D | BB | 5B | 10 | 0 | 1B | BF | 54 | 28 |
| Octal | 20 | 235 | 273 | 133 | 20 | 0 | 33 | 277 | 124 | 50 |
| Binary | 10000 | 10011101 | 10111011 | 1011011 | 10000 | 0 | 11011 | 10111111 | 1010100 | 101000 |
Color Harmonies of #109DBB
Complementary color
Monochromatic Colors of #109DBB
Black with #109DBB
Text Example
Text Example
White with #109DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DBB; }
p { color: rgb(16,157,187); }
H1.HeaderClassName
{
color: #109DBB;
}
.AnyTagClassName
{
color: #109DBB;
}
</style>
background-color css
<style>
a { background-color: #109DBB; }
a { background-color: rgb(16,157,187); }
div.DivClassName
{
background-color: #109DBB;
}
.BgClassName
{
background-color: #109DBB;
}
</style>
border-color css
<style>
span { border-color: #109DBB; }
span { border-color: rgb(16,157,187); }
td.TdClassName
{
border-color: #109DBB;
}
.TagClassName
{
border-color: #109DBB;
}
</style>