Shades of Pacific Blue #039FE8
Tints of Pacific Blue #039FE8
RGB
CMYK
RGB Variations
Color information
#039FE8 (or 0x039FE8) is known color: Pacific Blue. HEX triplet: 03, 9F and E8. RGB value is (3,159,232). Sum of RGB (Red+Green+Blue) = 3+159+232=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #039FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FE8 is #FC6017. Grayscale: #787878. Windows color (decimal): -16539672 or 15245059. OLE color: 15245059.
HSL color Cylindrical-coordinate representation of color #039FE8: hue angle of 199.13º 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 #039FE8 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 159 | 232 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.09 |
| HSL | 199.13º | 0.97% | 0.46% | - |
| HSV(B) | 199.13º | 0.99% | 0.91% | - |
| XYZ | 27 | 30.64 | 80.84 | - |
| YUV | 120.68 | 190.82 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 232 | 0.99 | 0.31 | 0 | 0.09 | 199.13 | 0.97 | 0.46 |
| Hex | 3 | 9F | E8 | 63 | 1F | 0 | 9 | C7 | 61 | 2E |
| Octal | 3 | 237 | 350 | 143 | 37 | 0 | 11 | 307 | 141 | 56 |
| Binary | 11 | 10011111 | 11101000 | 1100011 | 11111 | 0 | 1001 | 11000111 | 1100001 | 101110 |
Color Harmonies of #039FE8
Complementary color
Monochromatic Colors of #039FE8
Black with #039FE8
Text Example
Text Example
White with #039FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FE8; }
p { color: rgb(3,159,232); }
H1.HeaderClassName
{
color: #039FE8;
}
.AnyTagClassName
{
color: #039FE8;
}
</style>
background-color css
<style>
a { background-color: #039FE8; }
a { background-color: rgb(3,159,232); }
div.DivClassName
{
background-color: #039FE8;
}
.BgClassName
{
background-color: #039FE8;
}
</style>
border-color css
<style>
span { border-color: #039FE8; }
span { border-color: rgb(3,159,232); }
td.TdClassName
{
border-color: #039FE8;
}
.TagClassName
{
border-color: #039FE8;
}
</style>