Shades of Pacific Blue #109ED5
Tints of Pacific Blue #109ED5
RGB
CMYK
RGB Variations
Color information
#109ED5 (or 0x109ED5) is known color: Pacific Blue. HEX triplet: 10, 9E and D5. RGB value is (16,158,213). Sum of RGB (Red+Green+Blue) = 16+158+213=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #109ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ED5 is #EF612A. Grayscale: #797979. Windows color (decimal): -15687979 or 13999632. OLE color: 13999632.
HSL color Cylindrical-coordinate representation of color #109ED5: hue angle of 196.75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ED5 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 158 | 213 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.16 |
| HSL | 196.75º | 0.86% | 0.45% | - |
| HSV(B) | 196.75º | 0.92% | 0.84% | - |
| XYZ | 24.45 | 29.37 | 67.33 | - |
| YUV | 121.81 | 179.46 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 213 | 0.92 | 0.26 | 0 | 0.16 | 196.75 | 0.86 | 0.45 |
| Hex | 10 | 9E | D5 | 5C | 1A | 0 | 10 | C5 | 56 | 2D |
| Octal | 20 | 236 | 325 | 134 | 32 | 0 | 20 | 305 | 126 | 55 |
| Binary | 10000 | 10011110 | 11010101 | 1011100 | 11010 | 0 | 10000 | 11000101 | 1010110 | 101101 |
Color Harmonies of #109ED5
Complementary color
Monochromatic Colors of #109ED5
Black with #109ED5
Text Example
Text Example
White with #109ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ED5; }
p { color: rgb(16,158,213); }
H1.HeaderClassName
{
color: #109ED5;
}
.AnyTagClassName
{
color: #109ED5;
}
</style>
background-color css
<style>
a { background-color: #109ED5; }
a { background-color: rgb(16,158,213); }
div.DivClassName
{
background-color: #109ED5;
}
.BgClassName
{
background-color: #109ED5;
}
</style>
border-color css
<style>
span { border-color: #109ED5; }
span { border-color: rgb(16,158,213); }
td.TdClassName
{
border-color: #109ED5;
}
.TagClassName
{
border-color: #109ED5;
}
</style>