Shades of Pacific Blue #118BCD
Tints of Pacific Blue #118BCD
RGB
CMYK
RGB Variations
Color information
#118BCD (or 0x118BCD) is known color: Pacific Blue. HEX triplet: 11, 8B and CD. RGB value is (17,139,205). Sum of RGB (Red+Green+Blue) = 17+139+205=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #118BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BCD is #EE7432. Grayscale: #6D6D6D. Windows color (decimal): -15627315 or 13470481. OLE color: 13470481.
HSL color Cylindrical-coordinate representation of color #118BCD: hue angle of 201.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118BCD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 139 | 205 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.20 |
| HSL | 201.06º | 0.85% | 0.44% | - |
| HSV(B) | 201.06º | 0.92% | 0.8% | - |
| XYZ | 20.48 | 22.99 | 61.12 | - |
| YUV | 110.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 205 | 0.92 | 0.32 | 0 | 0.20 | 201.06 | 0.85 | 0.44 |
| Hex | 11 | 8B | CD | 5C | 20 | 0 | 14 | C9 | 55 | 2C |
| Octal | 21 | 213 | 315 | 134 | 40 | 0 | 24 | 311 | 125 | 54 |
| Binary | 10001 | 10001011 | 11001101 | 1011100 | 100000 | 0 | 10100 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118BCD
Complementary color
Monochromatic Colors of #118BCD
Black with #118BCD
Text Example
Text Example
White with #118BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BCD; }
p { color: rgb(17,139,205); }
H1.HeaderClassName
{
color: #118BCD;
}
.AnyTagClassName
{
color: #118BCD;
}
</style>
background-color css
<style>
a { background-color: #118BCD; }
a { background-color: rgb(17,139,205); }
div.DivClassName
{
background-color: #118BCD;
}
.BgClassName
{
background-color: #118BCD;
}
</style>
border-color css
<style>
span { border-color: #118BCD; }
span { border-color: rgb(17,139,205); }
td.TdClassName
{
border-color: #118BCD;
}
.TagClassName
{
border-color: #118BCD;
}
</style>