Shades of Pacific Blue #039EDF
Tints of Pacific Blue #039EDF
RGB
CMYK
RGB Variations
Color information
#039EDF (or 0x039EDF) is known color: Pacific Blue. HEX triplet: 03, 9E and DF. RGB value is (3,158,223). Sum of RGB (Red+Green+Blue) = 3+158+223=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #039EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDF is #FC6120. Grayscale: #767676. Windows color (decimal): -16539937 or 14654979. OLE color: 14654979.
HSL color Cylindrical-coordinate representation of color #039EDF: hue angle of 197.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EDF is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 158 | 223 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.13 |
| HSL | 197.73º | 0.97% | 0.44% | - |
| HSV(B) | 197.73º | 0.99% | 0.87% | - |
| XYZ | 25.58 | 29.8 | 74.22 | - |
| YUV | 119.07 | 186.65 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 223 | 0.99 | 0.29 | 0 | 0.13 | 197.73 | 0.97 | 0.44 |
| Hex | 3 | 9E | DF | 63 | 1D | 0 | D | C6 | 61 | 2C |
| Octal | 3 | 236 | 337 | 143 | 35 | 0 | 15 | 306 | 141 | 54 |
| Binary | 11 | 10011110 | 11011111 | 1100011 | 11101 | 0 | 1101 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039EDF
Complementary color
Monochromatic Colors of #039EDF
Black with #039EDF
Text Example
Text Example
White with #039EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EDF; }
p { color: rgb(3,158,223); }
H1.HeaderClassName
{
color: #039EDF;
}
.AnyTagClassName
{
color: #039EDF;
}
</style>
background-color css
<style>
a { background-color: #039EDF; }
a { background-color: rgb(3,158,223); }
div.DivClassName
{
background-color: #039EDF;
}
.BgClassName
{
background-color: #039EDF;
}
</style>
border-color css
<style>
span { border-color: #039EDF; }
span { border-color: rgb(3,158,223); }
td.TdClassName
{
border-color: #039EDF;
}
.TagClassName
{
border-color: #039EDF;
}
</style>