Shades of Pacific Blue #039EDC
Tints of Pacific Blue #039EDC
RGB
CMYK
RGB Variations
Color information
#039EDC (or 0x039EDC) is known color: Pacific Blue. HEX triplet: 03, 9E and DC. RGB value is (3,158,220). Sum of RGB (Red+Green+Blue) = 3+158+220=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #039EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDC is #FC6123. Grayscale: #767676. Windows color (decimal): -16539940 or 14458371. OLE color: 14458371.
HSL color Cylindrical-coordinate representation of color #039EDC: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EDC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 158 | 220 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.14 |
| HSL | 197.14º | 0.97% | 0.44% | - |
| HSV(B) | 197.14º | 0.99% | 0.86% | - |
| XYZ | 25.18 | 29.64 | 72.1 | - |
| YUV | 118.72 | 185.15 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 220 | 0.99 | 0.28 | 0 | 0.14 | 197.14 | 0.97 | 0.44 |
| Hex | 3 | 9E | DC | 63 | 1C | 0 | E | C5 | 61 | 2C |
| Octal | 3 | 236 | 334 | 143 | 34 | 0 | 16 | 305 | 141 | 54 |
| Binary | 11 | 10011110 | 11011100 | 1100011 | 11100 | 0 | 1110 | 11000101 | 1100001 | 101100 |
Color Harmonies of #039EDC
Complementary color
Monochromatic Colors of #039EDC
Black with #039EDC
Text Example
Text Example
White with #039EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EDC; }
p { color: rgb(3,158,220); }
H1.HeaderClassName
{
color: #039EDC;
}
.AnyTagClassName
{
color: #039EDC;
}
</style>
background-color css
<style>
a { background-color: #039EDC; }
a { background-color: rgb(3,158,220); }
div.DivClassName
{
background-color: #039EDC;
}
.BgClassName
{
background-color: #039EDC;
}
</style>
border-color css
<style>
span { border-color: #039EDC; }
span { border-color: rgb(3,158,220); }
td.TdClassName
{
border-color: #039EDC;
}
.TagClassName
{
border-color: #039EDC;
}
</style>