Shades of Pacific Blue #118CD0
Tints of Pacific Blue #118CD0
RGB
CMYK
RGB Variations
Color information
#118CD0 (or 0x118CD0) is known color: Pacific Blue. HEX triplet: 11, 8C and D0. RGB value is (17,140,208). Sum of RGB (Red+Green+Blue) = 17+140+208=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #118CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CD0 is #EE732F. Grayscale: #6E6E6E. Windows color (decimal): -15627056 or 13667345. OLE color: 13667345.
HSL color Cylindrical-coordinate representation of color #118CD0: hue angle of 201.36º 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 #118CD0 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 140 | 208 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.18 |
| HSL | 201.36º | 0.85% | 0.44% | - |
| HSV(B) | 201.36º | 0.92% | 0.82% | - |
| XYZ | 20.99 | 23.43 | 63.09 | - |
| YUV | 110.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 208 | 0.92 | 0.33 | 0 | 0.18 | 201.36 | 0.85 | 0.44 |
| Hex | 11 | 8C | D0 | 5C | 21 | 0 | 12 | C9 | 55 | 2C |
| Octal | 21 | 214 | 320 | 134 | 41 | 0 | 22 | 311 | 125 | 54 |
| Binary | 10001 | 10001100 | 11010000 | 1011100 | 100001 | 0 | 10010 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118CD0
Complementary color
Monochromatic Colors of #118CD0
Black with #118CD0
Text Example
Text Example
White with #118CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CD0; }
p { color: rgb(17,140,208); }
H1.HeaderClassName
{
color: #118CD0;
}
.AnyTagClassName
{
color: #118CD0;
}
</style>
background-color css
<style>
a { background-color: #118CD0; }
a { background-color: rgb(17,140,208); }
div.DivClassName
{
background-color: #118CD0;
}
.BgClassName
{
background-color: #118CD0;
}
</style>
border-color css
<style>
span { border-color: #118CD0; }
span { border-color: rgb(17,140,208); }
td.TdClassName
{
border-color: #118CD0;
}
.TagClassName
{
border-color: #118CD0;
}
</style>