Shades of Pacific Blue #119AC1
Tints of Pacific Blue #119AC1
RGB
CMYK
RGB Variations
Color information
#119AC1 (or 0x119AC1) is known color: Pacific Blue. HEX triplet: 11, 9A and C1. RGB value is (17,154,193). Sum of RGB (Red+Green+Blue) = 17+154+193=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #119AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119AC1 is #EE653E. Grayscale: #757575. Windows color (decimal): -15623487 or 12687889. OLE color: 12687889.
HSL color Cylindrical-coordinate representation of color #119AC1: hue angle of 193.3º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119AC1 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 154 | 193 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.24 |
| HSL | 193.3º | 0.84% | 0.41% | - |
| HSV(B) | 193.3º | 0.91% | 0.76% | - |
| XYZ | 21.41 | 27.08 | 54.55 | - |
| YUV | 117.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 193 | 0.91 | 0.20 | 0 | 0.24 | 193.3 | 0.84 | 0.41 |
| Hex | 11 | 9A | C1 | 5B | 14 | 0 | 18 | C1 | 54 | 29 |
| Octal | 21 | 232 | 301 | 133 | 24 | 0 | 30 | 301 | 124 | 51 |
| Binary | 10001 | 10011010 | 11000001 | 1011011 | 10100 | 0 | 11000 | 11000001 | 1010100 | 101001 |
Color Harmonies of #119AC1
Complementary color
Monochromatic Colors of #119AC1
Black with #119AC1
Text Example
Text Example
White with #119AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AC1; }
p { color: rgb(17,154,193); }
H1.HeaderClassName
{
color: #119AC1;
}
.AnyTagClassName
{
color: #119AC1;
}
</style>
background-color css
<style>
a { background-color: #119AC1; }
a { background-color: rgb(17,154,193); }
div.DivClassName
{
background-color: #119AC1;
}
.BgClassName
{
background-color: #119AC1;
}
</style>
border-color css
<style>
span { border-color: #119AC1; }
span { border-color: rgb(17,154,193); }
td.TdClassName
{
border-color: #119AC1;
}
.TagClassName
{
border-color: #119AC1;
}
</style>