Shades of Pacific Blue #109BDF
Tints of Pacific Blue #109BDF
RGB
CMYK
RGB Variations
Color information
#109BDF (or 0x109BDF) is known color: Pacific Blue. HEX triplet: 10, 9B and DF. RGB value is (16,155,223). Sum of RGB (Red+Green+Blue) = 16+155+223=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #109BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BDF is #EF6420. Grayscale: #787878. Windows color (decimal): -15688737 or 14654224. OLE color: 14654224.
HSL color Cylindrical-coordinate representation of color #109BDF: hue angle of 199.71º 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 #109BDF is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 155 | 223 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.13 |
| HSL | 199.71º | 0.87% | 0.47% | - |
| HSV(B) | 199.71º | 0.93% | 0.87% | - |
| XYZ | 25.25 | 28.88 | 74.06 | - |
| YUV | 121.19 | 185.45 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 223 | 0.93 | 0.30 | 0 | 0.13 | 199.71 | 0.87 | 0.47 |
| Hex | 10 | 9B | DF | 5D | 1E | 0 | D | C8 | 57 | 2F |
| Octal | 20 | 233 | 337 | 135 | 36 | 0 | 15 | 310 | 127 | 57 |
| Binary | 10000 | 10011011 | 11011111 | 1011101 | 11110 | 0 | 1101 | 11001000 | 1010111 | 101111 |
Color Harmonies of #109BDF
Complementary color
Monochromatic Colors of #109BDF
Black with #109BDF
Text Example
Text Example
White with #109BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BDF; }
p { color: rgb(16,155,223); }
H1.HeaderClassName
{
color: #109BDF;
}
.AnyTagClassName
{
color: #109BDF;
}
</style>
background-color css
<style>
a { background-color: #109BDF; }
a { background-color: rgb(16,155,223); }
div.DivClassName
{
background-color: #109BDF;
}
.BgClassName
{
background-color: #109BDF;
}
</style>
border-color css
<style>
span { border-color: #109BDF; }
span { border-color: rgb(16,155,223); }
td.TdClassName
{
border-color: #109BDF;
}
.TagClassName
{
border-color: #109BDF;
}
</style>