Shades of Pacific Blue #118ECB
Tints of Pacific Blue #118ECB
RGB
CMYK
RGB Variations
Color information
#118ECB (or 0x118ECB) is known color: Pacific Blue. HEX triplet: 11, 8E and CB. RGB value is (17,142,203). Sum of RGB (Red+Green+Blue) = 17+142+203=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #118ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ECB is #EE7134. Grayscale: #6F6F6F. Windows color (decimal): -15626549 or 13340177. OLE color: 13340177.
HSL color Cylindrical-coordinate representation of color #118ECB: hue angle of 199.68º 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 #118ECB is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 142 | 203 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.20 |
| HSL | 199.68º | 0.85% | 0.43% | - |
| HSV(B) | 199.68º | 0.92% | 0.8% | - |
| XYZ | 20.68 | 23.78 | 60 | - |
| YUV | 111.58 | 179.59 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 203 | 0.92 | 0.30 | 0 | 0.20 | 199.68 | 0.85 | 0.43 |
| Hex | 11 | 8E | CB | 5C | 1E | 0 | 14 | C8 | 55 | 2B |
| Octal | 21 | 216 | 313 | 134 | 36 | 0 | 24 | 310 | 125 | 53 |
| Binary | 10001 | 10001110 | 11001011 | 1011100 | 11110 | 0 | 10100 | 11001000 | 1010101 | 101011 |
Color Harmonies of #118ECB
Complementary color
Monochromatic Colors of #118ECB
Black with #118ECB
Text Example
Text Example
White with #118ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ECB; }
p { color: rgb(17,142,203); }
H1.HeaderClassName
{
color: #118ECB;
}
.AnyTagClassName
{
color: #118ECB;
}
</style>
background-color css
<style>
a { background-color: #118ECB; }
a { background-color: rgb(17,142,203); }
div.DivClassName
{
background-color: #118ECB;
}
.BgClassName
{
background-color: #118ECB;
}
</style>
border-color css
<style>
span { border-color: #118ECB; }
span { border-color: rgb(17,142,203); }
td.TdClassName
{
border-color: #118ECB;
}
.TagClassName
{
border-color: #118ECB;
}
</style>