Shades of Pacific Blue #039AD0
Tints of Pacific Blue #039AD0
RGB
CMYK
RGB Variations
Color information
#039AD0 (or 0x039AD0) is known color: Pacific Blue. HEX triplet: 03, 9A and D0. RGB value is (3,154,208). Sum of RGB (Red+Green+Blue) = 3+154+208=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #039AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AD0 is #FC652F. Grayscale: #727272. Windows color (decimal): -16540976 or 13670915. OLE color: 13670915.
HSL color Cylindrical-coordinate representation of color #039AD0: hue angle of 195.8º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AD0 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 154 | 208 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.18 |
| HSL | 195.8º | 0.97% | 0.41% | - |
| HSV(B) | 195.8º | 0.99% | 0.82% | - |
| XYZ | 22.98 | 27.68 | 63.81 | - |
| YUV | 115.01 | 180.47 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 208 | 0.99 | 0.26 | 0 | 0.18 | 195.8 | 0.97 | 0.41 |
| Hex | 3 | 9A | D0 | 63 | 1A | 0 | 12 | C4 | 61 | 29 |
| Octal | 3 | 232 | 320 | 143 | 32 | 0 | 22 | 304 | 141 | 51 |
| Binary | 11 | 10011010 | 11010000 | 1100011 | 11010 | 0 | 10010 | 11000100 | 1100001 | 101001 |
Color Harmonies of #039AD0
Complementary color
Monochromatic Colors of #039AD0
Black with #039AD0
Text Example
Text Example
White with #039AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AD0; }
p { color: rgb(3,154,208); }
H1.HeaderClassName
{
color: #039AD0;
}
.AnyTagClassName
{
color: #039AD0;
}
</style>
background-color css
<style>
a { background-color: #039AD0; }
a { background-color: rgb(3,154,208); }
div.DivClassName
{
background-color: #039AD0;
}
.BgClassName
{
background-color: #039AD0;
}
</style>
border-color css
<style>
span { border-color: #039AD0; }
span { border-color: rgb(3,154,208); }
td.TdClassName
{
border-color: #039AD0;
}
.TagClassName
{
border-color: #039AD0;
}
</style>