Shades of Pacific Blue #109FCE
Tints of Pacific Blue #109FCE
RGB
CMYK
RGB Variations
Color information
#109FCE (or 0x109FCE) is known color: Pacific Blue. HEX triplet: 10, 9F and CE. RGB value is (16,159,206). Sum of RGB (Red+Green+Blue) = 16+159+206=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #109FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FCE is #EF6031. Grayscale: #797979. Windows color (decimal): -15687730 or 13541136. OLE color: 13541136.
HSL color Cylindrical-coordinate representation of color #109FCE: hue angle of 194.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109FCE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 159 | 206 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.19 |
| HSL | 194.84º | 0.86% | 0.44% | - |
| HSV(B) | 194.84º | 0.92% | 0.81% | - |
| XYZ | 23.75 | 29.36 | 62.81 | - |
| YUV | 121.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 206 | 0.92 | 0.23 | 0 | 0.19 | 194.84 | 0.86 | 0.44 |
| Hex | 10 | 9F | CE | 5C | 17 | 0 | 13 | C3 | 56 | 2C |
| Octal | 20 | 237 | 316 | 134 | 27 | 0 | 23 | 303 | 126 | 54 |
| Binary | 10000 | 10011111 | 11001110 | 1011100 | 10111 | 0 | 10011 | 11000011 | 1010110 | 101100 |
Color Harmonies of #109FCE
Complementary color
Monochromatic Colors of #109FCE
Black with #109FCE
Text Example
Text Example
White with #109FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FCE; }
p { color: rgb(16,159,206); }
H1.HeaderClassName
{
color: #109FCE;
}
.AnyTagClassName
{
color: #109FCE;
}
</style>
background-color css
<style>
a { background-color: #109FCE; }
a { background-color: rgb(16,159,206); }
div.DivClassName
{
background-color: #109FCE;
}
.BgClassName
{
background-color: #109FCE;
}
</style>
border-color css
<style>
span { border-color: #109FCE; }
span { border-color: rgb(16,159,206); }
td.TdClassName
{
border-color: #109FCE;
}
.TagClassName
{
border-color: #109FCE;
}
</style>