Shades of Pacific Blue #118FD0
Tints of Pacific Blue #118FD0
RGB
CMYK
RGB Variations
Color information
#118FD0 (or 0x118FD0) is known color: Pacific Blue. HEX triplet: 11, 8F and D0. RGB value is (17,143,208). Sum of RGB (Red+Green+Blue) = 17+143+208=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #118FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FD0 is #EE702F. Grayscale: #707070. Windows color (decimal): -15626288 or 13668113. OLE color: 13668113.
HSL color Cylindrical-coordinate representation of color #118FD0: hue angle of 200.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FD0 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 143 | 208 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.18 |
| HSL | 200.42º | 0.85% | 0.44% | - |
| HSV(B) | 200.42º | 0.92% | 0.82% | - |
| XYZ | 21.44 | 24.32 | 63.24 | - |
| YUV | 112.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 208 | 0.92 | 0.31 | 0 | 0.18 | 200.42 | 0.85 | 0.44 |
| Hex | 11 | 8F | D0 | 5C | 1F | 0 | 12 | C8 | 55 | 2C |
| Octal | 21 | 217 | 320 | 134 | 37 | 0 | 22 | 310 | 125 | 54 |
| Binary | 10001 | 10001111 | 11010000 | 1011100 | 11111 | 0 | 10010 | 11001000 | 1010101 | 101100 |
Color Harmonies of #118FD0
Complementary color
Monochromatic Colors of #118FD0
Black with #118FD0
Text Example
Text Example
White with #118FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FD0; }
p { color: rgb(17,143,208); }
H1.HeaderClassName
{
color: #118FD0;
}
.AnyTagClassName
{
color: #118FD0;
}
</style>
background-color css
<style>
a { background-color: #118FD0; }
a { background-color: rgb(17,143,208); }
div.DivClassName
{
background-color: #118FD0;
}
.BgClassName
{
background-color: #118FD0;
}
</style>
border-color css
<style>
span { border-color: #118FD0; }
span { border-color: rgb(17,143,208); }
td.TdClassName
{
border-color: #118FD0;
}
.TagClassName
{
border-color: #118FD0;
}
</style>