Shades of Pacific Blue #109BBD
Tints of Pacific Blue #109BBD
RGB
CMYK
RGB Variations
Color information
#109BBD (or 0x109BBD) is known color: Pacific Blue. HEX triplet: 10, 9B and BD. RGB value is (16,155,189). Sum of RGB (Red+Green+Blue) = 16+155+189=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #109BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BBD is #EF6442. Grayscale: #757575. Windows color (decimal): -15688771 or 12426000. OLE color: 12426000.
HSL color Cylindrical-coordinate representation of color #109BBD: hue angle of 191.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BBD is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 155 | 189 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.26 |
| HSL | 191.79º | 0.84% | 0.4% | - |
| HSV(B) | 191.79º | 0.92% | 0.74% | - |
| XYZ | 21.12 | 27.23 | 52.29 | - |
| YUV | 117.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 189 | 0.92 | 0.18 | 0 | 0.26 | 191.79 | 0.84 | 0.4 |
| Hex | 10 | 9B | BD | 5C | 12 | 0 | 1A | C0 | 54 | 28 |
| Octal | 20 | 233 | 275 | 134 | 22 | 0 | 32 | 300 | 124 | 50 |
| Binary | 10000 | 10011011 | 10111101 | 1011100 | 10010 | 0 | 11010 | 11000000 | 1010100 | 101000 |
Color Harmonies of #109BBD
Complementary color
Monochromatic Colors of #109BBD
Black with #109BBD
Text Example
Text Example
White with #109BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BBD; }
p { color: rgb(16,155,189); }
H1.HeaderClassName
{
color: #109BBD;
}
.AnyTagClassName
{
color: #109BBD;
}
</style>
background-color css
<style>
a { background-color: #109BBD; }
a { background-color: rgb(16,155,189); }
div.DivClassName
{
background-color: #109BBD;
}
.BgClassName
{
background-color: #109BBD;
}
</style>
border-color css
<style>
span { border-color: #109BBD; }
span { border-color: rgb(16,155,189); }
td.TdClassName
{
border-color: #109BBD;
}
.TagClassName
{
border-color: #109BBD;
}
</style>