Shades of Pacific Blue #119DCE
Tints of Pacific Blue #119DCE
RGB
CMYK
RGB Variations
Color information
#119DCE (or 0x119DCE) is known color: Pacific Blue. HEX triplet: 11, 9D and CE. RGB value is (17,157,206). Sum of RGB (Red+Green+Blue) = 17+157+206=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #119DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DCE is #EE6231. Grayscale: #787878. Windows color (decimal): -15622706 or 13540625. OLE color: 13540625.
HSL color Cylindrical-coordinate representation of color #119DCE: hue angle of 195.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119DCE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 157 | 206 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.19 |
| HSL | 195.56º | 0.85% | 0.44% | - |
| HSV(B) | 195.56º | 0.92% | 0.81% | - |
| XYZ | 23.43 | 28.69 | 62.7 | - |
| YUV | 120.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 206 | 0.92 | 0.24 | 0 | 0.19 | 195.56 | 0.85 | 0.44 |
| Hex | 11 | 9D | CE | 5C | 18 | 0 | 13 | C4 | 55 | 2C |
| Octal | 21 | 235 | 316 | 134 | 30 | 0 | 23 | 304 | 125 | 54 |
| Binary | 10001 | 10011101 | 11001110 | 1011100 | 11000 | 0 | 10011 | 11000100 | 1010101 | 101100 |
Color Harmonies of #119DCE
Complementary color
Monochromatic Colors of #119DCE
Black with #119DCE
Text Example
Text Example
White with #119DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DCE; }
p { color: rgb(17,157,206); }
H1.HeaderClassName
{
color: #119DCE;
}
.AnyTagClassName
{
color: #119DCE;
}
</style>
background-color css
<style>
a { background-color: #119DCE; }
a { background-color: rgb(17,157,206); }
div.DivClassName
{
background-color: #119DCE;
}
.BgClassName
{
background-color: #119DCE;
}
</style>
border-color css
<style>
span { border-color: #119DCE; }
span { border-color: rgb(17,157,206); }
td.TdClassName
{
border-color: #119DCE;
}
.TagClassName
{
border-color: #119DCE;
}
</style>