Shades of Pacific Blue #118DCE
Tints of Pacific Blue #118DCE
RGB
CMYK
RGB Variations
Color information
#118DCE (or 0x118DCE) is known color: Pacific Blue. HEX triplet: 11, 8D and CE. RGB value is (17,141,206). Sum of RGB (Red+Green+Blue) = 17+141+206=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #118DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DCE is #EE7231. Grayscale: #6E6E6E. Windows color (decimal): -15626802 or 13536529. OLE color: 13536529.
HSL color Cylindrical-coordinate representation of color #118DCE: hue angle of 200.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118DCE is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 141 | 206 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.19 |
| HSL | 200.63º | 0.85% | 0.44% | - |
| HSV(B) | 200.63º | 0.92% | 0.81% | - |
| XYZ | 20.9 | 23.63 | 61.85 | - |
| YUV | 111.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 206 | 0.92 | 0.32 | 0 | 0.19 | 200.63 | 0.85 | 0.44 |
| Hex | 11 | 8D | CE | 5C | 20 | 0 | 13 | C9 | 55 | 2C |
| Octal | 21 | 215 | 316 | 134 | 40 | 0 | 23 | 311 | 125 | 54 |
| Binary | 10001 | 10001101 | 11001110 | 1011100 | 100000 | 0 | 10011 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118DCE
Complementary color
Monochromatic Colors of #118DCE
Black with #118DCE
Text Example
Text Example
White with #118DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DCE; }
p { color: rgb(17,141,206); }
H1.HeaderClassName
{
color: #118DCE;
}
.AnyTagClassName
{
color: #118DCE;
}
</style>
background-color css
<style>
a { background-color: #118DCE; }
a { background-color: rgb(17,141,206); }
div.DivClassName
{
background-color: #118DCE;
}
.BgClassName
{
background-color: #118DCE;
}
</style>
border-color css
<style>
span { border-color: #118DCE; }
span { border-color: rgb(17,141,206); }
td.TdClassName
{
border-color: #118DCE;
}
.TagClassName
{
border-color: #118DCE;
}
</style>