Shades of Pacific Blue #109FDF
Tints of Pacific Blue #109FDF
RGB
CMYK
RGB Variations
Color information
#109FDF (or 0x109FDF) is known color: Pacific Blue. HEX triplet: 10, 9F and DF. RGB value is (16,159,223). Sum of RGB (Red+Green+Blue) = 16+159+223=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #109FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FDF is #EF6020. Grayscale: #7B7B7B. Windows color (decimal): -15687713 or 14655248. OLE color: 14655248.
HSL color Cylindrical-coordinate representation of color #109FDF: hue angle of 198.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FDF is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 159 | 223 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.13 |
| HSL | 198.55º | 0.87% | 0.47% | - |
| HSV(B) | 198.55º | 0.93% | 0.87% | - |
| XYZ | 25.93 | 30.23 | 74.28 | - |
| YUV | 123.54 | 184.12 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 223 | 0.93 | 0.29 | 0 | 0.13 | 198.55 | 0.87 | 0.47 |
| Hex | 10 | 9F | DF | 5D | 1D | 0 | D | C7 | 57 | 2F |
| Octal | 20 | 237 | 337 | 135 | 35 | 0 | 15 | 307 | 127 | 57 |
| Binary | 10000 | 10011111 | 11011111 | 1011101 | 11101 | 0 | 1101 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109FDF
Complementary color
Monochromatic Colors of #109FDF
Black with #109FDF
Text Example
Text Example
White with #109FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FDF; }
p { color: rgb(16,159,223); }
H1.HeaderClassName
{
color: #109FDF;
}
.AnyTagClassName
{
color: #109FDF;
}
</style>
background-color css
<style>
a { background-color: #109FDF; }
a { background-color: rgb(16,159,223); }
div.DivClassName
{
background-color: #109FDF;
}
.BgClassName
{
background-color: #109FDF;
}
</style>
border-color css
<style>
span { border-color: #109FDF; }
span { border-color: rgb(16,159,223); }
td.TdClassName
{
border-color: #109FDF;
}
.TagClassName
{
border-color: #109FDF;
}
</style>