Shades of Pacific Blue #109FC7
Tints of Pacific Blue #109FC7
RGB
CMYK
RGB Variations
Color information
#109FC7 (or 0x109FC7) is known color: Pacific Blue. HEX triplet: 10, 9F and C7. RGB value is (16,159,199). Sum of RGB (Red+Green+Blue) = 16+159+199=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #109FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FC7 is #EF6038. Grayscale: #787878. Windows color (decimal): -15687737 or 13082384. OLE color: 13082384.
HSL color Cylindrical-coordinate representation of color #109FC7: hue angle of 193.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109FC7 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 159 | 199 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.22 |
| HSL | 193.11º | 0.85% | 0.42% | - |
| HSV(B) | 193.11º | 0.92% | 0.78% | - |
| XYZ | 22.92 | 29.03 | 58.43 | - |
| YUV | 120.8 | 172.12 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 199 | 0.92 | 0.20 | 0 | 0.22 | 193.11 | 0.85 | 0.42 |
| Hex | 10 | 9F | C7 | 5C | 14 | 0 | 16 | C1 | 55 | 2A |
| Octal | 20 | 237 | 307 | 134 | 24 | 0 | 26 | 301 | 125 | 52 |
| Binary | 10000 | 10011111 | 11000111 | 1011100 | 10100 | 0 | 10110 | 11000001 | 1010101 | 101010 |
Color Harmonies of #109FC7
Complementary color
Monochromatic Colors of #109FC7
Black with #109FC7
Text Example
Text Example
White with #109FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FC7; }
p { color: rgb(16,159,199); }
H1.HeaderClassName
{
color: #109FC7;
}
.AnyTagClassName
{
color: #109FC7;
}
</style>
background-color css
<style>
a { background-color: #109FC7; }
a { background-color: rgb(16,159,199); }
div.DivClassName
{
background-color: #109FC7;
}
.BgClassName
{
background-color: #109FC7;
}
</style>
border-color css
<style>
span { border-color: #109FC7; }
span { border-color: rgb(16,159,199); }
td.TdClassName
{
border-color: #109FC7;
}
.TagClassName
{
border-color: #109FC7;
}
</style>