Shades of Pacific Blue #109BD1
Tints of Pacific Blue #109BD1
RGB
CMYK
RGB Variations
Color information
#109BD1 (or 0x109BD1) is known color: Pacific Blue. HEX triplet: 10, 9B and D1. RGB value is (16,155,209). Sum of RGB (Red+Green+Blue) = 16+155+209=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #109BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BD1 is #EF642E. Grayscale: #777777. Windows color (decimal): -15688751 or 13736720. OLE color: 13736720.
HSL color Cylindrical-coordinate representation of color #109BD1: hue angle of 196.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BD1 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 155 | 209 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.18 |
| HSL | 196.79º | 0.86% | 0.44% | - |
| HSV(B) | 196.79º | 0.92% | 0.82% | - |
| XYZ | 23.44 | 28.16 | 64.52 | - |
| YUV | 119.6 | 178.45 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 209 | 0.92 | 0.26 | 0 | 0.18 | 196.79 | 0.86 | 0.44 |
| Hex | 10 | 9B | D1 | 5C | 1A | 0 | 12 | C5 | 56 | 2C |
| Octal | 20 | 233 | 321 | 134 | 32 | 0 | 22 | 305 | 126 | 54 |
| Binary | 10000 | 10011011 | 11010001 | 1011100 | 11010 | 0 | 10010 | 11000101 | 1010110 | 101100 |
Color Harmonies of #109BD1
Complementary color
Monochromatic Colors of #109BD1
Black with #109BD1
Text Example
Text Example
White with #109BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BD1; }
p { color: rgb(16,155,209); }
H1.HeaderClassName
{
color: #109BD1;
}
.AnyTagClassName
{
color: #109BD1;
}
</style>
background-color css
<style>
a { background-color: #109BD1; }
a { background-color: rgb(16,155,209); }
div.DivClassName
{
background-color: #109BD1;
}
.BgClassName
{
background-color: #109BD1;
}
</style>
border-color css
<style>
span { border-color: #109BD1; }
span { border-color: rgb(16,155,209); }
td.TdClassName
{
border-color: #109BD1;
}
.TagClassName
{
border-color: #109BD1;
}
</style>