Shades of Pacific Blue #109DD4
Tints of Pacific Blue #109DD4
RGB
CMYK
RGB Variations
Color information
#109DD4 (or 0x109DD4) is known color: Pacific Blue. HEX triplet: 10, 9D and D4. RGB value is (16,157,212). Sum of RGB (Red+Green+Blue) = 16+157+212=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #109DD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DD4 is #EF622B. Grayscale: #787878. Windows color (decimal): -15688236 or 13933840. OLE color: 13933840.
HSL color Cylindrical-coordinate representation of color #109DD4: hue angle of 196.84º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109DD4 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 157 | 212 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.17 |
| HSL | 196.84º | 0.86% | 0.45% | - |
| HSV(B) | 196.84º | 0.92% | 0.83% | - |
| XYZ | 24.15 | 28.98 | 66.61 | - |
| YUV | 121.11 | 179.29 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 212 | 0.92 | 0.26 | 0 | 0.17 | 196.84 | 0.86 | 0.45 |
| Hex | 10 | 9D | D4 | 5C | 1A | 0 | 11 | C5 | 56 | 2D |
| Octal | 20 | 235 | 324 | 134 | 32 | 0 | 21 | 305 | 126 | 55 |
| Binary | 10000 | 10011101 | 11010100 | 1011100 | 11010 | 0 | 10001 | 11000101 | 1010110 | 101101 |
Color Harmonies of #109DD4
Complementary color
Monochromatic Colors of #109DD4
Black with #109DD4
Text Example
Text Example
White with #109DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DD4; }
p { color: rgb(16,157,212); }
H1.HeaderClassName
{
color: #109DD4;
}
.AnyTagClassName
{
color: #109DD4;
}
</style>
background-color css
<style>
a { background-color: #109DD4; }
a { background-color: rgb(16,157,212); }
div.DivClassName
{
background-color: #109DD4;
}
.BgClassName
{
background-color: #109DD4;
}
</style>
border-color css
<style>
span { border-color: #109DD4; }
span { border-color: rgb(16,157,212); }
td.TdClassName
{
border-color: #109DD4;
}
.TagClassName
{
border-color: #109DD4;
}
</style>