Shades of Pacific Blue #1096CC
Tints of Pacific Blue #1096CC
RGB
CMYK
RGB Variations
Color information
#1096CC (or 0x1096CC) is known color: Pacific Blue. HEX triplet: 10, 96 and CC. RGB value is (16,150,204). Sum of RGB (Red+Green+Blue) = 16+150+204=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #1096CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096CC is #EF6933. Grayscale: #737373. Windows color (decimal): -15690036 or 13407760. OLE color: 13407760.
HSL color Cylindrical-coordinate representation of color #1096CC: hue angle of 197.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096CC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 150 | 204 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.2 |
| HSL | 197.23º | 0.85% | 0.43% | - |
| HSV(B) | 197.23º | 0.92% | 0.8% | - |
| XYZ | 22.02 | 26.28 | 61.04 | - |
| YUV | 116.09 | 177.61 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 204 | 0.92 | 0.26 | 0 | 0.2 | 197.23 | 0.85 | 0.43 |
| Hex | 10 | 96 | CC | 5C | 1A | 0 | 14 | C5 | 55 | 2B |
| Octal | 20 | 226 | 314 | 134 | 32 | 0 | 24 | 305 | 125 | 53 |
| Binary | 10000 | 10010110 | 11001100 | 1011100 | 11010 | 0 | 10100 | 11000101 | 1010101 | 101011 |
Color Harmonies of #1096CC
Complementary color
Monochromatic Colors of #1096CC
Black with #1096CC
Text Example
Text Example
White with #1096CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096CC; }
p { color: rgb(16,150,204); }
H1.HeaderClassName
{
color: #1096CC;
}
.AnyTagClassName
{
color: #1096CC;
}
</style>
background-color css
<style>
a { background-color: #1096CC; }
a { background-color: rgb(16,150,204); }
div.DivClassName
{
background-color: #1096CC;
}
.BgClassName
{
background-color: #1096CC;
}
</style>
border-color css
<style>
span { border-color: #1096CC; }
span { border-color: rgb(16,150,204); }
td.TdClassName
{
border-color: #1096CC;
}
.TagClassName
{
border-color: #1096CC;
}
</style>