Shades of Pacific Blue #109DDF
Tints of Pacific Blue #109DDF
RGB
CMYK
RGB Variations
Color information
#109DDF (or 0x109DDF) is known color: Pacific Blue. HEX triplet: 10, 9D and DF. RGB value is (16,157,223). Sum of RGB (Red+Green+Blue) = 16+157+223=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #109DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDF is #EF6220. Grayscale: #797979. Windows color (decimal): -15688225 or 14654736. OLE color: 14654736.
HSL color Cylindrical-coordinate representation of color #109DDF: hue angle of 199.13º 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 #109DDF is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 157 | 223 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.13 |
| HSL | 199.13º | 0.87% | 0.47% | - |
| HSV(B) | 199.13º | 0.93% | 0.87% | - |
| XYZ | 25.59 | 29.55 | 74.17 | - |
| YUV | 122.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 223 | 0.93 | 0.30 | 0 | 0.13 | 199.13 | 0.87 | 0.47 |
| Hex | 10 | 9D | DF | 5D | 1E | 0 | D | C7 | 57 | 2F |
| Octal | 20 | 235 | 337 | 135 | 36 | 0 | 15 | 307 | 127 | 57 |
| Binary | 10000 | 10011101 | 11011111 | 1011101 | 11110 | 0 | 1101 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109DDF
Complementary color
Monochromatic Colors of #109DDF
Black with #109DDF
Text Example
Text Example
White with #109DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DDF; }
p { color: rgb(16,157,223); }
H1.HeaderClassName
{
color: #109DDF;
}
.AnyTagClassName
{
color: #109DDF;
}
</style>
background-color css
<style>
a { background-color: #109DDF; }
a { background-color: rgb(16,157,223); }
div.DivClassName
{
background-color: #109DDF;
}
.BgClassName
{
background-color: #109DDF;
}
</style>
border-color css
<style>
span { border-color: #109DDF; }
span { border-color: rgb(16,157,223); }
td.TdClassName
{
border-color: #109DDF;
}
.TagClassName
{
border-color: #109DDF;
}
</style>