Shades of Pacific Blue #118ED0
Tints of Pacific Blue #118ED0
RGB
CMYK
RGB Variations
Color information
#118ED0 (or 0x118ED0) is known color: Pacific Blue. HEX triplet: 11, 8E and D0. RGB value is (17,142,208). Sum of RGB (Red+Green+Blue) = 17+142+208=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #118ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ED0 is #EE712F. Grayscale: #6F6F6F. Windows color (decimal): -15626544 or 13667857. OLE color: 13667857.
HSL color Cylindrical-coordinate representation of color #118ED0: hue angle of 200.73º 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 #118ED0 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 142 | 208 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.18 |
| HSL | 200.73º | 0.85% | 0.44% | - |
| HSV(B) | 200.73º | 0.92% | 0.82% | - |
| XYZ | 21.29 | 24.02 | 63.19 | - |
| YUV | 112.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 208 | 0.92 | 0.32 | 0 | 0.18 | 200.73 | 0.85 | 0.44 |
| Hex | 11 | 8E | D0 | 5C | 20 | 0 | 12 | C9 | 55 | 2C |
| Octal | 21 | 216 | 320 | 134 | 40 | 0 | 22 | 311 | 125 | 54 |
| Binary | 10001 | 10001110 | 11010000 | 1011100 | 100000 | 0 | 10010 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118ED0
Complementary color
Monochromatic Colors of #118ED0
Black with #118ED0
Text Example
Text Example
White with #118ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ED0; }
p { color: rgb(17,142,208); }
H1.HeaderClassName
{
color: #118ED0;
}
.AnyTagClassName
{
color: #118ED0;
}
</style>
background-color css
<style>
a { background-color: #118ED0; }
a { background-color: rgb(17,142,208); }
div.DivClassName
{
background-color: #118ED0;
}
.BgClassName
{
background-color: #118ED0;
}
</style>
border-color css
<style>
span { border-color: #118ED0; }
span { border-color: rgb(17,142,208); }
td.TdClassName
{
border-color: #118ED0;
}
.TagClassName
{
border-color: #118ED0;
}
</style>