Shades of Pacific Blue #039FDE
Tints of Pacific Blue #039FDE
RGB
CMYK
RGB Variations
Color information
#039FDE (or 0x039FDE) is known color: Pacific Blue. HEX triplet: 03, 9F and DE. RGB value is (3,159,222). Sum of RGB (Red+Green+Blue) = 3+159+222=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #039FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FDE is #FC6021. Grayscale: #777777. Windows color (decimal): -16539682 or 14589699. OLE color: 14589699.
HSL color Cylindrical-coordinate representation of color #039FDE: hue angle of 197.26º 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 #039FDE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 159 | 222 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.13 |
| HSL | 197.26º | 0.97% | 0.44% | - |
| HSV(B) | 197.26º | 0.99% | 0.87% | - |
| XYZ | 25.62 | 30.09 | 73.56 | - |
| YUV | 119.54 | 185.82 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 222 | 0.99 | 0.28 | 0 | 0.13 | 197.26 | 0.97 | 0.44 |
| Hex | 3 | 9F | DE | 63 | 1C | 0 | D | C5 | 61 | 2C |
| Octal | 3 | 237 | 336 | 143 | 34 | 0 | 15 | 305 | 141 | 54 |
| Binary | 11 | 10011111 | 11011110 | 1100011 | 11100 | 0 | 1101 | 11000101 | 1100001 | 101100 |
Color Harmonies of #039FDE
Complementary color
Monochromatic Colors of #039FDE
Black with #039FDE
Text Example
Text Example
White with #039FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FDE; }
p { color: rgb(3,159,222); }
H1.HeaderClassName
{
color: #039FDE;
}
.AnyTagClassName
{
color: #039FDE;
}
</style>
background-color css
<style>
a { background-color: #039FDE; }
a { background-color: rgb(3,159,222); }
div.DivClassName
{
background-color: #039FDE;
}
.BgClassName
{
background-color: #039FDE;
}
</style>
border-color css
<style>
span { border-color: #039FDE; }
span { border-color: rgb(3,159,222); }
td.TdClassName
{
border-color: #039FDE;
}
.TagClassName
{
border-color: #039FDE;
}
</style>