Shades of Pacific Blue #139DDE
Tints of Pacific Blue #139DDE
RGB
CMYK
RGB Variations
Color information
#139DDE (or 0x139DDE) is known color: Pacific Blue. HEX triplet: 13, 9D and DE. RGB value is (19,157,222). Sum of RGB (Red+Green+Blue) = 19+157+222=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #139DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DDE is #EC6221. Grayscale: #7A7A7A. Windows color (decimal): -15491618 or 14589203. OLE color: 14589203.
HSL color Cylindrical-coordinate representation of color #139DDE: hue angle of 199.21º 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 #139DDE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 157 | 222 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 199.21º | 0.84% | 0.47% | - |
| HSV(B) | 199.21º | 0.91% | 0.87% | - |
| XYZ | 25.51 | 29.53 | 73.46 | - |
| YUV | 123.15 | 183.78 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 222 | 0.91 | 0.29 | 0 | 0.13 | 199.21 | 0.84 | 0.47 |
| Hex | 13 | 9D | DE | 5B | 1D | 0 | D | C7 | 54 | 2F |
| Octal | 23 | 235 | 336 | 133 | 35 | 0 | 15 | 307 | 124 | 57 |
| Binary | 10011 | 10011101 | 11011110 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010100 | 101111 |
Color Harmonies of #139DDE
Complementary color
Monochromatic Colors of #139DDE
Black with #139DDE
Text Example
Text Example
White with #139DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DDE; }
p { color: rgb(19,157,222); }
H1.HeaderClassName
{
color: #139DDE;
}
.AnyTagClassName
{
color: #139DDE;
}
</style>
background-color css
<style>
a { background-color: #139DDE; }
a { background-color: rgb(19,157,222); }
div.DivClassName
{
background-color: #139DDE;
}
.BgClassName
{
background-color: #139DDE;
}
</style>
border-color css
<style>
span { border-color: #139DDE; }
span { border-color: rgb(19,157,222); }
td.TdClassName
{
border-color: #139DDE;
}
.TagClassName
{
border-color: #139DDE;
}
</style>