Shades of Pacific Blue #118DC4
Tints of Pacific Blue #118DC4
RGB
CMYK
RGB Variations
Color information
#118DC4 (or 0x118DC4) is known color: Pacific Blue. HEX triplet: 11, 8D and C4. RGB value is (17,141,196). Sum of RGB (Red+Green+Blue) = 17+141+196=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #118DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DC4 is #EE723B. Grayscale: #6D6D6D. Windows color (decimal): -15626812 or 12881169. OLE color: 12881169.
HSL color Cylindrical-coordinate representation of color #118DC4: hue angle of 198.44º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DC4 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 141 | 196 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.23 |
| HSL | 198.44º | 0.84% | 0.42% | - |
| HSV(B) | 198.44º | 0.91% | 0.77% | - |
| XYZ | 19.72 | 23.15 | 55.65 | - |
| YUV | 110.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 196 | 0.91 | 0.28 | 0 | 0.23 | 198.44 | 0.84 | 0.42 |
| Hex | 11 | 8D | C4 | 5B | 1C | 0 | 17 | C6 | 54 | 2A |
| Octal | 21 | 215 | 304 | 133 | 34 | 0 | 27 | 306 | 124 | 52 |
| Binary | 10001 | 10001101 | 11000100 | 1011011 | 11100 | 0 | 10111 | 11000110 | 1010100 | 101010 |
Color Harmonies of #118DC4
Complementary color
Monochromatic Colors of #118DC4
Black with #118DC4
Text Example
Text Example
White with #118DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DC4; }
p { color: rgb(17,141,196); }
H1.HeaderClassName
{
color: #118DC4;
}
.AnyTagClassName
{
color: #118DC4;
}
</style>
background-color css
<style>
a { background-color: #118DC4; }
a { background-color: rgb(17,141,196); }
div.DivClassName
{
background-color: #118DC4;
}
.BgClassName
{
background-color: #118DC4;
}
</style>
border-color css
<style>
span { border-color: #118DC4; }
span { border-color: rgb(17,141,196); }
td.TdClassName
{
border-color: #118DC4;
}
.TagClassName
{
border-color: #118DC4;
}
</style>