Shades of Pacific Blue #039FC9
Tints of Pacific Blue #039FC9
RGB
CMYK
RGB Variations
Color information
#039FC9 (or 0x039FC9) is known color: Pacific Blue. HEX triplet: 03, 9F and C9. RGB value is (3,159,201). Sum of RGB (Red+Green+Blue) = 3+159+201=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #039FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FC9 is #FC6036. Grayscale: #747474. Windows color (decimal): -16539703 or 13213443. OLE color: 13213443.
HSL color Cylindrical-coordinate representation of color #039FC9: hue angle of 192.73º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FC9 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 159 | 201 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.21 |
| HSL | 192.73º | 0.97% | 0.4% | - |
| HSV(B) | 192.73º | 0.99% | 0.79% | - |
| XYZ | 22.98 | 29.03 | 59.65 | - |
| YUV | 117.14 | 175.32 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 201 | 0.99 | 0.21 | 0 | 0.21 | 192.73 | 0.97 | 0.4 |
| Hex | 3 | 9F | C9 | 63 | 15 | 0 | 15 | C1 | 61 | 28 |
| Octal | 3 | 237 | 311 | 143 | 25 | 0 | 25 | 301 | 141 | 50 |
| Binary | 11 | 10011111 | 11001001 | 1100011 | 10101 | 0 | 10101 | 11000001 | 1100001 | 101000 |
Color Harmonies of #039FC9
Complementary color
Monochromatic Colors of #039FC9
Black with #039FC9
Text Example
Text Example
White with #039FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FC9; }
p { color: rgb(3,159,201); }
H1.HeaderClassName
{
color: #039FC9;
}
.AnyTagClassName
{
color: #039FC9;
}
</style>
background-color css
<style>
a { background-color: #039FC9; }
a { background-color: rgb(3,159,201); }
div.DivClassName
{
background-color: #039FC9;
}
.BgClassName
{
background-color: #039FC9;
}
</style>
border-color css
<style>
span { border-color: #039FC9; }
span { border-color: rgb(3,159,201); }
td.TdClassName
{
border-color: #039FC9;
}
.TagClassName
{
border-color: #039FC9;
}
</style>