Shades of Pacific Blue #039ED2
Tints of Pacific Blue #039ED2
RGB
CMYK
RGB Variations
Color information
#039ED2 (or 0x039ED2) is known color: Pacific Blue. HEX triplet: 03, 9E and D2. RGB value is (3,158,210). Sum of RGB (Red+Green+Blue) = 3+158+210=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #039ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ED2 is #FC612D. Grayscale: #757575. Windows color (decimal): -16539950 or 13803011. OLE color: 13803011.
HSL color Cylindrical-coordinate representation of color #039ED2: hue angle of 195.07º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ED2 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 158 | 210 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.18 |
| HSL | 195.07º | 0.97% | 0.42% | - |
| HSV(B) | 195.07º | 0.99% | 0.82% | - |
| XYZ | 23.9 | 29.13 | 65.34 | - |
| YUV | 117.58 | 180.15 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 210 | 0.99 | 0.25 | 0 | 0.18 | 195.07 | 0.97 | 0.42 |
| Hex | 3 | 9E | D2 | 63 | 19 | 0 | 12 | C3 | 61 | 2A |
| Octal | 3 | 236 | 322 | 143 | 31 | 0 | 22 | 303 | 141 | 52 |
| Binary | 11 | 10011110 | 11010010 | 1100011 | 11001 | 0 | 10010 | 11000011 | 1100001 | 101010 |
Color Harmonies of #039ED2
Complementary color
Monochromatic Colors of #039ED2
Black with #039ED2
Text Example
Text Example
White with #039ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039ED2; }
p { color: rgb(3,158,210); }
H1.HeaderClassName
{
color: #039ED2;
}
.AnyTagClassName
{
color: #039ED2;
}
</style>
background-color css
<style>
a { background-color: #039ED2; }
a { background-color: rgb(3,158,210); }
div.DivClassName
{
background-color: #039ED2;
}
.BgClassName
{
background-color: #039ED2;
}
</style>
border-color css
<style>
span { border-color: #039ED2; }
span { border-color: rgb(3,158,210); }
td.TdClassName
{
border-color: #039ED2;
}
.TagClassName
{
border-color: #039ED2;
}
</style>