Shades of Pacific Blue #118CCF
Tints of Pacific Blue #118CCF
RGB
CMYK
RGB Variations
Color information
#118CCF (or 0x118CCF) is known color: Pacific Blue. HEX triplet: 11, 8C and CF. RGB value is (17,140,207). Sum of RGB (Red+Green+Blue) = 17+140+207=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #118CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CCF is #EE7330. Grayscale: #6E6E6E. Windows color (decimal): -15627057 or 13601809. OLE color: 13601809.
HSL color Cylindrical-coordinate representation of color #118CCF: hue angle of 201.16º 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 #118CCF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 140 | 207 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.19 |
| HSL | 201.16º | 0.85% | 0.44% | - |
| HSV(B) | 201.16º | 0.92% | 0.81% | - |
| XYZ | 20.87 | 23.38 | 62.44 | - |
| YUV | 110.86 | 182.25 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 207 | 0.92 | 0.32 | 0 | 0.19 | 201.16 | 0.85 | 0.44 |
| Hex | 11 | 8C | CF | 5C | 20 | 0 | 13 | C9 | 55 | 2C |
| Octal | 21 | 214 | 317 | 134 | 40 | 0 | 23 | 311 | 125 | 54 |
| Binary | 10001 | 10001100 | 11001111 | 1011100 | 100000 | 0 | 10011 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118CCF
Complementary color
Monochromatic Colors of #118CCF
Black with #118CCF
Text Example
Text Example
White with #118CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CCF; }
p { color: rgb(17,140,207); }
H1.HeaderClassName
{
color: #118CCF;
}
.AnyTagClassName
{
color: #118CCF;
}
</style>
background-color css
<style>
a { background-color: #118CCF; }
a { background-color: rgb(17,140,207); }
div.DivClassName
{
background-color: #118CCF;
}
.BgClassName
{
background-color: #118CCF;
}
</style>
border-color css
<style>
span { border-color: #118CCF; }
span { border-color: rgb(17,140,207); }
td.TdClassName
{
border-color: #118CCF;
}
.TagClassName
{
border-color: #118CCF;
}
</style>