Shades of Pacific Blue #039FCC
Tints of Pacific Blue #039FCC
RGB
CMYK
RGB Variations
Color information
#039FCC (or 0x039FCC) is known color: Pacific Blue. HEX triplet: 03, 9F and CC. RGB value is (3,159,204). Sum of RGB (Red+Green+Blue) = 3+159+204=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #039FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FCC is #FC6033. Grayscale: #757575. Windows color (decimal): -16539700 or 13410051. OLE color: 13410051.
HSL color Cylindrical-coordinate representation of color #039FCC: hue angle of 193.43º 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 #039FCC is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 159 | 204 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.2 |
| HSL | 193.43º | 0.97% | 0.41% | - |
| HSV(B) | 193.43º | 0.99% | 0.8% | - |
| XYZ | 23.33 | 29.18 | 61.53 | - |
| YUV | 117.49 | 176.82 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 204 | 0.99 | 0.22 | 0 | 0.2 | 193.43 | 0.97 | 0.41 |
| Hex | 3 | 9F | CC | 63 | 16 | 0 | 14 | C1 | 61 | 29 |
| Octal | 3 | 237 | 314 | 143 | 26 | 0 | 24 | 301 | 141 | 51 |
| Binary | 11 | 10011111 | 11001100 | 1100011 | 10110 | 0 | 10100 | 11000001 | 1100001 | 101001 |
Color Harmonies of #039FCC
Complementary color
Monochromatic Colors of #039FCC
Black with #039FCC
Text Example
Text Example
White with #039FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FCC; }
p { color: rgb(3,159,204); }
H1.HeaderClassName
{
color: #039FCC;
}
.AnyTagClassName
{
color: #039FCC;
}
</style>
background-color css
<style>
a { background-color: #039FCC; }
a { background-color: rgb(3,159,204); }
div.DivClassName
{
background-color: #039FCC;
}
.BgClassName
{
background-color: #039FCC;
}
</style>
border-color css
<style>
span { border-color: #039FCC; }
span { border-color: rgb(3,159,204); }
td.TdClassName
{
border-color: #039FCC;
}
.TagClassName
{
border-color: #039FCC;
}
</style>