Shades of Pacific Blue #119CC5
Tints of Pacific Blue #119CC5
RGB
CMYK
RGB Variations
Color information
#119CC5 (or 0x119CC5) is known color: Pacific Blue. HEX triplet: 11, 9C and C5. RGB value is (17,156,197). Sum of RGB (Red+Green+Blue) = 17+156+197=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #119CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CC5 is #EE633A. Grayscale: #767676. Windows color (decimal): -15622971 or 12950545. OLE color: 12950545.
HSL color Cylindrical-coordinate representation of color #119CC5: hue angle of 193.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119CC5 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 156 | 197 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.23 |
| HSL | 193.67º | 0.84% | 0.42% | - |
| HSV(B) | 193.67º | 0.91% | 0.77% | - |
| XYZ | 22.2 | 27.93 | 57.04 | - |
| YUV | 119.11 | 171.95 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 197 | 0.91 | 0.21 | 0 | 0.23 | 193.67 | 0.84 | 0.42 |
| Hex | 11 | 9C | C5 | 5B | 15 | 0 | 17 | C2 | 54 | 2A |
| Octal | 21 | 234 | 305 | 133 | 25 | 0 | 27 | 302 | 124 | 52 |
| Binary | 10001 | 10011100 | 11000101 | 1011011 | 10101 | 0 | 10111 | 11000010 | 1010100 | 101010 |
Color Harmonies of #119CC5
Complementary color
Monochromatic Colors of #119CC5
Black with #119CC5
Text Example
Text Example
White with #119CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CC5; }
p { color: rgb(17,156,197); }
H1.HeaderClassName
{
color: #119CC5;
}
.AnyTagClassName
{
color: #119CC5;
}
</style>
background-color css
<style>
a { background-color: #119CC5; }
a { background-color: rgb(17,156,197); }
div.DivClassName
{
background-color: #119CC5;
}
.BgClassName
{
background-color: #119CC5;
}
</style>
border-color css
<style>
span { border-color: #119CC5; }
span { border-color: rgb(17,156,197); }
td.TdClassName
{
border-color: #119CC5;
}
.TagClassName
{
border-color: #119CC5;
}
</style>