Shades of Pacific Blue #118FD3
Tints of Pacific Blue #118FD3
RGB
CMYK
RGB Variations
Color information
#118FD3 (or 0x118FD3) is known color: Pacific Blue. HEX triplet: 11, 8F and D3. RGB value is (17,143,211). Sum of RGB (Red+Green+Blue) = 17+143+211=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #118FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FD3 is #EE702C. Grayscale: #707070. Windows color (decimal): -15626285 or 13864721. OLE color: 13864721.
HSL color Cylindrical-coordinate representation of color #118FD3: hue angle of 201.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FD3 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 143 | 211 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.17 |
| HSL | 201.03º | 0.85% | 0.45% | - |
| HSV(B) | 201.03º | 0.92% | 0.83% | - |
| XYZ | 21.81 | 24.47 | 65.2 | - |
| YUV | 113.08 | 183.26 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 211 | 0.92 | 0.32 | 0 | 0.17 | 201.03 | 0.85 | 0.45 |
| Hex | 11 | 8F | D3 | 5C | 20 | 0 | 11 | C9 | 55 | 2D |
| Octal | 21 | 217 | 323 | 134 | 40 | 0 | 21 | 311 | 125 | 55 |
| Binary | 10001 | 10001111 | 11010011 | 1011100 | 100000 | 0 | 10001 | 11001001 | 1010101 | 101101 |
Color Harmonies of #118FD3
Complementary color
Monochromatic Colors of #118FD3
Black with #118FD3
Text Example
Text Example
White with #118FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FD3; }
p { color: rgb(17,143,211); }
H1.HeaderClassName
{
color: #118FD3;
}
.AnyTagClassName
{
color: #118FD3;
}
</style>
background-color css
<style>
a { background-color: #118FD3; }
a { background-color: rgb(17,143,211); }
div.DivClassName
{
background-color: #118FD3;
}
.BgClassName
{
background-color: #118FD3;
}
</style>
border-color css
<style>
span { border-color: #118FD3; }
span { border-color: rgb(17,143,211); }
td.TdClassName
{
border-color: #118FD3;
}
.TagClassName
{
border-color: #118FD3;
}
</style>