Shades of Pacific Blue #039DC0
Tints of Pacific Blue #039DC0
RGB
CMYK
RGB Variations
Color information
#039DC0 (or 0x039DC0) is known color: Pacific Blue. HEX triplet: 03, 9D and C0. RGB value is (3,157,192). Sum of RGB (Red+Green+Blue) = 3+157+192=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #039DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DC0 is #FC623F. Grayscale: #727272. Windows color (decimal): -16540224 or 12623107. OLE color: 12623107.
HSL color Cylindrical-coordinate representation of color #039DC0: hue angle of 191.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DC0 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 157 | 192 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.25 |
| HSL | 191.11º | 0.97% | 0.38% | - |
| HSV(B) | 191.11º | 0.98% | 0.75% | - |
| XYZ | 21.61 | 27.94 | 54.12 | - |
| YUV | 114.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 192 | 0.98 | 0.18 | 0 | 0.25 | 191.11 | 0.97 | 0.38 |
| Hex | 3 | 9D | C0 | 62 | 12 | 0 | 19 | BF | 61 | 26 |
| Octal | 3 | 235 | 300 | 142 | 22 | 0 | 31 | 277 | 141 | 46 |
| Binary | 11 | 10011101 | 11000000 | 1100010 | 10010 | 0 | 11001 | 10111111 | 1100001 | 100110 |
Color Harmonies of #039DC0
Complementary color
Monochromatic Colors of #039DC0
Black with #039DC0
Text Example
Text Example
White with #039DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DC0; }
p { color: rgb(3,157,192); }
H1.HeaderClassName
{
color: #039DC0;
}
.AnyTagClassName
{
color: #039DC0;
}
</style>
background-color css
<style>
a { background-color: #039DC0; }
a { background-color: rgb(3,157,192); }
div.DivClassName
{
background-color: #039DC0;
}
.BgClassName
{
background-color: #039DC0;
}
</style>
border-color css
<style>
span { border-color: #039DC0; }
span { border-color: rgb(3,157,192); }
td.TdClassName
{
border-color: #039DC0;
}
.TagClassName
{
border-color: #039DC0;
}
</style>