Shades of Pacific Blue #118ACB
Tints of Pacific Blue #118ACB
RGB
CMYK
RGB Variations
Color information
#118ACB (or 0x118ACB) is known color: Pacific Blue. HEX triplet: 11, 8A and CB. RGB value is (17,138,203). Sum of RGB (Red+Green+Blue) = 17+138+203=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #118ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACB is #EE7534. Grayscale: #6C6C6C. Windows color (decimal): -15627573 or 13339153. OLE color: 13339153.
HSL color Cylindrical-coordinate representation of color #118ACB: hue angle of 200.97º 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 #118ACB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 138 | 203 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.20 |
| HSL | 200.97º | 0.85% | 0.43% | - |
| HSV(B) | 200.97º | 0.92% | 0.8% | - |
| XYZ | 20.1 | 22.61 | 59.8 | - |
| YUV | 109.23 | 180.91 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 203 | 0.92 | 0.32 | 0 | 0.20 | 200.97 | 0.85 | 0.43 |
| Hex | 11 | 8A | CB | 5C | 20 | 0 | 14 | C9 | 55 | 2B |
| Octal | 21 | 212 | 313 | 134 | 40 | 0 | 24 | 311 | 125 | 53 |
| Binary | 10001 | 10001010 | 11001011 | 1011100 | 100000 | 0 | 10100 | 11001001 | 1010101 | 101011 |
Color Harmonies of #118ACB
Complementary color
Monochromatic Colors of #118ACB
Black with #118ACB
Text Example
Text Example
White with #118ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ACB; }
p { color: rgb(17,138,203); }
H1.HeaderClassName
{
color: #118ACB;
}
.AnyTagClassName
{
color: #118ACB;
}
</style>
background-color css
<style>
a { background-color: #118ACB; }
a { background-color: rgb(17,138,203); }
div.DivClassName
{
background-color: #118ACB;
}
.BgClassName
{
background-color: #118ACB;
}
</style>
border-color css
<style>
span { border-color: #118ACB; }
span { border-color: rgb(17,138,203); }
td.TdClassName
{
border-color: #118ACB;
}
.TagClassName
{
border-color: #118ACB;
}
</style>