Shades of Pacific Blue #119CDA
Tints of Pacific Blue #119CDA
RGB
CMYK
RGB Variations
Color information
#119CDA (or 0x119CDA) is known color: Pacific Blue. HEX triplet: 11, 9C and DA. RGB value is (17,156,218). Sum of RGB (Red+Green+Blue) = 17+156+218=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #119CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CDA is #EE6325. Grayscale: #797979. Windows color (decimal): -15622950 or 14326801. OLE color: 14326801.
HSL color Cylindrical-coordinate representation of color #119CDA: hue angle of 198.51º 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 #119CDA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 156 | 218 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.15 |
| HSL | 198.51º | 0.86% | 0.46% | - |
| HSV(B) | 198.51º | 0.92% | 0.85% | - |
| XYZ | 24.77 | 28.96 | 70.61 | - |
| YUV | 121.51 | 182.45 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 218 | 0.92 | 0.28 | 0 | 0.15 | 198.51 | 0.86 | 0.46 |
| Hex | 11 | 9C | DA | 5C | 1C | 0 | F | C7 | 56 | 2E |
| Octal | 21 | 234 | 332 | 134 | 34 | 0 | 17 | 307 | 126 | 56 |
| Binary | 10001 | 10011100 | 11011010 | 1011100 | 11100 | 0 | 1111 | 11000111 | 1010110 | 101110 |
Color Harmonies of #119CDA
Complementary color
Monochromatic Colors of #119CDA
Black with #119CDA
Text Example
Text Example
White with #119CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CDA; }
p { color: rgb(17,156,218); }
H1.HeaderClassName
{
color: #119CDA;
}
.AnyTagClassName
{
color: #119CDA;
}
</style>
background-color css
<style>
a { background-color: #119CDA; }
a { background-color: rgb(17,156,218); }
div.DivClassName
{
background-color: #119CDA;
}
.BgClassName
{
background-color: #119CDA;
}
</style>
border-color css
<style>
span { border-color: #119CDA; }
span { border-color: rgb(17,156,218); }
td.TdClassName
{
border-color: #119CDA;
}
.TagClassName
{
border-color: #119CDA;
}
</style>