Shades of Pacific Blue #118FD6
Tints of Pacific Blue #118FD6
RGB
CMYK
RGB Variations
Color information
#118FD6 (or 0x118FD6) is known color: Pacific Blue. HEX triplet: 11, 8F and D6. RGB value is (17,143,214). Sum of RGB (Red+Green+Blue) = 17+143+214=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #118FD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FD6 is #EE7029. Grayscale: #717171. Windows color (decimal): -15626282 or 14061329. OLE color: 14061329.
HSL color Cylindrical-coordinate representation of color #118FD6: hue angle of 201.62º 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 #118FD6 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 143 | 214 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.16 |
| HSL | 201.62º | 0.85% | 0.45% | - |
| HSV(B) | 201.62º | 0.92% | 0.84% | - |
| XYZ | 22.19 | 24.62 | 67.2 | - |
| YUV | 113.42 | 184.76 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 214 | 0.92 | 0.33 | 0 | 0.16 | 201.62 | 0.85 | 0.45 |
| Hex | 11 | 8F | D6 | 5C | 21 | 0 | 10 | CA | 55 | 2D |
| Octal | 21 | 217 | 326 | 134 | 41 | 0 | 20 | 312 | 125 | 55 |
| Binary | 10001 | 10001111 | 11010110 | 1011100 | 100001 | 0 | 10000 | 11001010 | 1010101 | 101101 |
Color Harmonies of #118FD6
Complementary color
Monochromatic Colors of #118FD6
Black with #118FD6
Text Example
Text Example
White with #118FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FD6; }
p { color: rgb(17,143,214); }
H1.HeaderClassName
{
color: #118FD6;
}
.AnyTagClassName
{
color: #118FD6;
}
</style>
background-color css
<style>
a { background-color: #118FD6; }
a { background-color: rgb(17,143,214); }
div.DivClassName
{
background-color: #118FD6;
}
.BgClassName
{
background-color: #118FD6;
}
</style>
border-color css
<style>
span { border-color: #118FD6; }
span { border-color: rgb(17,143,214); }
td.TdClassName
{
border-color: #118FD6;
}
.TagClassName
{
border-color: #118FD6;
}
</style>