Shades of Pacific Blue #1187D7
Tints of Pacific Blue #1187D7
RGB
CMYK
RGB Variations
Color information
#1187D7 (or 0x1187D7) is known color: Pacific Blue. HEX triplet: 11, 87 and D7. RGB value is (17,135,215). Sum of RGB (Red+Green+Blue) = 17+135+215=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #1187D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187D7 is #EE7828. Grayscale: #6C6C6C. Windows color (decimal): -15628329 or 14124817. OLE color: 14124817.
HSL color Cylindrical-coordinate representation of color #1187D7: hue angle of 204.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187D7 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 135 | 215 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.16 |
| HSL | 204.24º | 0.85% | 0.45% | - |
| HSV(B) | 204.24º | 0.92% | 0.84% | - |
| XYZ | 21.16 | 22.35 | 67.49 | - |
| YUV | 108.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 215 | 0.92 | 0.37 | 0 | 0.16 | 204.24 | 0.85 | 0.45 |
| Hex | 11 | 87 | D7 | 5C | 25 | 0 | 10 | CC | 55 | 2D |
| Octal | 21 | 207 | 327 | 134 | 45 | 0 | 20 | 314 | 125 | 55 |
| Binary | 10001 | 10000111 | 11010111 | 1011100 | 100101 | 0 | 10000 | 11001100 | 1010101 | 101101 |
Color Harmonies of #1187D7
Complementary color
Monochromatic Colors of #1187D7
Black with #1187D7
Text Example
Text Example
White with #1187D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187D7; }
p { color: rgb(17,135,215); }
H1.HeaderClassName
{
color: #1187D7;
}
.AnyTagClassName
{
color: #1187D7;
}
</style>
background-color css
<style>
a { background-color: #1187D7; }
a { background-color: rgb(17,135,215); }
div.DivClassName
{
background-color: #1187D7;
}
.BgClassName
{
background-color: #1187D7;
}
</style>
border-color css
<style>
span { border-color: #1187D7; }
span { border-color: rgb(17,135,215); }
td.TdClassName
{
border-color: #1187D7;
}
.TagClassName
{
border-color: #1187D7;
}
</style>