Shades of Pacific Blue #039DD2
Tints of Pacific Blue #039DD2
RGB
CMYK
RGB Variations
Color information
#039DD2 (or 0x039DD2) is known color: Pacific Blue. HEX triplet: 03, 9D and D2. RGB value is (3,157,210). Sum of RGB (Red+Green+Blue) = 3+157+210=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #039DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DD2 is #FC622D. Grayscale: #747474. Windows color (decimal): -16540206 or 13802755. OLE color: 13802755.
HSL color Cylindrical-coordinate representation of color #039DD2: hue angle of 195.36º 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 #039DD2 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 157 | 210 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.18 |
| HSL | 195.36º | 0.97% | 0.42% | - |
| HSV(B) | 195.36º | 0.99% | 0.82% | - |
| XYZ | 23.73 | 28.79 | 65.28 | - |
| YUV | 117 | 180.48 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 210 | 0.99 | 0.25 | 0 | 0.18 | 195.36 | 0.97 | 0.42 |
| Hex | 3 | 9D | D2 | 63 | 19 | 0 | 12 | C3 | 61 | 2A |
| Octal | 3 | 235 | 322 | 143 | 31 | 0 | 22 | 303 | 141 | 52 |
| Binary | 11 | 10011101 | 11010010 | 1100011 | 11001 | 0 | 10010 | 11000011 | 1100001 | 101010 |
Color Harmonies of #039DD2
Complementary color
Monochromatic Colors of #039DD2
Black with #039DD2
Text Example
Text Example
White with #039DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DD2; }
p { color: rgb(3,157,210); }
H1.HeaderClassName
{
color: #039DD2;
}
.AnyTagClassName
{
color: #039DD2;
}
</style>
background-color css
<style>
a { background-color: #039DD2; }
a { background-color: rgb(3,157,210); }
div.DivClassName
{
background-color: #039DD2;
}
.BgClassName
{
background-color: #039DD2;
}
</style>
border-color css
<style>
span { border-color: #039DD2; }
span { border-color: rgb(3,157,210); }
td.TdClassName
{
border-color: #039DD2;
}
.TagClassName
{
border-color: #039DD2;
}
</style>