Shades of Pacific Blue #039CE6
Tints of Pacific Blue #039CE6
RGB
CMYK
RGB Variations
Color information
#039CE6 (or 0x039CE6) is known color: Pacific Blue. HEX triplet: 03, 9C and E6. RGB value is (3,156,230). Sum of RGB (Red+Green+Blue) = 3+156+230=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #039CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CE6 is #FC6319. Grayscale: #767676. Windows color (decimal): -16540442 or 15113219. OLE color: 15113219.
HSL color Cylindrical-coordinate representation of color #039CE6: hue angle of 199.56º 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 #039CE6 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 156 | 230 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.10 |
| HSL | 199.56º | 0.97% | 0.46% | - |
| HSV(B) | 199.56º | 0.99% | 0.9% | - |
| XYZ | 26.21 | 29.51 | 79.18 | - |
| YUV | 118.69 | 190.81 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 230 | 0.99 | 0.32 | 0 | 0.10 | 199.56 | 0.97 | 0.46 |
| Hex | 3 | 9C | E6 | 63 | 20 | 0 | A | C8 | 61 | 2E |
| Octal | 3 | 234 | 346 | 143 | 40 | 0 | 12 | 310 | 141 | 56 |
| Binary | 11 | 10011100 | 11100110 | 1100011 | 100000 | 0 | 1010 | 11001000 | 1100001 | 101110 |
Color Harmonies of #039CE6
Complementary color
Monochromatic Colors of #039CE6
Black with #039CE6
Text Example
Text Example
White with #039CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CE6; }
p { color: rgb(3,156,230); }
H1.HeaderClassName
{
color: #039CE6;
}
.AnyTagClassName
{
color: #039CE6;
}
</style>
background-color css
<style>
a { background-color: #039CE6; }
a { background-color: rgb(3,156,230); }
div.DivClassName
{
background-color: #039CE6;
}
.BgClassName
{
background-color: #039CE6;
}
</style>
border-color css
<style>
span { border-color: #039CE6; }
span { border-color: rgb(3,156,230); }
td.TdClassName
{
border-color: #039CE6;
}
.TagClassName
{
border-color: #039CE6;
}
</style>