Shades of Pacific Blue #039DD1
Tints of Pacific Blue #039DD1
RGB
CMYK
RGB Variations
Color information
#039DD1 (or 0x039DD1) is known color: Pacific Blue. HEX triplet: 03, 9D and D1. RGB value is (3,157,209). Sum of RGB (Red+Green+Blue) = 3+157+209=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #039DD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DD1 is #FC622E. Grayscale: #747474. Windows color (decimal): -16540207 or 13737219. OLE color: 13737219.
HSL color Cylindrical-coordinate representation of color #039DD1: hue angle of 195.15º 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 #039DD1 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 157 | 209 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.18 |
| HSL | 195.15º | 0.97% | 0.42% | - |
| HSV(B) | 195.15º | 0.99% | 0.82% | - |
| XYZ | 23.6 | 28.74 | 64.62 | - |
| YUV | 116.88 | 179.98 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 209 | 0.99 | 0.25 | 0 | 0.18 | 195.15 | 0.97 | 0.42 |
| Hex | 3 | 9D | D1 | 63 | 19 | 0 | 12 | C3 | 61 | 2A |
| Octal | 3 | 235 | 321 | 143 | 31 | 0 | 22 | 303 | 141 | 52 |
| Binary | 11 | 10011101 | 11010001 | 1100011 | 11001 | 0 | 10010 | 11000011 | 1100001 | 101010 |
Color Harmonies of #039DD1
Complementary color
Monochromatic Colors of #039DD1
Black with #039DD1
Text Example
Text Example
White with #039DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DD1; }
p { color: rgb(3,157,209); }
H1.HeaderClassName
{
color: #039DD1;
}
.AnyTagClassName
{
color: #039DD1;
}
</style>
background-color css
<style>
a { background-color: #039DD1; }
a { background-color: rgb(3,157,209); }
div.DivClassName
{
background-color: #039DD1;
}
.BgClassName
{
background-color: #039DD1;
}
</style>
border-color css
<style>
span { border-color: #039DD1; }
span { border-color: rgb(3,157,209); }
td.TdClassName
{
border-color: #039DD1;
}
.TagClassName
{
border-color: #039DD1;
}
</style>