Shades of Pacific Blue #118FC7
Tints of Pacific Blue #118FC7
RGB
CMYK
RGB Variations
Color information
#118FC7 (or 0x118FC7) is known color: Pacific Blue. HEX triplet: 11, 8F and C7. RGB value is (17,143,199). Sum of RGB (Red+Green+Blue) = 17+143+199=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #118FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FC7 is #EE7038. Grayscale: #6F6F6F. Windows color (decimal): -15626297 or 13078289. OLE color: 13078289.
HSL color Cylindrical-coordinate representation of color #118FC7: hue angle of 198.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118FC7 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 143 | 199 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.22 |
| HSL | 198.46º | 0.84% | 0.42% | - |
| HSV(B) | 198.46º | 0.91% | 0.78% | - |
| XYZ | 20.36 | 23.89 | 57.57 | - |
| YUV | 111.71 | 177.26 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 199 | 0.91 | 0.28 | 0 | 0.22 | 198.46 | 0.84 | 0.42 |
| Hex | 11 | 8F | C7 | 5B | 1C | 0 | 16 | C6 | 54 | 2A |
| Octal | 21 | 217 | 307 | 133 | 34 | 0 | 26 | 306 | 124 | 52 |
| Binary | 10001 | 10001111 | 11000111 | 1011011 | 11100 | 0 | 10110 | 11000110 | 1010100 | 101010 |
Color Harmonies of #118FC7
Complementary color
Monochromatic Colors of #118FC7
Black with #118FC7
Text Example
Text Example
White with #118FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FC7; }
p { color: rgb(17,143,199); }
H1.HeaderClassName
{
color: #118FC7;
}
.AnyTagClassName
{
color: #118FC7;
}
</style>
background-color css
<style>
a { background-color: #118FC7; }
a { background-color: rgb(17,143,199); }
div.DivClassName
{
background-color: #118FC7;
}
.BgClassName
{
background-color: #118FC7;
}
</style>
border-color css
<style>
span { border-color: #118FC7; }
span { border-color: rgb(17,143,199); }
td.TdClassName
{
border-color: #118FC7;
}
.TagClassName
{
border-color: #118FC7;
}
</style>