Shades of Pacific Blue #118AD1
Tints of Pacific Blue #118AD1
RGB
CMYK
RGB Variations
Color information
#118AD1 (or 0x118AD1) is known color: Pacific Blue. HEX triplet: 11, 8A and D1. RGB value is (17,138,209). Sum of RGB (Red+Green+Blue) = 17+138+209=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #118AD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118AD1 is #EE752E. Grayscale: #6D6D6D. Windows color (decimal): -15627567 or 13732369. OLE color: 13732369.
HSL color Cylindrical-coordinate representation of color #118AD1: hue angle of 202.19º 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 #118AD1 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 138 | 209 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.18 |
| HSL | 202.19º | 0.85% | 0.44% | - |
| HSV(B) | 202.19º | 0.92% | 0.82% | - |
| XYZ | 20.83 | 22.9 | 63.64 | - |
| YUV | 109.92 | 183.91 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 209 | 0.92 | 0.34 | 0 | 0.18 | 202.19 | 0.85 | 0.44 |
| Hex | 11 | 8A | D1 | 5C | 22 | 0 | 12 | CA | 55 | 2C |
| Octal | 21 | 212 | 321 | 134 | 42 | 0 | 22 | 312 | 125 | 54 |
| Binary | 10001 | 10001010 | 11010001 | 1011100 | 100010 | 0 | 10010 | 11001010 | 1010101 | 101100 |
Color Harmonies of #118AD1
Complementary color
Monochromatic Colors of #118AD1
Black with #118AD1
Text Example
Text Example
White with #118AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118AD1; }
p { color: rgb(17,138,209); }
H1.HeaderClassName
{
color: #118AD1;
}
.AnyTagClassName
{
color: #118AD1;
}
</style>
background-color css
<style>
a { background-color: #118AD1; }
a { background-color: rgb(17,138,209); }
div.DivClassName
{
background-color: #118AD1;
}
.BgClassName
{
background-color: #118AD1;
}
</style>
border-color css
<style>
span { border-color: #118AD1; }
span { border-color: rgb(17,138,209); }
td.TdClassName
{
border-color: #118AD1;
}
.TagClassName
{
border-color: #118AD1;
}
</style>