Shades of Pacific Blue #1188DA
Tints of Pacific Blue #1188DA
RGB
CMYK
RGB Variations
Color information
#1188DA (or 0x1188DA) is known color: Pacific Blue. HEX triplet: 11, 88 and DA. RGB value is (17,136,218). Sum of RGB (Red+Green+Blue) = 17+136+218=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #1188DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188DA is #EE7725. Grayscale: #6D6D6D. Windows color (decimal): -15628070 or 14321681. OLE color: 14321681.
HSL color Cylindrical-coordinate representation of color #1188DA: hue angle of 204.48º degrees, saturation: 0.86, 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 #1188DA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 136 | 218 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.15 |
| HSL | 204.48º | 0.86% | 0.46% | - |
| HSV(B) | 204.48º | 0.92% | 0.85% | - |
| XYZ | 21.69 | 22.79 | 69.59 | - |
| YUV | 109.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 218 | 0.92 | 0.38 | 0 | 0.15 | 204.48 | 0.86 | 0.46 |
| Hex | 11 | 88 | DA | 5C | 26 | 0 | F | CC | 56 | 2E |
| Octal | 21 | 210 | 332 | 134 | 46 | 0 | 17 | 314 | 126 | 56 |
| Binary | 10001 | 10001000 | 11011010 | 1011100 | 100110 | 0 | 1111 | 11001100 | 1010110 | 101110 |
Color Harmonies of #1188DA
Complementary color
Monochromatic Colors of #1188DA
Black with #1188DA
Text Example
Text Example
White with #1188DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188DA; }
p { color: rgb(17,136,218); }
H1.HeaderClassName
{
color: #1188DA;
}
.AnyTagClassName
{
color: #1188DA;
}
</style>
background-color css
<style>
a { background-color: #1188DA; }
a { background-color: rgb(17,136,218); }
div.DivClassName
{
background-color: #1188DA;
}
.BgClassName
{
background-color: #1188DA;
}
</style>
border-color css
<style>
span { border-color: #1188DA; }
span { border-color: rgb(17,136,218); }
td.TdClassName
{
border-color: #1188DA;
}
.TagClassName
{
border-color: #1188DA;
}
</style>