Shades of Pacific Blue #118BCB
Tints of Pacific Blue #118BCB
RGB
CMYK
RGB Variations
Color information
#118BCB (or 0x118BCB) is known color: Pacific Blue. HEX triplet: 11, 8B and CB. RGB value is (17,139,203). Sum of RGB (Red+Green+Blue) = 17+139+203=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #118BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BCB is #EE7434. Grayscale: #6D6D6D. Windows color (decimal): -15627317 or 13339409. OLE color: 13339409.
HSL color Cylindrical-coordinate representation of color #118BCB: hue angle of 200.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118BCB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 139 | 203 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.20 |
| HSL | 200.65º | 0.85% | 0.43% | - |
| HSV(B) | 200.65º | 0.92% | 0.8% | - |
| XYZ | 20.24 | 22.9 | 59.85 | - |
| YUV | 109.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 203 | 0.92 | 0.32 | 0 | 0.20 | 200.65 | 0.85 | 0.43 |
| Hex | 11 | 8B | CB | 5C | 20 | 0 | 14 | C9 | 55 | 2B |
| Octal | 21 | 213 | 313 | 134 | 40 | 0 | 24 | 311 | 125 | 53 |
| Binary | 10001 | 10001011 | 11001011 | 1011100 | 100000 | 0 | 10100 | 11001001 | 1010101 | 101011 |
Color Harmonies of #118BCB
Complementary color
Monochromatic Colors of #118BCB
Black with #118BCB
Text Example
Text Example
White with #118BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BCB; }
p { color: rgb(17,139,203); }
H1.HeaderClassName
{
color: #118BCB;
}
.AnyTagClassName
{
color: #118BCB;
}
</style>
background-color css
<style>
a { background-color: #118BCB; }
a { background-color: rgb(17,139,203); }
div.DivClassName
{
background-color: #118BCB;
}
.BgClassName
{
background-color: #118BCB;
}
</style>
border-color css
<style>
span { border-color: #118BCB; }
span { border-color: rgb(17,139,203); }
td.TdClassName
{
border-color: #118BCB;
}
.TagClassName
{
border-color: #118BCB;
}
</style>