Shades of Pacific Blue #139EDE
Tints of Pacific Blue #139EDE
RGB
CMYK
RGB Variations
Color information
#139EDE (or 0x139EDE) is known color: Pacific Blue. HEX triplet: 13, 9E and DE. RGB value is (19,158,222). Sum of RGB (Red+Green+Blue) = 19+158+222=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #139EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EDE is #EC6121. Grayscale: #7B7B7B. Windows color (decimal): -15491362 or 14589459. OLE color: 14589459.
HSL color Cylindrical-coordinate representation of color #139EDE: hue angle of 198.92º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139EDE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 158 | 222 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 198.92º | 0.84% | 0.47% | - |
| HSV(B) | 198.92º | 0.91% | 0.87% | - |
| XYZ | 25.68 | 29.87 | 73.52 | - |
| YUV | 123.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 222 | 0.91 | 0.29 | 0 | 0.13 | 198.92 | 0.84 | 0.47 |
| Hex | 13 | 9E | DE | 5B | 1D | 0 | D | C7 | 54 | 2F |
| Octal | 23 | 236 | 336 | 133 | 35 | 0 | 15 | 307 | 124 | 57 |
| Binary | 10011 | 10011110 | 11011110 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010100 | 101111 |
Color Harmonies of #139EDE
Complementary color
Monochromatic Colors of #139EDE
Black with #139EDE
Text Example
Text Example
White with #139EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EDE; }
p { color: rgb(19,158,222); }
H1.HeaderClassName
{
color: #139EDE;
}
.AnyTagClassName
{
color: #139EDE;
}
</style>
background-color css
<style>
a { background-color: #139EDE; }
a { background-color: rgb(19,158,222); }
div.DivClassName
{
background-color: #139EDE;
}
.BgClassName
{
background-color: #139EDE;
}
</style>
border-color css
<style>
span { border-color: #139EDE; }
span { border-color: rgb(19,158,222); }
td.TdClassName
{
border-color: #139EDE;
}
.TagClassName
{
border-color: #139EDE;
}
</style>