Shades of Pacific Blue #039EE8
Tints of Pacific Blue #039EE8
RGB
CMYK
RGB Variations
Color information
#039EE8 (or 0x039EE8) is known color: Pacific Blue. HEX triplet: 03, 9E and E8. RGB value is (3,158,232). Sum of RGB (Red+Green+Blue) = 3+158+232=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #039EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EE8 is #FC6117. Grayscale: #777777. Windows color (decimal): -16539928 or 15244803. OLE color: 15244803.
HSL color Cylindrical-coordinate representation of color #039EE8: hue angle of 199.39º 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 #039EE8 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 158 | 232 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.09 |
| HSL | 199.39º | 0.97% | 0.46% | - |
| HSV(B) | 199.39º | 0.99% | 0.91% | - |
| XYZ | 26.83 | 30.3 | 80.78 | - |
| YUV | 120.09 | 191.15 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 232 | 0.99 | 0.32 | 0 | 0.09 | 199.39 | 0.97 | 0.46 |
| Hex | 3 | 9E | E8 | 63 | 20 | 0 | 9 | C7 | 61 | 2E |
| Octal | 3 | 236 | 350 | 143 | 40 | 0 | 11 | 307 | 141 | 56 |
| Binary | 11 | 10011110 | 11101000 | 1100011 | 100000 | 0 | 1001 | 11000111 | 1100001 | 101110 |
Color Harmonies of #039EE8
Complementary color
Monochromatic Colors of #039EE8
Black with #039EE8
Text Example
Text Example
White with #039EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EE8; }
p { color: rgb(3,158,232); }
H1.HeaderClassName
{
color: #039EE8;
}
.AnyTagClassName
{
color: #039EE8;
}
</style>
background-color css
<style>
a { background-color: #039EE8; }
a { background-color: rgb(3,158,232); }
div.DivClassName
{
background-color: #039EE8;
}
.BgClassName
{
background-color: #039EE8;
}
</style>
border-color css
<style>
span { border-color: #039EE8; }
span { border-color: rgb(3,158,232); }
td.TdClassName
{
border-color: #039EE8;
}
.TagClassName
{
border-color: #039EE8;
}
</style>