Shades of Pacific Blue #139DD6
Tints of Pacific Blue #139DD6
RGB
CMYK
RGB Variations
Color information
#139DD6 (or 0x139DD6) is known color: Pacific Blue. HEX triplet: 13, 9D and D6. RGB value is (19,157,214). Sum of RGB (Red+Green+Blue) = 19+157+214=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #139DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DD6 is #EC6229. Grayscale: #797979. Windows color (decimal): -15491626 or 14064915. OLE color: 14064915.
HSL color Cylindrical-coordinate representation of color #139DD6: hue angle of 197.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139DD6 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 157 | 214 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.16 |
| HSL | 197.54º | 0.84% | 0.46% | - |
| HSV(B) | 197.54º | 0.91% | 0.84% | - |
| XYZ | 24.46 | 29.11 | 67.95 | - |
| YUV | 122.24 | 179.78 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 214 | 0.91 | 0.27 | 0 | 0.16 | 197.54 | 0.84 | 0.46 |
| Hex | 13 | 9D | D6 | 5B | 1B | 0 | 10 | C6 | 54 | 2E |
| Octal | 23 | 235 | 326 | 133 | 33 | 0 | 20 | 306 | 124 | 56 |
| Binary | 10011 | 10011101 | 11010110 | 1011011 | 11011 | 0 | 10000 | 11000110 | 1010100 | 101110 |
Color Harmonies of #139DD6
Complementary color
Monochromatic Colors of #139DD6
Black with #139DD6
Text Example
Text Example
White with #139DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DD6; }
p { color: rgb(19,157,214); }
H1.HeaderClassName
{
color: #139DD6;
}
.AnyTagClassName
{
color: #139DD6;
}
</style>
background-color css
<style>
a { background-color: #139DD6; }
a { background-color: rgb(19,157,214); }
div.DivClassName
{
background-color: #139DD6;
}
.BgClassName
{
background-color: #139DD6;
}
</style>
border-color css
<style>
span { border-color: #139DD6; }
span { border-color: rgb(19,157,214); }
td.TdClassName
{
border-color: #139DD6;
}
.TagClassName
{
border-color: #139DD6;
}
</style>