Shades of Pacific Blue #139ACE
Tints of Pacific Blue #139ACE
RGB
CMYK
RGB Variations
Color information
#139ACE (or 0x139ACE) is known color: Pacific Blue. HEX triplet: 13, 9A and CE. RGB value is (19,154,206). Sum of RGB (Red+Green+Blue) = 19+154+206=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #139ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ACE is #EC6531. Grayscale: #777777. Windows color (decimal): -15492402 or 13539859. OLE color: 13539859.
HSL color Cylindrical-coordinate representation of color #139ACE: hue angle of 196.68º 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 #139ACE is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 154 | 206 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.19 |
| HSL | 196.68º | 0.83% | 0.44% | - |
| HSV(B) | 196.68º | 0.91% | 0.81% | - |
| XYZ | 22.96 | 27.71 | 62.53 | - |
| YUV | 119.56 | 176.77 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 206 | 0.91 | 0.25 | 0 | 0.19 | 196.68 | 0.83 | 0.44 |
| Hex | 13 | 9A | CE | 5B | 19 | 0 | 13 | C5 | 53 | 2C |
| Octal | 23 | 232 | 316 | 133 | 31 | 0 | 23 | 305 | 123 | 54 |
| Binary | 10011 | 10011010 | 11001110 | 1011011 | 11001 | 0 | 10011 | 11000101 | 1010011 | 101100 |
Color Harmonies of #139ACE
Complementary color
Monochromatic Colors of #139ACE
Black with #139ACE
Text Example
Text Example
White with #139ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ACE; }
p { color: rgb(19,154,206); }
H1.HeaderClassName
{
color: #139ACE;
}
.AnyTagClassName
{
color: #139ACE;
}
</style>
background-color css
<style>
a { background-color: #139ACE; }
a { background-color: rgb(19,154,206); }
div.DivClassName
{
background-color: #139ACE;
}
.BgClassName
{
background-color: #139ACE;
}
</style>
border-color css
<style>
span { border-color: #139ACE; }
span { border-color: rgb(19,154,206); }
td.TdClassName
{
border-color: #139ACE;
}
.TagClassName
{
border-color: #139ACE;
}
</style>