Shades of Pacific Blue #119ADA
Tints of Pacific Blue #119ADA
RGB
CMYK
RGB Variations
Color information
#119ADA (or 0x119ADA) is known color: Pacific Blue. HEX triplet: 11, 9A and DA. RGB value is (17,154,218). Sum of RGB (Red+Green+Blue) = 17+154+218=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #119ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ADA is #EE6525. Grayscale: #777777. Windows color (decimal): -15623462 or 14326289. OLE color: 14326289.
HSL color Cylindrical-coordinate representation of color #119ADA: hue angle of 199.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119ADA is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 154 | 218 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.15 |
| HSL | 199.1º | 0.86% | 0.46% | - |
| HSV(B) | 199.1º | 0.92% | 0.85% | - |
| XYZ | 24.44 | 28.29 | 70.5 | - |
| YUV | 120.33 | 183.11 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 218 | 0.92 | 0.29 | 0 | 0.15 | 199.1 | 0.86 | 0.46 |
| Hex | 11 | 9A | DA | 5C | 1D | 0 | F | C7 | 56 | 2E |
| Octal | 21 | 232 | 332 | 134 | 35 | 0 | 17 | 307 | 126 | 56 |
| Binary | 10001 | 10011010 | 11011010 | 1011100 | 11101 | 0 | 1111 | 11000111 | 1010110 | 101110 |
Color Harmonies of #119ADA
Complementary color
Monochromatic Colors of #119ADA
Black with #119ADA
Text Example
Text Example
White with #119ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ADA; }
p { color: rgb(17,154,218); }
H1.HeaderClassName
{
color: #119ADA;
}
.AnyTagClassName
{
color: #119ADA;
}
</style>
background-color css
<style>
a { background-color: #119ADA; }
a { background-color: rgb(17,154,218); }
div.DivClassName
{
background-color: #119ADA;
}
.BgClassName
{
background-color: #119ADA;
}
</style>
border-color css
<style>
span { border-color: #119ADA; }
span { border-color: rgb(17,154,218); }
td.TdClassName
{
border-color: #119ADA;
}
.TagClassName
{
border-color: #119ADA;
}
</style>