Shades of Pacific Blue #039EC0
Tints of Pacific Blue #039EC0
RGB
CMYK
RGB Variations
Color information
#039EC0 (or 0x039EC0) is known color: Pacific Blue. HEX triplet: 03, 9E and C0. RGB value is (3,158,192). Sum of RGB (Red+Green+Blue) = 3+158+192=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #039EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EC0 is #FC613F. Grayscale: #737373. Windows color (decimal): -16539968 or 12623363. OLE color: 12623363.
HSL color Cylindrical-coordinate representation of color #039EC0: hue angle of 190.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039EC0 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 158 | 192 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.25 |
| HSL | 190.79º | 0.97% | 0.38% | - |
| HSV(B) | 190.79º | 0.98% | 0.75% | - |
| XYZ | 21.78 | 28.28 | 54.18 | - |
| YUV | 115.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 192 | 0.98 | 0.18 | 0 | 0.25 | 190.79 | 0.97 | 0.38 |
| Hex | 3 | 9E | C0 | 62 | 12 | 0 | 19 | BF | 61 | 26 |
| Octal | 3 | 236 | 300 | 142 | 22 | 0 | 31 | 277 | 141 | 46 |
| Binary | 11 | 10011110 | 11000000 | 1100010 | 10010 | 0 | 11001 | 10111111 | 1100001 | 100110 |
Color Harmonies of #039EC0
Complementary color
Monochromatic Colors of #039EC0
Black with #039EC0
Text Example
Text Example
White with #039EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EC0; }
p { color: rgb(3,158,192); }
H1.HeaderClassName
{
color: #039EC0;
}
.AnyTagClassName
{
color: #039EC0;
}
</style>
background-color css
<style>
a { background-color: #039EC0; }
a { background-color: rgb(3,158,192); }
div.DivClassName
{
background-color: #039EC0;
}
.BgClassName
{
background-color: #039EC0;
}
</style>
border-color css
<style>
span { border-color: #039EC0; }
span { border-color: rgb(3,158,192); }
td.TdClassName
{
border-color: #039EC0;
}
.TagClassName
{
border-color: #039EC0;
}
</style>