Shades of Pacific Blue #118ECD
Tints of Pacific Blue #118ECD
RGB
CMYK
RGB Variations
Color information
#118ECD (or 0x118ECD) is known color: Pacific Blue. HEX triplet: 11, 8E and CD. RGB value is (17,142,205). Sum of RGB (Red+Green+Blue) = 17+142+205=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #118ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ECD is #EE7132. Grayscale: #6F6F6F. Windows color (decimal): -15626547 or 13471249. OLE color: 13471249.
HSL color Cylindrical-coordinate representation of color #118ECD: hue angle of 200.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ECD is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 142 | 205 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.20 |
| HSL | 200.11º | 0.85% | 0.44% | - |
| HSV(B) | 200.11º | 0.92% | 0.8% | - |
| XYZ | 20.92 | 23.87 | 61.26 | - |
| YUV | 111.81 | 180.59 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 205 | 0.92 | 0.31 | 0 | 0.20 | 200.11 | 0.85 | 0.44 |
| Hex | 11 | 8E | CD | 5C | 1F | 0 | 14 | C8 | 55 | 2C |
| Octal | 21 | 216 | 315 | 134 | 37 | 0 | 24 | 310 | 125 | 54 |
| Binary | 10001 | 10001110 | 11001101 | 1011100 | 11111 | 0 | 10100 | 11001000 | 1010101 | 101100 |
Color Harmonies of #118ECD
Complementary color
Monochromatic Colors of #118ECD
Black with #118ECD
Text Example
Text Example
White with #118ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ECD; }
p { color: rgb(17,142,205); }
H1.HeaderClassName
{
color: #118ECD;
}
.AnyTagClassName
{
color: #118ECD;
}
</style>
background-color css
<style>
a { background-color: #118ECD; }
a { background-color: rgb(17,142,205); }
div.DivClassName
{
background-color: #118ECD;
}
.BgClassName
{
background-color: #118ECD;
}
</style>
border-color css
<style>
span { border-color: #118ECD; }
span { border-color: rgb(17,142,205); }
td.TdClassName
{
border-color: #118ECD;
}
.TagClassName
{
border-color: #118ECD;
}
</style>