Shades of Pacific Blue #039FCB
Tints of Pacific Blue #039FCB
RGB
CMYK
RGB Variations
Color information
#039FCB (or 0x039FCB) is known color: Pacific Blue. HEX triplet: 03, 9F and CB. RGB value is (3,159,203). Sum of RGB (Red+Green+Blue) = 3+159+203=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #039FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FCB is #FC6034. Grayscale: #757575. Windows color (decimal): -16539701 or 13344515. OLE color: 13344515.
HSL color Cylindrical-coordinate representation of color #039FCB: hue angle of 193.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FCB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 159 | 203 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.20 |
| HSL | 193.2º | 0.97% | 0.4% | - |
| HSV(B) | 193.2º | 0.99% | 0.8% | - |
| XYZ | 23.22 | 29.13 | 60.9 | - |
| YUV | 117.37 | 176.32 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 203 | 0.99 | 0.22 | 0 | 0.20 | 193.2 | 0.97 | 0.4 |
| Hex | 3 | 9F | CB | 63 | 16 | 0 | 14 | C1 | 61 | 28 |
| Octal | 3 | 237 | 313 | 143 | 26 | 0 | 24 | 301 | 141 | 50 |
| Binary | 11 | 10011111 | 11001011 | 1100011 | 10110 | 0 | 10100 | 11000001 | 1100001 | 101000 |
Color Harmonies of #039FCB
Complementary color
Monochromatic Colors of #039FCB
Black with #039FCB
Text Example
Text Example
White with #039FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FCB; }
p { color: rgb(3,159,203); }
H1.HeaderClassName
{
color: #039FCB;
}
.AnyTagClassName
{
color: #039FCB;
}
</style>
background-color css
<style>
a { background-color: #039FCB; }
a { background-color: rgb(3,159,203); }
div.DivClassName
{
background-color: #039FCB;
}
.BgClassName
{
background-color: #039FCB;
}
</style>
border-color css
<style>
span { border-color: #039FCB; }
span { border-color: rgb(3,159,203); }
td.TdClassName
{
border-color: #039FCB;
}
.TagClassName
{
border-color: #039FCB;
}
</style>