Shades of Pacific Blue #118FCE
Tints of Pacific Blue #118FCE
RGB
CMYK
RGB Variations
Color information
#118FCE (or 0x118FCE) is known color: Pacific Blue. HEX triplet: 11, 8F and CE. RGB value is (17,143,206). Sum of RGB (Red+Green+Blue) = 17+143+206=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #118FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FCE is #EE7031. Grayscale: #707070. Windows color (decimal): -15626290 or 13537041. OLE color: 13537041.
HSL color Cylindrical-coordinate representation of color #118FCE: hue angle of 200º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FCE is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 143 | 206 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.19 |
| HSL | 200º | 0.85% | 0.44% | - |
| HSV(B) | 200º | 0.92% | 0.81% | - |
| XYZ | 21.19 | 24.22 | 61.95 | - |
| YUV | 112.51 | 180.76 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 206 | 0.92 | 0.31 | 0 | 0.19 | 200 | 0.85 | 0.44 |
| Hex | 11 | 8F | CE | 5C | 1F | 0 | 13 | C8 | 55 | 2C |
| Octal | 21 | 217 | 316 | 134 | 37 | 0 | 23 | 310 | 125 | 54 |
| Binary | 10001 | 10001111 | 11001110 | 1011100 | 11111 | 0 | 10011 | 11001000 | 1010101 | 101100 |
Color Harmonies of #118FCE
Complementary color
Monochromatic Colors of #118FCE
Black with #118FCE
Text Example
Text Example
White with #118FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FCE; }
p { color: rgb(17,143,206); }
H1.HeaderClassName
{
color: #118FCE;
}
.AnyTagClassName
{
color: #118FCE;
}
</style>
background-color css
<style>
a { background-color: #118FCE; }
a { background-color: rgb(17,143,206); }
div.DivClassName
{
background-color: #118FCE;
}
.BgClassName
{
background-color: #118FCE;
}
</style>
border-color css
<style>
span { border-color: #118FCE; }
span { border-color: rgb(17,143,206); }
td.TdClassName
{
border-color: #118FCE;
}
.TagClassName
{
border-color: #118FCE;
}
</style>