Shades of Pacific Blue #109ED7
Tints of Pacific Blue #109ED7
RGB
CMYK
RGB Variations
Color information
#109ED7 (or 0x109ED7) is known color: Pacific Blue. HEX triplet: 10, 9E and D7. RGB value is (16,158,215). Sum of RGB (Red+Green+Blue) = 16+158+215=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #109ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ED7 is #EF6128. Grayscale: #797979. Windows color (decimal): -15687977 or 14130704. OLE color: 14130704.
HSL color Cylindrical-coordinate representation of color #109ED7: hue angle of 197.19º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109ED7 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 158 | 215 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.16 |
| HSL | 197.19º | 0.86% | 0.45% | - |
| HSV(B) | 197.19º | 0.93% | 0.84% | - |
| XYZ | 24.71 | 29.47 | 68.68 | - |
| YUV | 122.04 | 180.46 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 215 | 0.93 | 0.27 | 0 | 0.16 | 197.19 | 0.86 | 0.45 |
| Hex | 10 | 9E | D7 | 5D | 1B | 0 | 10 | C5 | 56 | 2D |
| Octal | 20 | 236 | 327 | 135 | 33 | 0 | 20 | 305 | 126 | 55 |
| Binary | 10000 | 10011110 | 11010111 | 1011101 | 11011 | 0 | 10000 | 11000101 | 1010110 | 101101 |
Color Harmonies of #109ED7
Complementary color
Monochromatic Colors of #109ED7
Black with #109ED7
Text Example
Text Example
White with #109ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ED7; }
p { color: rgb(16,158,215); }
H1.HeaderClassName
{
color: #109ED7;
}
.AnyTagClassName
{
color: #109ED7;
}
</style>
background-color css
<style>
a { background-color: #109ED7; }
a { background-color: rgb(16,158,215); }
div.DivClassName
{
background-color: #109ED7;
}
.BgClassName
{
background-color: #109ED7;
}
</style>
border-color css
<style>
span { border-color: #109ED7; }
span { border-color: rgb(16,158,215); }
td.TdClassName
{
border-color: #109ED7;
}
.TagClassName
{
border-color: #109ED7;
}
</style>