Shades of Pacific Blue #039DD4
Tints of Pacific Blue #039DD4
RGB
CMYK
RGB Variations
Color information
#039DD4 (or 0x039DD4) is known color: Pacific Blue. HEX triplet: 03, 9D and D4. RGB value is (3,157,212). Sum of RGB (Red+Green+Blue) = 3+157+212=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #039DD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DD4 is #FC622B. Grayscale: #747474. Windows color (decimal): -16540204 or 13933827. OLE color: 13933827.
HSL color Cylindrical-coordinate representation of color #039DD4: hue angle of 195.79º 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 #039DD4 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 157 | 212 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.17 |
| HSL | 195.79º | 0.97% | 0.42% | - |
| HSV(B) | 195.79º | 0.99% | 0.83% | - |
| XYZ | 23.98 | 28.89 | 66.6 | - |
| YUV | 117.22 | 181.48 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 212 | 0.99 | 0.26 | 0 | 0.17 | 195.79 | 0.97 | 0.42 |
| Hex | 3 | 9D | D4 | 63 | 1A | 0 | 11 | C4 | 61 | 2A |
| Octal | 3 | 235 | 324 | 143 | 32 | 0 | 21 | 304 | 141 | 52 |
| Binary | 11 | 10011101 | 11010100 | 1100011 | 11010 | 0 | 10001 | 11000100 | 1100001 | 101010 |
Color Harmonies of #039DD4
Complementary color
Monochromatic Colors of #039DD4
Black with #039DD4
Text Example
Text Example
White with #039DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DD4; }
p { color: rgb(3,157,212); }
H1.HeaderClassName
{
color: #039DD4;
}
.AnyTagClassName
{
color: #039DD4;
}
</style>
background-color css
<style>
a { background-color: #039DD4; }
a { background-color: rgb(3,157,212); }
div.DivClassName
{
background-color: #039DD4;
}
.BgClassName
{
background-color: #039DD4;
}
</style>
border-color css
<style>
span { border-color: #039DD4; }
span { border-color: rgb(3,157,212); }
td.TdClassName
{
border-color: #039DD4;
}
.TagClassName
{
border-color: #039DD4;
}
</style>