Shades of Pacific Blue #039FE6
Tints of Pacific Blue #039FE6
RGB
CMYK
RGB Variations
Color information
#039FE6 (or 0x039FE6) is known color: Pacific Blue. HEX triplet: 03, 9F and E6. RGB value is (3,159,230). Sum of RGB (Red+Green+Blue) = 3+159+230=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #039FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FE6 is #FC6019. Grayscale: #787878. Windows color (decimal): -16539674 or 15113987. OLE color: 15113987.
HSL color Cylindrical-coordinate representation of color #039FE6: hue angle of 198.77º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FE6 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 159 | 230 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.10 |
| HSL | 198.77º | 0.97% | 0.46% | - |
| HSV(B) | 198.77º | 0.99% | 0.9% | - |
| XYZ | 26.72 | 30.53 | 79.35 | - |
| YUV | 120.45 | 189.82 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 230 | 0.99 | 0.31 | 0 | 0.10 | 198.77 | 0.97 | 0.46 |
| Hex | 3 | 9F | E6 | 63 | 1F | 0 | A | C7 | 61 | 2E |
| Octal | 3 | 237 | 346 | 143 | 37 | 0 | 12 | 307 | 141 | 56 |
| Binary | 11 | 10011111 | 11100110 | 1100011 | 11111 | 0 | 1010 | 11000111 | 1100001 | 101110 |
Color Harmonies of #039FE6
Complementary color
Monochromatic Colors of #039FE6
Black with #039FE6
Text Example
Text Example
White with #039FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FE6; }
p { color: rgb(3,159,230); }
H1.HeaderClassName
{
color: #039FE6;
}
.AnyTagClassName
{
color: #039FE6;
}
</style>
background-color css
<style>
a { background-color: #039FE6; }
a { background-color: rgb(3,159,230); }
div.DivClassName
{
background-color: #039FE6;
}
.BgClassName
{
background-color: #039FE6;
}
</style>
border-color css
<style>
span { border-color: #039FE6; }
span { border-color: rgb(3,159,230); }
td.TdClassName
{
border-color: #039FE6;
}
.TagClassName
{
border-color: #039FE6;
}
</style>