Shades of Pacific Blue #1188D1
Tints of Pacific Blue #1188D1
RGB
CMYK
RGB Variations
Color information
#1188D1 (or 0x1188D1) is known color: Pacific Blue. HEX triplet: 11, 88 and D1. RGB value is (17,136,209). Sum of RGB (Red+Green+Blue) = 17+136+209=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #1188D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188D1 is #EE772E. Grayscale: #6C6C6C. Windows color (decimal): -15628079 or 13731857. OLE color: 13731857.
HSL color Cylindrical-coordinate representation of color #1188D1: hue angle of 202.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1188D1 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 136 | 209 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.18 |
| HSL | 202.81º | 0.85% | 0.44% | - |
| HSV(B) | 202.81º | 0.92% | 0.82% | - |
| XYZ | 20.54 | 22.33 | 63.55 | - |
| YUV | 108.74 | 184.58 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 209 | 0.92 | 0.35 | 0 | 0.18 | 202.81 | 0.85 | 0.44 |
| Hex | 11 | 88 | D1 | 5C | 23 | 0 | 12 | CB | 55 | 2C |
| Octal | 21 | 210 | 321 | 134 | 43 | 0 | 22 | 313 | 125 | 54 |
| Binary | 10001 | 10001000 | 11010001 | 1011100 | 100011 | 0 | 10010 | 11001011 | 1010101 | 101100 |
Color Harmonies of #1188D1
Complementary color
Monochromatic Colors of #1188D1
Black with #1188D1
Text Example
Text Example
White with #1188D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188D1; }
p { color: rgb(17,136,209); }
H1.HeaderClassName
{
color: #1188D1;
}
.AnyTagClassName
{
color: #1188D1;
}
</style>
background-color css
<style>
a { background-color: #1188D1; }
a { background-color: rgb(17,136,209); }
div.DivClassName
{
background-color: #1188D1;
}
.BgClassName
{
background-color: #1188D1;
}
</style>
border-color css
<style>
span { border-color: #1188D1; }
span { border-color: rgb(17,136,209); }
td.TdClassName
{
border-color: #1188D1;
}
.TagClassName
{
border-color: #1188D1;
}
</style>