Shades of Pacific Blue #118FC2
Tints of Pacific Blue #118FC2
RGB
CMYK
RGB Variations
Color information
#118FC2 (or 0x118FC2) is known color: Pacific Blue. HEX triplet: 11, 8F and C2. RGB value is (17,143,194). Sum of RGB (Red+Green+Blue) = 17+143+194=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #118FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FC2 is #EE703D. Grayscale: #6E6E6E. Windows color (decimal): -15626302 or 12750609. OLE color: 12750609.
HSL color Cylindrical-coordinate representation of color #118FC2: hue angle of 197.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118FC2 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 143 | 194 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.24 |
| HSL | 197.29º | 0.84% | 0.41% | - |
| HSV(B) | 197.29º | 0.91% | 0.76% | - |
| XYZ | 19.79 | 23.66 | 54.56 | - |
| YUV | 111.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 194 | 0.91 | 0.26 | 0 | 0.24 | 197.29 | 0.84 | 0.41 |
| Hex | 11 | 8F | C2 | 5B | 1A | 0 | 18 | C5 | 54 | 29 |
| Octal | 21 | 217 | 302 | 133 | 32 | 0 | 30 | 305 | 124 | 51 |
| Binary | 10001 | 10001111 | 11000010 | 1011011 | 11010 | 0 | 11000 | 11000101 | 1010100 | 101001 |
Color Harmonies of #118FC2
Complementary color
Monochromatic Colors of #118FC2
Black with #118FC2
Text Example
Text Example
White with #118FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FC2; }
p { color: rgb(17,143,194); }
H1.HeaderClassName
{
color: #118FC2;
}
.AnyTagClassName
{
color: #118FC2;
}
</style>
background-color css
<style>
a { background-color: #118FC2; }
a { background-color: rgb(17,143,194); }
div.DivClassName
{
background-color: #118FC2;
}
.BgClassName
{
background-color: #118FC2;
}
</style>
border-color css
<style>
span { border-color: #118FC2; }
span { border-color: rgb(17,143,194); }
td.TdClassName
{
border-color: #118FC2;
}
.TagClassName
{
border-color: #118FC2;
}
</style>