Shades of Pacific Blue #118FC3
Tints of Pacific Blue #118FC3
RGB
CMYK
RGB Variations
Color information
#118FC3 (or 0x118FC3) is known color: Pacific Blue. HEX triplet: 11, 8F and C3. RGB value is (17,143,195). Sum of RGB (Red+Green+Blue) = 17+143+195=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #118FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FC3 is #EE703C. Grayscale: #6E6E6E. Windows color (decimal): -15626301 or 12816145. OLE color: 12816145.
HSL color Cylindrical-coordinate representation of color #118FC3: hue angle of 197.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118FC3 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 143 | 195 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.24 |
| HSL | 197.53º | 0.84% | 0.42% | - |
| HSV(B) | 197.53º | 0.91% | 0.76% | - |
| XYZ | 19.9 | 23.7 | 55.16 | - |
| YUV | 111.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 195 | 0.91 | 0.27 | 0 | 0.24 | 197.53 | 0.84 | 0.42 |
| Hex | 11 | 8F | C3 | 5B | 1B | 0 | 18 | C6 | 54 | 2A |
| Octal | 21 | 217 | 303 | 133 | 33 | 0 | 30 | 306 | 124 | 52 |
| Binary | 10001 | 10001111 | 11000011 | 1011011 | 11011 | 0 | 11000 | 11000110 | 1010100 | 101010 |
Color Harmonies of #118FC3
Complementary color
Monochromatic Colors of #118FC3
Black with #118FC3
Text Example
Text Example
White with #118FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FC3; }
p { color: rgb(17,143,195); }
H1.HeaderClassName
{
color: #118FC3;
}
.AnyTagClassName
{
color: #118FC3;
}
</style>
background-color css
<style>
a { background-color: #118FC3; }
a { background-color: rgb(17,143,195); }
div.DivClassName
{
background-color: #118FC3;
}
.BgClassName
{
background-color: #118FC3;
}
</style>
border-color css
<style>
span { border-color: #118FC3; }
span { border-color: rgb(17,143,195); }
td.TdClassName
{
border-color: #118FC3;
}
.TagClassName
{
border-color: #118FC3;
}
</style>