Shades of Pacific Blue #109BBE
Tints of Pacific Blue #109BBE
RGB
CMYK
RGB Variations
Color information
#109BBE (or 0x109BBE) is known color: Pacific Blue. HEX triplet: 10, 9B and BE. RGB value is (16,155,190). Sum of RGB (Red+Green+Blue) = 16+155+190=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #109BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BBE is #EF6441. Grayscale: #757575. Windows color (decimal): -15688770 or 12491536. OLE color: 12491536.
HSL color Cylindrical-coordinate representation of color #109BBE: hue angle of 192.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BBE is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 155 | 190 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.25 |
| HSL | 192.07º | 0.84% | 0.4% | - |
| HSV(B) | 192.07º | 0.92% | 0.75% | - |
| XYZ | 21.23 | 27.27 | 52.86 | - |
| YUV | 117.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 190 | 0.92 | 0.18 | 0 | 0.25 | 192.07 | 0.84 | 0.4 |
| Hex | 10 | 9B | BE | 5C | 12 | 0 | 19 | C0 | 54 | 28 |
| Octal | 20 | 233 | 276 | 134 | 22 | 0 | 31 | 300 | 124 | 50 |
| Binary | 10000 | 10011011 | 10111110 | 1011100 | 10010 | 0 | 11001 | 11000000 | 1010100 | 101000 |
Color Harmonies of #109BBE
Complementary color
Monochromatic Colors of #109BBE
Black with #109BBE
Text Example
Text Example
White with #109BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BBE; }
p { color: rgb(16,155,190); }
H1.HeaderClassName
{
color: #109BBE;
}
.AnyTagClassName
{
color: #109BBE;
}
</style>
background-color css
<style>
a { background-color: #109BBE; }
a { background-color: rgb(16,155,190); }
div.DivClassName
{
background-color: #109BBE;
}
.BgClassName
{
background-color: #109BBE;
}
</style>
border-color css
<style>
span { border-color: #109BBE; }
span { border-color: rgb(16,155,190); }
td.TdClassName
{
border-color: #109BBE;
}
.TagClassName
{
border-color: #109BBE;
}
</style>