Shades of Pacific Blue #109FC3
Tints of Pacific Blue #109FC3
RGB
CMYK
RGB Variations
Color information
#109FC3 (or 0x109FC3) is known color: Pacific Blue. HEX triplet: 10, 9F and C3. RGB value is (16,159,195). Sum of RGB (Red+Green+Blue) = 16+159+195=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #109FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FC3 is #EF603C. Grayscale: #787878. Windows color (decimal): -15687741 or 12820240. OLE color: 12820240.
HSL color Cylindrical-coordinate representation of color #109FC3: hue angle of 192.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109FC3 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 159 | 195 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.24 |
| HSL | 192.07º | 0.85% | 0.41% | - |
| HSV(B) | 192.07º | 0.92% | 0.76% | - |
| XYZ | 22.46 | 28.85 | 56.01 | - |
| YUV | 120.35 | 170.12 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 195 | 0.92 | 0.18 | 0 | 0.24 | 192.07 | 0.85 | 0.41 |
| Hex | 10 | 9F | C3 | 5C | 12 | 0 | 18 | C0 | 55 | 29 |
| Octal | 20 | 237 | 303 | 134 | 22 | 0 | 30 | 300 | 125 | 51 |
| Binary | 10000 | 10011111 | 11000011 | 1011100 | 10010 | 0 | 11000 | 11000000 | 1010101 | 101001 |
Color Harmonies of #109FC3
Complementary color
Monochromatic Colors of #109FC3
Black with #109FC3
Text Example
Text Example
White with #109FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FC3; }
p { color: rgb(16,159,195); }
H1.HeaderClassName
{
color: #109FC3;
}
.AnyTagClassName
{
color: #109FC3;
}
</style>
background-color css
<style>
a { background-color: #109FC3; }
a { background-color: rgb(16,159,195); }
div.DivClassName
{
background-color: #109FC3;
}
.BgClassName
{
background-color: #109FC3;
}
</style>
border-color css
<style>
span { border-color: #109FC3; }
span { border-color: rgb(16,159,195); }
td.TdClassName
{
border-color: #109FC3;
}
.TagClassName
{
border-color: #109FC3;
}
</style>