Shades of Pacific Blue #1096DC
Tints of Pacific Blue #1096DC
RGB
CMYK
RGB Variations
Color information
#1096DC (or 0x1096DC) is known color: Pacific Blue. HEX triplet: 10, 96 and DC. RGB value is (16,150,220). Sum of RGB (Red+Green+Blue) = 16+150+220=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1096DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096DC is #EF6923. Grayscale: #757575. Windows color (decimal): -15690020 or 14456336. OLE color: 14456336.
HSL color Cylindrical-coordinate representation of color #1096DC: hue angle of 200.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1096DC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 150 | 220 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.14 |
| HSL | 200.59º | 0.86% | 0.46% | - |
| HSV(B) | 200.59º | 0.93% | 0.86% | - |
| XYZ | 24.04 | 27.09 | 71.67 | - |
| YUV | 117.91 | 185.61 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 220 | 0.93 | 0.32 | 0 | 0.14 | 200.59 | 0.86 | 0.46 |
| Hex | 10 | 96 | DC | 5D | 20 | 0 | E | C9 | 56 | 2E |
| Octal | 20 | 226 | 334 | 135 | 40 | 0 | 16 | 311 | 126 | 56 |
| Binary | 10000 | 10010110 | 11011100 | 1011101 | 100000 | 0 | 1110 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1096DC
Complementary color
Monochromatic Colors of #1096DC
Black with #1096DC
Text Example
Text Example
White with #1096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096DC; }
p { color: rgb(16,150,220); }
H1.HeaderClassName
{
color: #1096DC;
}
.AnyTagClassName
{
color: #1096DC;
}
</style>
background-color css
<style>
a { background-color: #1096DC; }
a { background-color: rgb(16,150,220); }
div.DivClassName
{
background-color: #1096DC;
}
.BgClassName
{
background-color: #1096DC;
}
</style>
border-color css
<style>
span { border-color: #1096DC; }
span { border-color: rgb(16,150,220); }
td.TdClassName
{
border-color: #1096DC;
}
.TagClassName
{
border-color: #1096DC;
}
</style>