Shades of Pacific Blue #1196CB
Tints of Pacific Blue #1196CB
RGB
CMYK
RGB Variations
Color information
#1196CB (or 0x1196CB) is known color: Pacific Blue. HEX triplet: 11, 96 and CB. RGB value is (17,150,203). Sum of RGB (Red+Green+Blue) = 17+150+203=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #1196CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196CB is #EE6934. Grayscale: #737373. Windows color (decimal): -15624501 or 13342225. OLE color: 13342225.
HSL color Cylindrical-coordinate representation of color #1196CB: hue angle of 197.1º 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 #1196CB is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 150 | 203 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.20 |
| HSL | 197.1º | 0.85% | 0.43% | - |
| HSV(B) | 197.1º | 0.92% | 0.8% | - |
| XYZ | 21.92 | 26.24 | 60.41 | - |
| YUV | 116.28 | 176.94 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 203 | 0.92 | 0.26 | 0 | 0.20 | 197.1 | 0.85 | 0.43 |
| Hex | 11 | 96 | CB | 5C | 1A | 0 | 14 | C5 | 55 | 2B |
| Octal | 21 | 226 | 313 | 134 | 32 | 0 | 24 | 305 | 125 | 53 |
| Binary | 10001 | 10010110 | 11001011 | 1011100 | 11010 | 0 | 10100 | 11000101 | 1010101 | 101011 |
Color Harmonies of #1196CB
Complementary color
Monochromatic Colors of #1196CB
Black with #1196CB
Text Example
Text Example
White with #1196CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1196CB; }
p { color: rgb(17,150,203); }
H1.HeaderClassName
{
color: #1196CB;
}
.AnyTagClassName
{
color: #1196CB;
}
</style>
background-color css
<style>
a { background-color: #1196CB; }
a { background-color: rgb(17,150,203); }
div.DivClassName
{
background-color: #1196CB;
}
.BgClassName
{
background-color: #1196CB;
}
</style>
border-color css
<style>
span { border-color: #1196CB; }
span { border-color: rgb(17,150,203); }
td.TdClassName
{
border-color: #1196CB;
}
.TagClassName
{
border-color: #1196CB;
}
</style>