Shades of Pacific Blue #118BC7
Tints of Pacific Blue #118BC7
RGB
CMYK
RGB Variations
Color information
#118BC7 (or 0x118BC7) is known color: Pacific Blue. HEX triplet: 11, 8B and C7. RGB value is (17,139,199). Sum of RGB (Red+Green+Blue) = 17+139+199=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #118BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BC7 is #EE7438. Grayscale: #6C6C6C. Windows color (decimal): -15627321 or 13077265. OLE color: 13077265.
HSL color Cylindrical-coordinate representation of color #118BC7: hue angle of 199.78º 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 #118BC7 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 139 | 199 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.22 |
| HSL | 199.78º | 0.84% | 0.42% | - |
| HSV(B) | 199.78º | 0.91% | 0.78% | - |
| XYZ | 19.77 | 22.71 | 57.37 | - |
| YUV | 109.36 | 178.58 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 199 | 0.91 | 0.30 | 0 | 0.22 | 199.78 | 0.84 | 0.42 |
| Hex | 11 | 8B | C7 | 5B | 1E | 0 | 16 | C8 | 54 | 2A |
| Octal | 21 | 213 | 307 | 133 | 36 | 0 | 26 | 310 | 124 | 52 |
| Binary | 10001 | 10001011 | 11000111 | 1011011 | 11110 | 0 | 10110 | 11001000 | 1010100 | 101010 |
Color Harmonies of #118BC7
Complementary color
Monochromatic Colors of #118BC7
Black with #118BC7
Text Example
Text Example
White with #118BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BC7; }
p { color: rgb(17,139,199); }
H1.HeaderClassName
{
color: #118BC7;
}
.AnyTagClassName
{
color: #118BC7;
}
</style>
background-color css
<style>
a { background-color: #118BC7; }
a { background-color: rgb(17,139,199); }
div.DivClassName
{
background-color: #118BC7;
}
.BgClassName
{
background-color: #118BC7;
}
</style>
border-color css
<style>
span { border-color: #118BC7; }
span { border-color: rgb(17,139,199); }
td.TdClassName
{
border-color: #118BC7;
}
.TagClassName
{
border-color: #118BC7;
}
</style>