Shades of Pacific Blue #109BC5
Tints of Pacific Blue #109BC5
RGB
CMYK
RGB Variations
Color information
#109BC5 (or 0x109BC5) is known color: Pacific Blue. HEX triplet: 10, 9B and C5. RGB value is (16,155,197). Sum of RGB (Red+Green+Blue) = 16+155+197=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #109BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BC5 is #EF643A. Grayscale: #757575. Windows color (decimal): -15688763 or 12950288. OLE color: 12950288.
HSL color Cylindrical-coordinate representation of color #109BC5: hue angle of 193.92º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BC5 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 155 | 197 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.23 |
| HSL | 193.92º | 0.85% | 0.42% | - |
| HSV(B) | 193.92º | 0.92% | 0.77% | - |
| XYZ | 22.01 | 27.58 | 56.99 | - |
| YUV | 118.23 | 172.45 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 197 | 0.92 | 0.21 | 0 | 0.23 | 193.92 | 0.85 | 0.42 |
| Hex | 10 | 9B | C5 | 5C | 15 | 0 | 17 | C2 | 55 | 2A |
| Octal | 20 | 233 | 305 | 134 | 25 | 0 | 27 | 302 | 125 | 52 |
| Binary | 10000 | 10011011 | 11000101 | 1011100 | 10101 | 0 | 10111 | 11000010 | 1010101 | 101010 |
Color Harmonies of #109BC5
Complementary color
Monochromatic Colors of #109BC5
Black with #109BC5
Text Example
Text Example
White with #109BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BC5; }
p { color: rgb(16,155,197); }
H1.HeaderClassName
{
color: #109BC5;
}
.AnyTagClassName
{
color: #109BC5;
}
</style>
background-color css
<style>
a { background-color: #109BC5; }
a { background-color: rgb(16,155,197); }
div.DivClassName
{
background-color: #109BC5;
}
.BgClassName
{
background-color: #109BC5;
}
</style>
border-color css
<style>
span { border-color: #109BC5; }
span { border-color: rgb(16,155,197); }
td.TdClassName
{
border-color: #109BC5;
}
.TagClassName
{
border-color: #109BC5;
}
</style>