Shades of Pacific Blue #1194D8
Tints of Pacific Blue #1194D8
RGB
CMYK
RGB Variations
Color information
#1194D8 (or 0x1194D8) is known color: Pacific Blue. HEX triplet: 11, 94 and D8. RGB value is (17,148,216). Sum of RGB (Red+Green+Blue) = 17+148+216=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #1194D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194D8 is #EE6B27. Grayscale: #747474. Windows color (decimal): -15625000 or 14193681. OLE color: 14193681.
HSL color Cylindrical-coordinate representation of color #1194D8: hue angle of 200.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1194D8 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 148 | 216 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.15 |
| HSL | 200.5º | 0.85% | 0.46% | - |
| HSV(B) | 200.5º | 0.92% | 0.85% | - |
| XYZ | 23.22 | 26.26 | 68.81 | - |
| YUV | 116.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 216 | 0.92 | 0.31 | 0 | 0.15 | 200.5 | 0.85 | 0.46 |
| Hex | 11 | 94 | D8 | 5C | 1F | 0 | F | C9 | 55 | 2E |
| Octal | 21 | 224 | 330 | 134 | 37 | 0 | 17 | 311 | 125 | 56 |
| Binary | 10001 | 10010100 | 11011000 | 1011100 | 11111 | 0 | 1111 | 11001001 | 1010101 | 101110 |
Color Harmonies of #1194D8
Complementary color
Monochromatic Colors of #1194D8
Black with #1194D8
Text Example
Text Example
White with #1194D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194D8; }
p { color: rgb(17,148,216); }
H1.HeaderClassName
{
color: #1194D8;
}
.AnyTagClassName
{
color: #1194D8;
}
</style>
background-color css
<style>
a { background-color: #1194D8; }
a { background-color: rgb(17,148,216); }
div.DivClassName
{
background-color: #1194D8;
}
.BgClassName
{
background-color: #1194D8;
}
</style>
border-color css
<style>
span { border-color: #1194D8; }
span { border-color: rgb(17,148,216); }
td.TdClassName
{
border-color: #1194D8;
}
.TagClassName
{
border-color: #1194D8;
}
</style>