Shades of Pacific Blue #109EDF
Tints of Pacific Blue #109EDF
RGB
CMYK
RGB Variations
Color information
#109EDF (or 0x109EDF) is known color: Pacific Blue. HEX triplet: 10, 9E and DF. RGB value is (16,158,223). Sum of RGB (Red+Green+Blue) = 16+158+223=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #109EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EDF is #EF6120. Grayscale: #7A7A7A. Windows color (decimal): -15687969 or 14654992. OLE color: 14654992.
HSL color Cylindrical-coordinate representation of color #109EDF: hue angle of 198.84º 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 #109EDF is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 158 | 223 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.13 |
| HSL | 198.84º | 0.87% | 0.47% | - |
| HSV(B) | 198.84º | 0.93% | 0.87% | - |
| XYZ | 25.76 | 29.89 | 74.22 | - |
| YUV | 122.95 | 184.46 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 223 | 0.93 | 0.29 | 0 | 0.13 | 198.84 | 0.87 | 0.47 |
| Hex | 10 | 9E | DF | 5D | 1D | 0 | D | C7 | 57 | 2F |
| Octal | 20 | 236 | 337 | 135 | 35 | 0 | 15 | 307 | 127 | 57 |
| Binary | 10000 | 10011110 | 11011111 | 1011101 | 11101 | 0 | 1101 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109EDF
Complementary color
Monochromatic Colors of #109EDF
Black with #109EDF
Text Example
Text Example
White with #109EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EDF; }
p { color: rgb(16,158,223); }
H1.HeaderClassName
{
color: #109EDF;
}
.AnyTagClassName
{
color: #109EDF;
}
</style>
background-color css
<style>
a { background-color: #109EDF; }
a { background-color: rgb(16,158,223); }
div.DivClassName
{
background-color: #109EDF;
}
.BgClassName
{
background-color: #109EDF;
}
</style>
border-color css
<style>
span { border-color: #109EDF; }
span { border-color: rgb(16,158,223); }
td.TdClassName
{
border-color: #109EDF;
}
.TagClassName
{
border-color: #109EDF;
}
</style>