Shades of Pacific Blue #139ADE
Tints of Pacific Blue #139ADE
RGB
CMYK
RGB Variations
Color information
#139ADE (or 0x139ADE) is known color: Pacific Blue. HEX triplet: 13, 9A and DE. RGB value is (19,154,222). Sum of RGB (Red+Green+Blue) = 19+154+222=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #139ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ADE is #EC6521. Grayscale: #787878. Windows color (decimal): -15492386 or 14588435. OLE color: 14588435.
HSL color Cylindrical-coordinate representation of color #139ADE: hue angle of 200.1º 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 #139ADE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 154 | 222 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.13 |
| HSL | 200.1º | 0.84% | 0.47% | - |
| HSV(B) | 200.1º | 0.91% | 0.87% | - |
| XYZ | 25.01 | 28.52 | 73.29 | - |
| YUV | 121.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 222 | 0.91 | 0.31 | 0 | 0.13 | 200.1 | 0.84 | 0.47 |
| Hex | 13 | 9A | DE | 5B | 1F | 0 | D | C8 | 54 | 2F |
| Octal | 23 | 232 | 336 | 133 | 37 | 0 | 15 | 310 | 124 | 57 |
| Binary | 10011 | 10011010 | 11011110 | 1011011 | 11111 | 0 | 1101 | 11001000 | 1010100 | 101111 |
Color Harmonies of #139ADE
Complementary color
Monochromatic Colors of #139ADE
Black with #139ADE
Text Example
Text Example
White with #139ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ADE; }
p { color: rgb(19,154,222); }
H1.HeaderClassName
{
color: #139ADE;
}
.AnyTagClassName
{
color: #139ADE;
}
</style>
background-color css
<style>
a { background-color: #139ADE; }
a { background-color: rgb(19,154,222); }
div.DivClassName
{
background-color: #139ADE;
}
.BgClassName
{
background-color: #139ADE;
}
</style>
border-color css
<style>
span { border-color: #139ADE; }
span { border-color: rgb(19,154,222); }
td.TdClassName
{
border-color: #139ADE;
}
.TagClassName
{
border-color: #139ADE;
}
</style>