Shades of Pacific Blue #039ADD
Tints of Pacific Blue #039ADD
RGB
CMYK
RGB Variations
Color information
#039ADD (or 0x039ADD) is known color: Pacific Blue. HEX triplet: 03, 9A and DD. RGB value is (3,154,221). Sum of RGB (Red+Green+Blue) = 3+154+221=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #039ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ADD is #FC6522. Grayscale: #747474. Windows color (decimal): -16540963 or 14522883. OLE color: 14522883.
HSL color Cylindrical-coordinate representation of color #039ADD: hue angle of 198.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ADD is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 154 | 221 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.13 |
| HSL | 198.44º | 0.97% | 0.44% | - |
| HSV(B) | 198.44º | 0.99% | 0.87% | - |
| XYZ | 24.64 | 28.35 | 72.58 | - |
| YUV | 116.49 | 186.97 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 221 | 0.99 | 0.30 | 0 | 0.13 | 198.44 | 0.97 | 0.44 |
| Hex | 3 | 9A | DD | 63 | 1E | 0 | D | C6 | 61 | 2C |
| Octal | 3 | 232 | 335 | 143 | 36 | 0 | 15 | 306 | 141 | 54 |
| Binary | 11 | 10011010 | 11011101 | 1100011 | 11110 | 0 | 1101 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039ADD
Complementary color
Monochromatic Colors of #039ADD
Black with #039ADD
Text Example
Text Example
White with #039ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039ADD; }
p { color: rgb(3,154,221); }
H1.HeaderClassName
{
color: #039ADD;
}
.AnyTagClassName
{
color: #039ADD;
}
</style>
background-color css
<style>
a { background-color: #039ADD; }
a { background-color: rgb(3,154,221); }
div.DivClassName
{
background-color: #039ADD;
}
.BgClassName
{
background-color: #039ADD;
}
</style>
border-color css
<style>
span { border-color: #039ADD; }
span { border-color: rgb(3,154,221); }
td.TdClassName
{
border-color: #039ADD;
}
.TagClassName
{
border-color: #039ADD;
}
</style>