Shades of Pacific Blue #119CDC
Tints of Pacific Blue #119CDC
RGB
CMYK
RGB Variations
Color information
#119CDC (or 0x119CDC) is known color: Pacific Blue. HEX triplet: 11, 9C and DC. RGB value is (17,156,220). Sum of RGB (Red+Green+Blue) = 17+156+220=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #119CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CDC is #EE6323. Grayscale: #797979. Windows color (decimal): -15622948 or 14457873. OLE color: 14457873.
HSL color Cylindrical-coordinate representation of color #119CDC: hue angle of 198.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CDC is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 156 | 220 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.14 |
| HSL | 198.92º | 0.86% | 0.46% | - |
| HSV(B) | 198.92º | 0.92% | 0.86% | - |
| XYZ | 25.04 | 29.06 | 72 | - |
| YUV | 121.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 220 | 0.92 | 0.29 | 0 | 0.14 | 198.92 | 0.86 | 0.46 |
| Hex | 11 | 9C | DC | 5C | 1D | 0 | E | C7 | 56 | 2E |
| Octal | 21 | 234 | 334 | 134 | 35 | 0 | 16 | 307 | 126 | 56 |
| Binary | 10001 | 10011100 | 11011100 | 1011100 | 11101 | 0 | 1110 | 11000111 | 1010110 | 101110 |
Color Harmonies of #119CDC
Complementary color
Monochromatic Colors of #119CDC
Black with #119CDC
Text Example
Text Example
White with #119CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CDC; }
p { color: rgb(17,156,220); }
H1.HeaderClassName
{
color: #119CDC;
}
.AnyTagClassName
{
color: #119CDC;
}
</style>
background-color css
<style>
a { background-color: #119CDC; }
a { background-color: rgb(17,156,220); }
div.DivClassName
{
background-color: #119CDC;
}
.BgClassName
{
background-color: #119CDC;
}
</style>
border-color css
<style>
span { border-color: #119CDC; }
span { border-color: rgb(17,156,220); }
td.TdClassName
{
border-color: #119CDC;
}
.TagClassName
{
border-color: #119CDC;
}
</style>