Shades of Pacific Blue #039EDE
Tints of Pacific Blue #039EDE
RGB
CMYK
RGB Variations
Color information
#039EDE (or 0x039EDE) is known color: Pacific Blue. HEX triplet: 03, 9E and DE. RGB value is (3,158,222). Sum of RGB (Red+Green+Blue) = 3+158+222=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #039EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDE is #FC6121. Grayscale: #767676. Windows color (decimal): -16539938 or 14589443. OLE color: 14589443.
HSL color Cylindrical-coordinate representation of color #039EDE: hue angle of 197.53º 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 #039EDE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 158 | 222 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.13 |
| HSL | 197.53º | 0.97% | 0.44% | - |
| HSV(B) | 197.53º | 0.99% | 0.87% | - |
| XYZ | 25.45 | 29.75 | 73.51 | - |
| YUV | 118.95 | 186.15 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 222 | 0.99 | 0.29 | 0 | 0.13 | 197.53 | 0.97 | 0.44 |
| Hex | 3 | 9E | DE | 63 | 1D | 0 | D | C6 | 61 | 2C |
| Octal | 3 | 236 | 336 | 143 | 35 | 0 | 15 | 306 | 141 | 54 |
| Binary | 11 | 10011110 | 11011110 | 1100011 | 11101 | 0 | 1101 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039EDE
Complementary color
Monochromatic Colors of #039EDE
Black with #039EDE
Text Example
Text Example
White with #039EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EDE; }
p { color: rgb(3,158,222); }
H1.HeaderClassName
{
color: #039EDE;
}
.AnyTagClassName
{
color: #039EDE;
}
</style>
background-color css
<style>
a { background-color: #039EDE; }
a { background-color: rgb(3,158,222); }
div.DivClassName
{
background-color: #039EDE;
}
.BgClassName
{
background-color: #039EDE;
}
</style>
border-color css
<style>
span { border-color: #039EDE; }
span { border-color: rgb(3,158,222); }
td.TdClassName
{
border-color: #039EDE;
}
.TagClassName
{
border-color: #039EDE;
}
</style>