Shades of Pacific Blue #039DDE
Tints of Pacific Blue #039DDE
RGB
CMYK
RGB Variations
Color information
#039DDE (or 0x039DDE) is known color: Pacific Blue. HEX triplet: 03, 9D and DE. RGB value is (3,157,222). Sum of RGB (Red+Green+Blue) = 3+157+222=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #039DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DDE is #FC6221. Grayscale: #757575. Windows color (decimal): -16540194 or 14589187. OLE color: 14589187.
HSL color Cylindrical-coordinate representation of color #039DDE: hue angle of 197.81º 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 #039DDE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 157 | 222 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.13 |
| HSL | 197.81º | 0.97% | 0.44% | - |
| HSV(B) | 197.81º | 0.99% | 0.87% | - |
| XYZ | 25.28 | 29.41 | 73.45 | - |
| YUV | 118.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 222 | 0.99 | 0.29 | 0 | 0.13 | 197.81 | 0.97 | 0.44 |
| Hex | 3 | 9D | DE | 63 | 1D | 0 | D | C6 | 61 | 2C |
| Octal | 3 | 235 | 336 | 143 | 35 | 0 | 15 | 306 | 141 | 54 |
| Binary | 11 | 10011101 | 11011110 | 1100011 | 11101 | 0 | 1101 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039DDE
Complementary color
Monochromatic Colors of #039DDE
Black with #039DDE
Text Example
Text Example
White with #039DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DDE; }
p { color: rgb(3,157,222); }
H1.HeaderClassName
{
color: #039DDE;
}
.AnyTagClassName
{
color: #039DDE;
}
</style>
background-color css
<style>
a { background-color: #039DDE; }
a { background-color: rgb(3,157,222); }
div.DivClassName
{
background-color: #039DDE;
}
.BgClassName
{
background-color: #039DDE;
}
</style>
border-color css
<style>
span { border-color: #039DDE; }
span { border-color: rgb(3,157,222); }
td.TdClassName
{
border-color: #039DDE;
}
.TagClassName
{
border-color: #039DDE;
}
</style>