Shades of Pacific Blue #118ECC
Tints of Pacific Blue #118ECC
RGB
CMYK
RGB Variations
Color information
#118ECC (or 0x118ECC) is known color: Pacific Blue. HEX triplet: 11, 8E and CC. RGB value is (17,142,204). Sum of RGB (Red+Green+Blue) = 17+142+204=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #118ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ECC is #EE7133. Grayscale: #6F6F6F. Windows color (decimal): -15626548 or 13405713. OLE color: 13405713.
HSL color Cylindrical-coordinate representation of color #118ECC: hue angle of 199.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ECC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 142 | 204 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.2 |
| HSL | 199.89º | 0.85% | 0.43% | - |
| HSV(B) | 199.89º | 0.92% | 0.8% | - |
| XYZ | 20.8 | 23.82 | 60.63 | - |
| YUV | 111.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 204 | 0.92 | 0.30 | 0 | 0.2 | 199.89 | 0.85 | 0.43 |
| Hex | 11 | 8E | CC | 5C | 1E | 0 | 14 | C8 | 55 | 2B |
| Octal | 21 | 216 | 314 | 134 | 36 | 0 | 24 | 310 | 125 | 53 |
| Binary | 10001 | 10001110 | 11001100 | 1011100 | 11110 | 0 | 10100 | 11001000 | 1010101 | 101011 |
Color Harmonies of #118ECC
Complementary color
Monochromatic Colors of #118ECC
Black with #118ECC
Text Example
Text Example
White with #118ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ECC; }
p { color: rgb(17,142,204); }
H1.HeaderClassName
{
color: #118ECC;
}
.AnyTagClassName
{
color: #118ECC;
}
</style>
background-color css
<style>
a { background-color: #118ECC; }
a { background-color: rgb(17,142,204); }
div.DivClassName
{
background-color: #118ECC;
}
.BgClassName
{
background-color: #118ECC;
}
</style>
border-color css
<style>
span { border-color: #118ECC; }
span { border-color: rgb(17,142,204); }
td.TdClassName
{
border-color: #118ECC;
}
.TagClassName
{
border-color: #118ECC;
}
</style>