Shades of Pacific Blue #039CC1
Tints of Pacific Blue #039CC1
RGB
CMYK
RGB Variations
Color information
#039CC1 (or 0x039CC1) is known color: Pacific Blue. HEX triplet: 03, 9C and C1. RGB value is (3,156,193). Sum of RGB (Red+Green+Blue) = 3+156+193=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #039CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CC1 is #FC633E. Grayscale: #727272. Windows color (decimal): -16540479 or 12688387. OLE color: 12688387.
HSL color Cylindrical-coordinate representation of color #039CC1: hue angle of 191.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CC1 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 156 | 193 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.24 |
| HSL | 191.68º | 0.97% | 0.38% | - |
| HSV(B) | 191.68º | 0.98% | 0.76% | - |
| XYZ | 21.55 | 27.65 | 54.65 | - |
| YUV | 114.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 193 | 0.98 | 0.19 | 0 | 0.24 | 191.68 | 0.97 | 0.38 |
| Hex | 3 | 9C | C1 | 62 | 13 | 0 | 18 | C0 | 61 | 26 |
| Octal | 3 | 234 | 301 | 142 | 23 | 0 | 30 | 300 | 141 | 46 |
| Binary | 11 | 10011100 | 11000001 | 1100010 | 10011 | 0 | 11000 | 11000000 | 1100001 | 100110 |
Color Harmonies of #039CC1
Complementary color
Monochromatic Colors of #039CC1
Black with #039CC1
Text Example
Text Example
White with #039CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CC1; }
p { color: rgb(3,156,193); }
H1.HeaderClassName
{
color: #039CC1;
}
.AnyTagClassName
{
color: #039CC1;
}
</style>
background-color css
<style>
a { background-color: #039CC1; }
a { background-color: rgb(3,156,193); }
div.DivClassName
{
background-color: #039CC1;
}
.BgClassName
{
background-color: #039CC1;
}
</style>
border-color css
<style>
span { border-color: #039CC1; }
span { border-color: rgb(3,156,193); }
td.TdClassName
{
border-color: #039CC1;
}
.TagClassName
{
border-color: #039CC1;
}
</style>