Shades of Pacific Blue #119BCE
Tints of Pacific Blue #119BCE
RGB
CMYK
RGB Variations
Color information
#119BCE (or 0x119BCE) is known color: Pacific Blue. HEX triplet: 11, 9B and CE. RGB value is (17,155,206). Sum of RGB (Red+Green+Blue) = 17+155+206=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #119BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BCE is #EE6431. Grayscale: #777777. Windows color (decimal): -15623218 or 13540113. OLE color: 13540113.
HSL color Cylindrical-coordinate representation of color #119BCE: hue angle of 196.19º 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 #119BCE is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 155 | 206 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.19 |
| HSL | 196.19º | 0.85% | 0.44% | - |
| HSV(B) | 196.19º | 0.92% | 0.81% | - |
| XYZ | 23.09 | 28.02 | 62.58 | - |
| YUV | 119.55 | 176.78 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 206 | 0.92 | 0.25 | 0 | 0.19 | 196.19 | 0.85 | 0.44 |
| Hex | 11 | 9B | CE | 5C | 19 | 0 | 13 | C4 | 55 | 2C |
| Octal | 21 | 233 | 316 | 134 | 31 | 0 | 23 | 304 | 125 | 54 |
| Binary | 10001 | 10011011 | 11001110 | 1011100 | 11001 | 0 | 10011 | 11000100 | 1010101 | 101100 |
Color Harmonies of #119BCE
Complementary color
Monochromatic Colors of #119BCE
Black with #119BCE
Text Example
Text Example
White with #119BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BCE; }
p { color: rgb(17,155,206); }
H1.HeaderClassName
{
color: #119BCE;
}
.AnyTagClassName
{
color: #119BCE;
}
</style>
background-color css
<style>
a { background-color: #119BCE; }
a { background-color: rgb(17,155,206); }
div.DivClassName
{
background-color: #119BCE;
}
.BgClassName
{
background-color: #119BCE;
}
</style>
border-color css
<style>
span { border-color: #119BCE; }
span { border-color: rgb(17,155,206); }
td.TdClassName
{
border-color: #119BCE;
}
.TagClassName
{
border-color: #119BCE;
}
</style>