Shades of Pacific Blue #039AD8
Tints of Pacific Blue #039AD8
RGB
CMYK
RGB Variations
Color information
#039AD8 (or 0x039AD8) is known color: Pacific Blue. HEX triplet: 03, 9A and D8. RGB value is (3,154,216). Sum of RGB (Red+Green+Blue) = 3+154+216=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #039AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AD8 is #FC6527. Grayscale: #737373. Windows color (decimal): -16540968 or 14195203. OLE color: 14195203.
HSL color Cylindrical-coordinate representation of color #039AD8: hue angle of 197.46º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AD8 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 154 | 216 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.15 |
| HSL | 197.46º | 0.97% | 0.43% | - |
| HSV(B) | 197.46º | 0.99% | 0.85% | - |
| XYZ | 23.99 | 28.09 | 69.12 | - |
| YUV | 115.92 | 184.47 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 216 | 0.99 | 0.29 | 0 | 0.15 | 197.46 | 0.97 | 0.43 |
| Hex | 3 | 9A | D8 | 63 | 1D | 0 | F | C5 | 61 | 2B |
| Octal | 3 | 232 | 330 | 143 | 35 | 0 | 17 | 305 | 141 | 53 |
| Binary | 11 | 10011010 | 11011000 | 1100011 | 11101 | 0 | 1111 | 11000101 | 1100001 | 101011 |
Color Harmonies of #039AD8
Complementary color
Monochromatic Colors of #039AD8
Black with #039AD8
Text Example
Text Example
White with #039AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AD8; }
p { color: rgb(3,154,216); }
H1.HeaderClassName
{
color: #039AD8;
}
.AnyTagClassName
{
color: #039AD8;
}
</style>
background-color css
<style>
a { background-color: #039AD8; }
a { background-color: rgb(3,154,216); }
div.DivClassName
{
background-color: #039AD8;
}
.BgClassName
{
background-color: #039AD8;
}
</style>
border-color css
<style>
span { border-color: #039AD8; }
span { border-color: rgb(3,154,216); }
td.TdClassName
{
border-color: #039AD8;
}
.TagClassName
{
border-color: #039AD8;
}
</style>