Shades of Pacific Blue #109DD0
Tints of Pacific Blue #109DD0
RGB
CMYK
RGB Variations
Color information
#109DD0 (or 0x109DD0) is known color: Pacific Blue. HEX triplet: 10, 9D and D0. RGB value is (16,157,208). Sum of RGB (Red+Green+Blue) = 16+157+208=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #109DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DD0 is #EF622F. Grayscale: #787878. Windows color (decimal): -15688240 or 13671696. OLE color: 13671696.
HSL color Cylindrical-coordinate representation of color #109DD0: hue angle of 195.94º 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 #109DD0 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 157 | 208 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.18 |
| HSL | 195.94º | 0.86% | 0.44% | - |
| HSV(B) | 195.94º | 0.92% | 0.82% | - |
| XYZ | 23.66 | 28.78 | 63.98 | - |
| YUV | 120.66 | 177.29 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 208 | 0.92 | 0.25 | 0 | 0.18 | 195.94 | 0.86 | 0.44 |
| Hex | 10 | 9D | D0 | 5C | 19 | 0 | 12 | C4 | 56 | 2C |
| Octal | 20 | 235 | 320 | 134 | 31 | 0 | 22 | 304 | 126 | 54 |
| Binary | 10000 | 10011101 | 11010000 | 1011100 | 11001 | 0 | 10010 | 11000100 | 1010110 | 101100 |
Color Harmonies of #109DD0
Complementary color
Monochromatic Colors of #109DD0
Black with #109DD0
Text Example
Text Example
White with #109DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DD0; }
p { color: rgb(16,157,208); }
H1.HeaderClassName
{
color: #109DD0;
}
.AnyTagClassName
{
color: #109DD0;
}
</style>
background-color css
<style>
a { background-color: #109DD0; }
a { background-color: rgb(16,157,208); }
div.DivClassName
{
background-color: #109DD0;
}
.BgClassName
{
background-color: #109DD0;
}
</style>
border-color css
<style>
span { border-color: #109DD0; }
span { border-color: rgb(16,157,208); }
td.TdClassName
{
border-color: #109DD0;
}
.TagClassName
{
border-color: #109DD0;
}
</style>