Shades of Pacific Blue #109FDD
Tints of Pacific Blue #109FDD
RGB
CMYK
RGB Variations
Color information
#109FDD (or 0x109FDD) is known color: Pacific Blue. HEX triplet: 10, 9F and DD. RGB value is (16,159,221). Sum of RGB (Red+Green+Blue) = 16+159+221=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #109FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FDD is #EF6022. Grayscale: #7A7A7A. Windows color (decimal): -15687715 or 14524176. OLE color: 14524176.
HSL color Cylindrical-coordinate representation of color #109FDD: hue angle of 198.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FDD is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 159 | 221 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.13 |
| HSL | 198.15º | 0.86% | 0.46% | - |
| HSV(B) | 198.15º | 0.93% | 0.87% | - |
| XYZ | 25.66 | 30.13 | 72.87 | - |
| YUV | 123.31 | 183.12 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 221 | 0.93 | 0.28 | 0 | 0.13 | 198.15 | 0.86 | 0.46 |
| Hex | 10 | 9F | DD | 5D | 1C | 0 | D | C6 | 56 | 2E |
| Octal | 20 | 237 | 335 | 135 | 34 | 0 | 15 | 306 | 126 | 56 |
| Binary | 10000 | 10011111 | 11011101 | 1011101 | 11100 | 0 | 1101 | 11000110 | 1010110 | 101110 |
Color Harmonies of #109FDD
Complementary color
Monochromatic Colors of #109FDD
Black with #109FDD
Text Example
Text Example
White with #109FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FDD; }
p { color: rgb(16,159,221); }
H1.HeaderClassName
{
color: #109FDD;
}
.AnyTagClassName
{
color: #109FDD;
}
</style>
background-color css
<style>
a { background-color: #109FDD; }
a { background-color: rgb(16,159,221); }
div.DivClassName
{
background-color: #109FDD;
}
.BgClassName
{
background-color: #109FDD;
}
</style>
border-color css
<style>
span { border-color: #109FDD; }
span { border-color: rgb(16,159,221); }
td.TdClassName
{
border-color: #109FDD;
}
.TagClassName
{
border-color: #109FDD;
}
</style>