Shades of Pacific Blue #139ECE
Tints of Pacific Blue #139ECE
RGB
CMYK
RGB Variations
Color information
#139ECE (or 0x139ECE) is known color: Pacific Blue. HEX triplet: 13, 9E and CE. RGB value is (19,158,206). Sum of RGB (Red+Green+Blue) = 19+158+206=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #139ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ECE is #EC6131. Grayscale: #797979. Windows color (decimal): -15491378 or 13540883. OLE color: 13540883.
HSL color Cylindrical-coordinate representation of color #139ECE: hue angle of 195.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139ECE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 158 | 206 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.19 |
| HSL | 195.4º | 0.83% | 0.44% | - |
| HSV(B) | 195.4º | 0.91% | 0.81% | - |
| XYZ | 23.64 | 29.05 | 62.75 | - |
| YUV | 121.91 | 175.45 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 206 | 0.91 | 0.23 | 0 | 0.19 | 195.4 | 0.83 | 0.44 |
| Hex | 13 | 9E | CE | 5B | 17 | 0 | 13 | C3 | 53 | 2C |
| Octal | 23 | 236 | 316 | 133 | 27 | 0 | 23 | 303 | 123 | 54 |
| Binary | 10011 | 10011110 | 11001110 | 1011011 | 10111 | 0 | 10011 | 11000011 | 1010011 | 101100 |
Color Harmonies of #139ECE
Complementary color
Monochromatic Colors of #139ECE
Black with #139ECE
Text Example
Text Example
White with #139ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ECE; }
p { color: rgb(19,158,206); }
H1.HeaderClassName
{
color: #139ECE;
}
.AnyTagClassName
{
color: #139ECE;
}
</style>
background-color css
<style>
a { background-color: #139ECE; }
a { background-color: rgb(19,158,206); }
div.DivClassName
{
background-color: #139ECE;
}
.BgClassName
{
background-color: #139ECE;
}
</style>
border-color css
<style>
span { border-color: #139ECE; }
span { border-color: rgb(19,158,206); }
td.TdClassName
{
border-color: #139ECE;
}
.TagClassName
{
border-color: #139ECE;
}
</style>