Shades of Pacific Blue #039DC6
Tints of Pacific Blue #039DC6
RGB
CMYK
RGB Variations
Color information
#039DC6 (or 0x039DC6) is known color: Pacific Blue. HEX triplet: 03, 9D and C6. RGB value is (3,157,198). Sum of RGB (Red+Green+Blue) = 3+157+198=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #039DC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DC6 is #FC6239. Grayscale: #737373. Windows color (decimal): -16540218 or 13016323. OLE color: 13016323.
HSL color Cylindrical-coordinate representation of color #039DC6: hue angle of 192.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DC6 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 157 | 198 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.22 |
| HSL | 192.62º | 0.97% | 0.39% | - |
| HSV(B) | 192.62º | 0.98% | 0.78% | - |
| XYZ | 22.29 | 28.21 | 57.7 | - |
| YUV | 115.63 | 174.48 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 198 | 0.98 | 0.21 | 0 | 0.22 | 192.62 | 0.97 | 0.39 |
| Hex | 3 | 9D | C6 | 62 | 15 | 0 | 16 | C1 | 61 | 27 |
| Octal | 3 | 235 | 306 | 142 | 25 | 0 | 26 | 301 | 141 | 47 |
| Binary | 11 | 10011101 | 11000110 | 1100010 | 10101 | 0 | 10110 | 11000001 | 1100001 | 100111 |
Color Harmonies of #039DC6
Complementary color
Monochromatic Colors of #039DC6
Black with #039DC6
Text Example
Text Example
White with #039DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DC6; }
p { color: rgb(3,157,198); }
H1.HeaderClassName
{
color: #039DC6;
}
.AnyTagClassName
{
color: #039DC6;
}
</style>
background-color css
<style>
a { background-color: #039DC6; }
a { background-color: rgb(3,157,198); }
div.DivClassName
{
background-color: #039DC6;
}
.BgClassName
{
background-color: #039DC6;
}
</style>
border-color css
<style>
span { border-color: #039DC6; }
span { border-color: rgb(3,157,198); }
td.TdClassName
{
border-color: #039DC6;
}
.TagClassName
{
border-color: #039DC6;
}
</style>