Shades of Pacific Blue #118FD1
Tints of Pacific Blue #118FD1
RGB
CMYK
RGB Variations
Color information
#118FD1 (or 0x118FD1) is known color: Pacific Blue. HEX triplet: 11, 8F and D1. RGB value is (17,143,209). Sum of RGB (Red+Green+Blue) = 17+143+209=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #118FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FD1 is #EE702E. Grayscale: #707070. Windows color (decimal): -15626287 or 13733649. OLE color: 13733649.
HSL color Cylindrical-coordinate representation of color #118FD1: hue angle of 200.62º 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 #118FD1 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 143 | 209 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.18 |
| HSL | 200.63º | 0.85% | 0.44% | - |
| HSV(B) | 200.63º | 0.92% | 0.82% | - |
| XYZ | 21.56 | 24.37 | 63.89 | - |
| YUV | 112.85 | 182.26 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 209 | 0.92 | 0.32 | 0 | 0.18 | 200.63 | 0.85 | 0.44 |
| Hex | 11 | 8F | D1 | 5C | 20 | 0 | 12 | C9 | 55 | 2C |
| Octal | 21 | 217 | 321 | 134 | 40 | 0 | 22 | 311 | 125 | 54 |
| Binary | 10001 | 10001111 | 11010001 | 1011100 | 100000 | 0 | 10010 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118FD1
Complementary color
Monochromatic Colors of #118FD1
Black with #118FD1
Text Example
Text Example
White with #118FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FD1; }
p { color: rgb(17,143,209); }
H1.HeaderClassName
{
color: #118FD1;
}
.AnyTagClassName
{
color: #118FD1;
}
</style>
background-color css
<style>
a { background-color: #118FD1; }
a { background-color: rgb(17,143,209); }
div.DivClassName
{
background-color: #118FD1;
}
.BgClassName
{
background-color: #118FD1;
}
</style>
border-color css
<style>
span { border-color: #118FD1; }
span { border-color: rgb(17,143,209); }
td.TdClassName
{
border-color: #118FD1;
}
.TagClassName
{
border-color: #118FD1;
}
</style>