Shades of Pacific Blue #118FD7
Tints of Pacific Blue #118FD7
RGB
CMYK
RGB Variations
Color information
#118FD7 (or 0x118FD7) is known color: Pacific Blue. HEX triplet: 11, 8F and D7. RGB value is (17,143,215). Sum of RGB (Red+Green+Blue) = 17+143+215=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #118FD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FD7 is #EE7028. Grayscale: #717171. Windows color (decimal): -15626281 or 14126865. OLE color: 14126865.
HSL color Cylindrical-coordinate representation of color #118FD7: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FD7 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 143 | 215 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.16 |
| HSL | 201.82º | 0.85% | 0.45% | - |
| HSV(B) | 201.82º | 0.92% | 0.84% | - |
| XYZ | 22.32 | 24.67 | 67.88 | - |
| YUV | 113.53 | 185.26 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 215 | 0.92 | 0.33 | 0 | 0.16 | 201.82 | 0.85 | 0.45 |
| Hex | 11 | 8F | D7 | 5C | 21 | 0 | 10 | CA | 55 | 2D |
| Octal | 21 | 217 | 327 | 134 | 41 | 0 | 20 | 312 | 125 | 55 |
| Binary | 10001 | 10001111 | 11010111 | 1011100 | 100001 | 0 | 10000 | 11001010 | 1010101 | 101101 |
Color Harmonies of #118FD7
Complementary color
Monochromatic Colors of #118FD7
Black with #118FD7
Text Example
Text Example
White with #118FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FD7; }
p { color: rgb(17,143,215); }
H1.HeaderClassName
{
color: #118FD7;
}
.AnyTagClassName
{
color: #118FD7;
}
</style>
background-color css
<style>
a { background-color: #118FD7; }
a { background-color: rgb(17,143,215); }
div.DivClassName
{
background-color: #118FD7;
}
.BgClassName
{
background-color: #118FD7;
}
</style>
border-color css
<style>
span { border-color: #118FD7; }
span { border-color: rgb(17,143,215); }
td.TdClassName
{
border-color: #118FD7;
}
.TagClassName
{
border-color: #118FD7;
}
</style>