Shades of Pacific Blue #1096C5
Tints of Pacific Blue #1096C5
RGB
CMYK
RGB Variations
Color information
#1096C5 (or 0x1096C5) is known color: Pacific Blue. HEX triplet: 10, 96 and C5. RGB value is (16,150,197). Sum of RGB (Red+Green+Blue) = 16+150+197=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #1096C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096C5 is #EF693A. Grayscale: #727272. Windows color (decimal): -15690043 or 12949008. OLE color: 12949008.
HSL color Cylindrical-coordinate representation of color #1096C5: hue angle of 195.58º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096C5 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 150 | 197 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.23 |
| HSL | 195.58º | 0.85% | 0.42% | - |
| HSV(B) | 195.58º | 0.92% | 0.77% | - |
| XYZ | 21.2 | 25.95 | 56.72 | - |
| YUV | 115.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 197 | 0.92 | 0.24 | 0 | 0.23 | 195.58 | 0.85 | 0.42 |
| Hex | 10 | 96 | C5 | 5C | 18 | 0 | 17 | C4 | 55 | 2A |
| Octal | 20 | 226 | 305 | 134 | 30 | 0 | 27 | 304 | 125 | 52 |
| Binary | 10000 | 10010110 | 11000101 | 1011100 | 11000 | 0 | 10111 | 11000100 | 1010101 | 101010 |
Color Harmonies of #1096C5
Complementary color
Monochromatic Colors of #1096C5
Black with #1096C5
Text Example
Text Example
White with #1096C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096C5; }
p { color: rgb(16,150,197); }
H1.HeaderClassName
{
color: #1096C5;
}
.AnyTagClassName
{
color: #1096C5;
}
</style>
background-color css
<style>
a { background-color: #1096C5; }
a { background-color: rgb(16,150,197); }
div.DivClassName
{
background-color: #1096C5;
}
.BgClassName
{
background-color: #1096C5;
}
</style>
border-color css
<style>
span { border-color: #1096C5; }
span { border-color: rgb(16,150,197); }
td.TdClassName
{
border-color: #1096C5;
}
.TagClassName
{
border-color: #1096C5;
}
</style>