Shades of Pacific Blue #039ED3
Tints of Pacific Blue #039ED3
RGB
CMYK
RGB Variations
Color information
#039ED3 (or 0x039ED3) is known color: Pacific Blue. HEX triplet: 03, 9E and D3. RGB value is (3,158,211). Sum of RGB (Red+Green+Blue) = 3+158+211=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #039ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ED3 is #FC612C. Grayscale: #757575. Windows color (decimal): -16539949 or 13868547. OLE color: 13868547.
HSL color Cylindrical-coordinate representation of color #039ED3: hue angle of 195.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ED3 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 158 | 211 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.17 |
| HSL | 195.29º | 0.97% | 0.42% | - |
| HSV(B) | 195.29º | 0.99% | 0.83% | - |
| XYZ | 24.02 | 29.18 | 65.99 | - |
| YUV | 117.7 | 180.65 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 211 | 0.99 | 0.25 | 0 | 0.17 | 195.29 | 0.97 | 0.42 |
| Hex | 3 | 9E | D3 | 63 | 19 | 0 | 11 | C3 | 61 | 2A |
| Octal | 3 | 236 | 323 | 143 | 31 | 0 | 21 | 303 | 141 | 52 |
| Binary | 11 | 10011110 | 11010011 | 1100011 | 11001 | 0 | 10001 | 11000011 | 1100001 | 101010 |
Color Harmonies of #039ED3
Complementary color
Monochromatic Colors of #039ED3
Black with #039ED3
Text Example
Text Example
White with #039ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039ED3; }
p { color: rgb(3,158,211); }
H1.HeaderClassName
{
color: #039ED3;
}
.AnyTagClassName
{
color: #039ED3;
}
</style>
background-color css
<style>
a { background-color: #039ED3; }
a { background-color: rgb(3,158,211); }
div.DivClassName
{
background-color: #039ED3;
}
.BgClassName
{
background-color: #039ED3;
}
</style>
border-color css
<style>
span { border-color: #039ED3; }
span { border-color: rgb(3,158,211); }
td.TdClassName
{
border-color: #039ED3;
}
.TagClassName
{
border-color: #039ED3;
}
</style>