Shades of Pacific Blue #039CE8
Tints of Pacific Blue #039CE8
RGB
CMYK
RGB Variations
Color information
#039CE8 (or 0x039CE8) is known color: Pacific Blue. HEX triplet: 03, 9C and E8. RGB value is (3,156,232). Sum of RGB (Red+Green+Blue) = 3+156+232=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #039CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CE8 is #FC6317. Grayscale: #767676. Windows color (decimal): -16540440 or 15244291. OLE color: 15244291.
HSL color Cylindrical-coordinate representation of color #039CE8: hue angle of 199.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CE8 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 156 | 232 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.09 |
| HSL | 199.91º | 0.97% | 0.46% | - |
| HSV(B) | 199.91º | 0.99% | 0.91% | - |
| XYZ | 26.49 | 29.62 | 80.67 | - |
| YUV | 118.92 | 191.81 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 232 | 0.99 | 0.33 | 0 | 0.09 | 199.91 | 0.97 | 0.46 |
| Hex | 3 | 9C | E8 | 63 | 21 | 0 | 9 | C8 | 61 | 2E |
| Octal | 3 | 234 | 350 | 143 | 41 | 0 | 11 | 310 | 141 | 56 |
| Binary | 11 | 10011100 | 11101000 | 1100011 | 100001 | 0 | 1001 | 11001000 | 1100001 | 101110 |
Color Harmonies of #039CE8
Complementary color
Monochromatic Colors of #039CE8
Black with #039CE8
Text Example
Text Example
White with #039CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CE8; }
p { color: rgb(3,156,232); }
H1.HeaderClassName
{
color: #039CE8;
}
.AnyTagClassName
{
color: #039CE8;
}
</style>
background-color css
<style>
a { background-color: #039CE8; }
a { background-color: rgb(3,156,232); }
div.DivClassName
{
background-color: #039CE8;
}
.BgClassName
{
background-color: #039CE8;
}
</style>
border-color css
<style>
span { border-color: #039CE8; }
span { border-color: rgb(3,156,232); }
td.TdClassName
{
border-color: #039CE8;
}
.TagClassName
{
border-color: #039CE8;
}
</style>