Shades of Pacific Blue #139ACF
Tints of Pacific Blue #139ACF
RGB
CMYK
RGB Variations
Color information
#139ACF (or 0x139ACF) is known color: Pacific Blue. HEX triplet: 13, 9A and CF. RGB value is (19,154,207). Sum of RGB (Red+Green+Blue) = 19+154+207=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #139ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ACF is #EC6530. Grayscale: #777777. Windows color (decimal): -15492401 or 13605395. OLE color: 13605395.
HSL color Cylindrical-coordinate representation of color #139ACF: hue angle of 196.91º 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 #139ACF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 154 | 207 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.19 |
| HSL | 196.91º | 0.83% | 0.44% | - |
| HSV(B) | 196.91º | 0.91% | 0.81% | - |
| XYZ | 23.09 | 27.75 | 63.17 | - |
| YUV | 119.68 | 177.27 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 207 | 0.91 | 0.26 | 0 | 0.19 | 196.91 | 0.83 | 0.44 |
| Hex | 13 | 9A | CF | 5B | 1A | 0 | 13 | C5 | 53 | 2C |
| Octal | 23 | 232 | 317 | 133 | 32 | 0 | 23 | 305 | 123 | 54 |
| Binary | 10011 | 10011010 | 11001111 | 1011011 | 11010 | 0 | 10011 | 11000101 | 1010011 | 101100 |
Color Harmonies of #139ACF
Complementary color
Monochromatic Colors of #139ACF
Black with #139ACF
Text Example
Text Example
White with #139ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ACF; }
p { color: rgb(19,154,207); }
H1.HeaderClassName
{
color: #139ACF;
}
.AnyTagClassName
{
color: #139ACF;
}
</style>
background-color css
<style>
a { background-color: #139ACF; }
a { background-color: rgb(19,154,207); }
div.DivClassName
{
background-color: #139ACF;
}
.BgClassName
{
background-color: #139ACF;
}
</style>
border-color css
<style>
span { border-color: #139ACF; }
span { border-color: rgb(19,154,207); }
td.TdClassName
{
border-color: #139ACF;
}
.TagClassName
{
border-color: #139ACF;
}
</style>