Shades of Pacific Blue #119BCB
Tints of Pacific Blue #119BCB
RGB
CMYK
RGB Variations
Color information
#119BCB (or 0x119BCB) is known color: Pacific Blue. HEX triplet: 11, 9B and CB. RGB value is (17,155,203). Sum of RGB (Red+Green+Blue) = 17+155+203=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #119BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BCB is #EE6434. Grayscale: #767676. Windows color (decimal): -15623221 or 13343505. OLE color: 13343505.
HSL color Cylindrical-coordinate representation of color #119BCB: hue angle of 195.48º 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 #119BCB is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 155 | 203 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.20 |
| HSL | 195.48º | 0.85% | 0.43% | - |
| HSV(B) | 195.48º | 0.92% | 0.8% | - |
| XYZ | 22.73 | 27.87 | 60.68 | - |
| YUV | 119.21 | 175.28 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 203 | 0.92 | 0.24 | 0 | 0.20 | 195.48 | 0.85 | 0.43 |
| Hex | 11 | 9B | CB | 5C | 18 | 0 | 14 | C3 | 55 | 2B |
| Octal | 21 | 233 | 313 | 134 | 30 | 0 | 24 | 303 | 125 | 53 |
| Binary | 10001 | 10011011 | 11001011 | 1011100 | 11000 | 0 | 10100 | 11000011 | 1010101 | 101011 |
Color Harmonies of #119BCB
Complementary color
Monochromatic Colors of #119BCB
Black with #119BCB
Text Example
Text Example
White with #119BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BCB; }
p { color: rgb(17,155,203); }
H1.HeaderClassName
{
color: #119BCB;
}
.AnyTagClassName
{
color: #119BCB;
}
</style>
background-color css
<style>
a { background-color: #119BCB; }
a { background-color: rgb(17,155,203); }
div.DivClassName
{
background-color: #119BCB;
}
.BgClassName
{
background-color: #119BCB;
}
</style>
border-color css
<style>
span { border-color: #119BCB; }
span { border-color: rgb(17,155,203); }
td.TdClassName
{
border-color: #119BCB;
}
.TagClassName
{
border-color: #119BCB;
}
</style>