Shades of Pacific Blue #039DC5
Tints of Pacific Blue #039DC5
RGB
CMYK
RGB Variations
Color information
#039DC5 (or 0x039DC5) is known color: Pacific Blue. HEX triplet: 03, 9D and C5. RGB value is (3,157,197). Sum of RGB (Red+Green+Blue) = 3+157+197=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #039DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DC5 is #FC623A. Grayscale: #737373. Windows color (decimal): -16540219 or 12950787. OLE color: 12950787.
HSL color Cylindrical-coordinate representation of color #039DC5: hue angle of 192.37º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DC5 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 157 | 197 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.23 |
| HSL | 192.37º | 0.97% | 0.39% | - |
| HSV(B) | 192.37º | 0.98% | 0.77% | - |
| XYZ | 22.17 | 28.16 | 57.09 | - |
| YUV | 115.51 | 173.98 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 197 | 0.98 | 0.20 | 0 | 0.23 | 192.37 | 0.97 | 0.39 |
| Hex | 3 | 9D | C5 | 62 | 14 | 0 | 17 | C0 | 61 | 27 |
| Octal | 3 | 235 | 305 | 142 | 24 | 0 | 27 | 300 | 141 | 47 |
| Binary | 11 | 10011101 | 11000101 | 1100010 | 10100 | 0 | 10111 | 11000000 | 1100001 | 100111 |
Color Harmonies of #039DC5
Complementary color
Monochromatic Colors of #039DC5
Black with #039DC5
Text Example
Text Example
White with #039DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DC5; }
p { color: rgb(3,157,197); }
H1.HeaderClassName
{
color: #039DC5;
}
.AnyTagClassName
{
color: #039DC5;
}
</style>
background-color css
<style>
a { background-color: #039DC5; }
a { background-color: rgb(3,157,197); }
div.DivClassName
{
background-color: #039DC5;
}
.BgClassName
{
background-color: #039DC5;
}
</style>
border-color css
<style>
span { border-color: #039DC5; }
span { border-color: rgb(3,157,197); }
td.TdClassName
{
border-color: #039DC5;
}
.TagClassName
{
border-color: #039DC5;
}
</style>