Shades of Pacific Blue #109AD9
Tints of Pacific Blue #109AD9
RGB
CMYK
RGB Variations
Color information
#109AD9 (or 0x109AD9) is known color: Pacific Blue. HEX triplet: 10, 9A and D9. RGB value is (16,154,217). Sum of RGB (Red+Green+Blue) = 16+154+217=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #109AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD9 is #EF6526. Grayscale: #777777. Windows color (decimal): -15688999 or 14260752. OLE color: 14260752.
HSL color Cylindrical-coordinate representation of color #109AD9: hue angle of 198.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109AD9 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 154 | 217 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.15 |
| HSL | 198.81º | 0.86% | 0.46% | - |
| HSV(B) | 198.81º | 0.93% | 0.85% | - |
| XYZ | 24.29 | 28.23 | 69.81 | - |
| YUV | 119.92 | 182.78 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 217 | 0.93 | 0.29 | 0 | 0.15 | 198.81 | 0.86 | 0.46 |
| Hex | 10 | 9A | D9 | 5D | 1D | 0 | F | C7 | 56 | 2E |
| Octal | 20 | 232 | 331 | 135 | 35 | 0 | 17 | 307 | 126 | 56 |
| Binary | 10000 | 10011010 | 11011001 | 1011101 | 11101 | 0 | 1111 | 11000111 | 1010110 | 101110 |
Color Harmonies of #109AD9
Complementary color
Monochromatic Colors of #109AD9
Black with #109AD9
Text Example
Text Example
White with #109AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AD9; }
p { color: rgb(16,154,217); }
H1.HeaderClassName
{
color: #109AD9;
}
.AnyTagClassName
{
color: #109AD9;
}
</style>
background-color css
<style>
a { background-color: #109AD9; }
a { background-color: rgb(16,154,217); }
div.DivClassName
{
background-color: #109AD9;
}
.BgClassName
{
background-color: #109AD9;
}
</style>
border-color css
<style>
span { border-color: #109AD9; }
span { border-color: rgb(16,154,217); }
td.TdClassName
{
border-color: #109AD9;
}
.TagClassName
{
border-color: #109AD9;
}
</style>