Shades of Pacific Blue #1096C7
Tints of Pacific Blue #1096C7
RGB
CMYK
RGB Variations
Color information
#1096C7 (or 0x1096C7) is known color: Pacific Blue. HEX triplet: 10, 96 and C7. RGB value is (16,150,199). Sum of RGB (Red+Green+Blue) = 16+150+199=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #1096C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096C7 is #EF6938. Grayscale: #737373. Windows color (decimal): -15690041 or 13080080. OLE color: 13080080.
HSL color Cylindrical-coordinate representation of color #1096C7: hue angle of 196.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096C7 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 150 | 199 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.22 |
| HSL | 196.07º | 0.85% | 0.42% | - |
| HSV(B) | 196.07º | 0.92% | 0.78% | - |
| XYZ | 21.43 | 26.05 | 57.93 | - |
| YUV | 115.52 | 175.11 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 199 | 0.92 | 0.25 | 0 | 0.22 | 196.07 | 0.85 | 0.42 |
| Hex | 10 | 96 | C7 | 5C | 19 | 0 | 16 | C4 | 55 | 2A |
| Octal | 20 | 226 | 307 | 134 | 31 | 0 | 26 | 304 | 125 | 52 |
| Binary | 10000 | 10010110 | 11000111 | 1011100 | 11001 | 0 | 10110 | 11000100 | 1010101 | 101010 |
Color Harmonies of #1096C7
Complementary color
Monochromatic Colors of #1096C7
Black with #1096C7
Text Example
Text Example
White with #1096C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096C7; }
p { color: rgb(16,150,199); }
H1.HeaderClassName
{
color: #1096C7;
}
.AnyTagClassName
{
color: #1096C7;
}
</style>
background-color css
<style>
a { background-color: #1096C7; }
a { background-color: rgb(16,150,199); }
div.DivClassName
{
background-color: #1096C7;
}
.BgClassName
{
background-color: #1096C7;
}
</style>
border-color css
<style>
span { border-color: #1096C7; }
span { border-color: rgb(16,150,199); }
td.TdClassName
{
border-color: #1096C7;
}
.TagClassName
{
border-color: #1096C7;
}
</style>