Shades of Pacific Blue #119BBC
Tints of Pacific Blue #119BBC
RGB
CMYK
RGB Variations
Color information
#119BBC (or 0x119BBC) is known color: Pacific Blue. HEX triplet: 11, 9B and BC. RGB value is (17,155,188). Sum of RGB (Red+Green+Blue) = 17+155+188=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #119BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BBC is #EE6443. Grayscale: #757575. Windows color (decimal): -15623236 or 12360465. OLE color: 12360465.
HSL color Cylindrical-coordinate representation of color #119BBC: hue angle of 191.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119BBC is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 155 | 188 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.26 |
| HSL | 191.58º | 0.83% | 0.4% | - |
| HSV(B) | 191.58º | 0.91% | 0.74% | - |
| XYZ | 21.03 | 27.19 | 51.72 | - |
| YUV | 117.5 | 167.78 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 188 | 0.91 | 0.18 | 0 | 0.26 | 191.58 | 0.83 | 0.4 |
| Hex | 11 | 9B | BC | 5B | 12 | 0 | 1A | C0 | 53 | 28 |
| Octal | 21 | 233 | 274 | 133 | 22 | 0 | 32 | 300 | 123 | 50 |
| Binary | 10001 | 10011011 | 10111100 | 1011011 | 10010 | 0 | 11010 | 11000000 | 1010011 | 101000 |
Color Harmonies of #119BBC
Complementary color
Monochromatic Colors of #119BBC
Black with #119BBC
Text Example
Text Example
White with #119BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BBC; }
p { color: rgb(17,155,188); }
H1.HeaderClassName
{
color: #119BBC;
}
.AnyTagClassName
{
color: #119BBC;
}
</style>
background-color css
<style>
a { background-color: #119BBC; }
a { background-color: rgb(17,155,188); }
div.DivClassName
{
background-color: #119BBC;
}
.BgClassName
{
background-color: #119BBC;
}
</style>
border-color css
<style>
span { border-color: #119BBC; }
span { border-color: rgb(17,155,188); }
td.TdClassName
{
border-color: #119BBC;
}
.TagClassName
{
border-color: #119BBC;
}
</style>