Shades of Pacific Blue #119AD0
Tints of Pacific Blue #119AD0
RGB
CMYK
RGB Variations
Color information
#119AD0 (or 0x119AD0) is known color: Pacific Blue. HEX triplet: 11, 9A and D0. RGB value is (17,154,208). Sum of RGB (Red+Green+Blue) = 17+154+208=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #119AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119AD0 is #EE652F. Grayscale: #767676. Windows color (decimal): -15623472 or 13670929. OLE color: 13670929.
HSL color Cylindrical-coordinate representation of color #119AD0: hue angle of 196.96º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119AD0 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 154 | 208 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.18 |
| HSL | 196.96º | 0.85% | 0.44% | - |
| HSV(B) | 196.96º | 0.92% | 0.82% | - |
| XYZ | 23.17 | 27.78 | 63.82 | - |
| YUV | 119.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 208 | 0.92 | 0.26 | 0 | 0.18 | 196.96 | 0.85 | 0.44 |
| Hex | 11 | 9A | D0 | 5C | 1A | 0 | 12 | C5 | 55 | 2C |
| Octal | 21 | 232 | 320 | 134 | 32 | 0 | 22 | 305 | 125 | 54 |
| Binary | 10001 | 10011010 | 11010000 | 1011100 | 11010 | 0 | 10010 | 11000101 | 1010101 | 101100 |
Color Harmonies of #119AD0
Complementary color
Monochromatic Colors of #119AD0
Black with #119AD0
Text Example
Text Example
White with #119AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AD0; }
p { color: rgb(17,154,208); }
H1.HeaderClassName
{
color: #119AD0;
}
.AnyTagClassName
{
color: #119AD0;
}
</style>
background-color css
<style>
a { background-color: #119AD0; }
a { background-color: rgb(17,154,208); }
div.DivClassName
{
background-color: #119AD0;
}
.BgClassName
{
background-color: #119AD0;
}
</style>
border-color css
<style>
span { border-color: #119AD0; }
span { border-color: rgb(17,154,208); }
td.TdClassName
{
border-color: #119AD0;
}
.TagClassName
{
border-color: #119AD0;
}
</style>