Shades of Pacific Blue #039FCF
Tints of Pacific Blue #039FCF
RGB
CMYK
RGB Variations
Color information
#039FCF (or 0x039FCF) is known color: Pacific Blue. HEX triplet: 03, 9F and CF. RGB value is (3,159,207). Sum of RGB (Red+Green+Blue) = 3+159+207=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #039FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FCF is #FC6030. Grayscale: #757575. Windows color (decimal): -16539697 or 13606659. OLE color: 13606659.
HSL color Cylindrical-coordinate representation of color #039FCF: hue angle of 194.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FCF is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 159 | 207 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.19 |
| HSL | 194.12º | 0.97% | 0.41% | - |
| HSV(B) | 194.12º | 0.99% | 0.81% | - |
| XYZ | 23.7 | 29.32 | 63.44 | - |
| YUV | 117.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 207 | 0.99 | 0.23 | 0 | 0.19 | 194.12 | 0.97 | 0.41 |
| Hex | 3 | 9F | CF | 63 | 17 | 0 | 13 | C2 | 61 | 29 |
| Octal | 3 | 237 | 317 | 143 | 27 | 0 | 23 | 302 | 141 | 51 |
| Binary | 11 | 10011111 | 11001111 | 1100011 | 10111 | 0 | 10011 | 11000010 | 1100001 | 101001 |
Color Harmonies of #039FCF
Complementary color
Monochromatic Colors of #039FCF
Black with #039FCF
Text Example
Text Example
White with #039FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FCF; }
p { color: rgb(3,159,207); }
H1.HeaderClassName
{
color: #039FCF;
}
.AnyTagClassName
{
color: #039FCF;
}
</style>
background-color css
<style>
a { background-color: #039FCF; }
a { background-color: rgb(3,159,207); }
div.DivClassName
{
background-color: #039FCF;
}
.BgClassName
{
background-color: #039FCF;
}
</style>
border-color css
<style>
span { border-color: #039FCF; }
span { border-color: rgb(3,159,207); }
td.TdClassName
{
border-color: #039FCF;
}
.TagClassName
{
border-color: #039FCF;
}
</style>