Shades of Pacific Blue #039ACC
Tints of Pacific Blue #039ACC
RGB
CMYK
RGB Variations
Color information
#039ACC (or 0x039ACC) is known color: Pacific Blue. HEX triplet: 03, 9A and CC. RGB value is (3,154,204). Sum of RGB (Red+Green+Blue) = 3+154+204=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #039ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ACC is #FC6533. Grayscale: #727272. Windows color (decimal): -16540980 or 13408771. OLE color: 13408771.
HSL color Cylindrical-coordinate representation of color #039ACC: hue angle of 194.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ACC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 154 | 204 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.2 |
| HSL | 194.93º | 0.97% | 0.41% | - |
| HSV(B) | 194.93º | 0.99% | 0.8% | - |
| XYZ | 22.49 | 27.49 | 61.25 | - |
| YUV | 114.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 204 | 0.99 | 0.25 | 0 | 0.2 | 194.93 | 0.97 | 0.41 |
| Hex | 3 | 9A | CC | 63 | 19 | 0 | 14 | C3 | 61 | 29 |
| Octal | 3 | 232 | 314 | 143 | 31 | 0 | 24 | 303 | 141 | 51 |
| Binary | 11 | 10011010 | 11001100 | 1100011 | 11001 | 0 | 10100 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039ACC
Complementary color
Monochromatic Colors of #039ACC
Black with #039ACC
Text Example
Text Example
White with #039ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039ACC; }
p { color: rgb(3,154,204); }
H1.HeaderClassName
{
color: #039ACC;
}
.AnyTagClassName
{
color: #039ACC;
}
</style>
background-color css
<style>
a { background-color: #039ACC; }
a { background-color: rgb(3,154,204); }
div.DivClassName
{
background-color: #039ACC;
}
.BgClassName
{
background-color: #039ACC;
}
</style>
border-color css
<style>
span { border-color: #039ACC; }
span { border-color: rgb(3,154,204); }
td.TdClassName
{
border-color: #039ACC;
}
.TagClassName
{
border-color: #039ACC;
}
</style>