Shades of Pacific Blue #1187CE
Tints of Pacific Blue #1187CE
RGB
CMYK
RGB Variations
Color information
#1187CE (or 0x1187CE) is known color: Pacific Blue. HEX triplet: 11, 87 and CE. RGB value is (17,135,206). Sum of RGB (Red+Green+Blue) = 17+135+206=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #1187CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187CE is #EE7831. Grayscale: #6B6B6B. Windows color (decimal): -15628338 or 13534993. OLE color: 13534993.
HSL color Cylindrical-coordinate representation of color #1187CE: hue angle of 202.54º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187CE is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 135 | 206 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.19 |
| HSL | 202.54º | 0.85% | 0.44% | - |
| HSV(B) | 202.54º | 0.92% | 0.81% | - |
| XYZ | 20.04 | 21.9 | 61.56 | - |
| YUV | 107.81 | 183.41 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 206 | 0.92 | 0.34 | 0 | 0.19 | 202.54 | 0.85 | 0.44 |
| Hex | 11 | 87 | CE | 5C | 22 | 0 | 13 | CB | 55 | 2C |
| Octal | 21 | 207 | 316 | 134 | 42 | 0 | 23 | 313 | 125 | 54 |
| Binary | 10001 | 10000111 | 11001110 | 1011100 | 100010 | 0 | 10011 | 11001011 | 1010101 | 101100 |
Color Harmonies of #1187CE
Complementary color
Monochromatic Colors of #1187CE
Black with #1187CE
Text Example
Text Example
White with #1187CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187CE; }
p { color: rgb(17,135,206); }
H1.HeaderClassName
{
color: #1187CE;
}
.AnyTagClassName
{
color: #1187CE;
}
</style>
background-color css
<style>
a { background-color: #1187CE; }
a { background-color: rgb(17,135,206); }
div.DivClassName
{
background-color: #1187CE;
}
.BgClassName
{
background-color: #1187CE;
}
</style>
border-color css
<style>
span { border-color: #1187CE; }
span { border-color: rgb(17,135,206); }
td.TdClassName
{
border-color: #1187CE;
}
.TagClassName
{
border-color: #1187CE;
}
</style>