Shades of Pacific Blue #039EC6
Tints of Pacific Blue #039EC6
RGB
CMYK
RGB Variations
Color information
#039EC6 (or 0x039EC6) is known color: Pacific Blue. HEX triplet: 03, 9E and C6. RGB value is (3,158,198). Sum of RGB (Red+Green+Blue) = 3+158+198=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #039EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EC6 is #FC6139. Grayscale: #737373. Windows color (decimal): -16539962 or 13016579. OLE color: 13016579.
HSL color Cylindrical-coordinate representation of color #039EC6: hue angle of 192.31º 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 #039EC6 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 158 | 198 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.22 |
| HSL | 192.31º | 0.97% | 0.39% | - |
| HSV(B) | 192.31º | 0.98% | 0.78% | - |
| XYZ | 22.46 | 28.55 | 57.75 | - |
| YUV | 116.22 | 174.15 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 198 | 0.98 | 0.20 | 0 | 0.22 | 192.31 | 0.97 | 0.39 |
| Hex | 3 | 9E | C6 | 62 | 14 | 0 | 16 | C0 | 61 | 27 |
| Octal | 3 | 236 | 306 | 142 | 24 | 0 | 26 | 300 | 141 | 47 |
| Binary | 11 | 10011110 | 11000110 | 1100010 | 10100 | 0 | 10110 | 11000000 | 1100001 | 100111 |
Color Harmonies of #039EC6
Complementary color
Monochromatic Colors of #039EC6
Black with #039EC6
Text Example
Text Example
White with #039EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EC6; }
p { color: rgb(3,158,198); }
H1.HeaderClassName
{
color: #039EC6;
}
.AnyTagClassName
{
color: #039EC6;
}
</style>
background-color css
<style>
a { background-color: #039EC6; }
a { background-color: rgb(3,158,198); }
div.DivClassName
{
background-color: #039EC6;
}
.BgClassName
{
background-color: #039EC6;
}
</style>
border-color css
<style>
span { border-color: #039EC6; }
span { border-color: rgb(3,158,198); }
td.TdClassName
{
border-color: #039EC6;
}
.TagClassName
{
border-color: #039EC6;
}
</style>