Shades of Pacific Blue #039CE0
Tints of Pacific Blue #039CE0
RGB
CMYK
RGB Variations
Color information
#039CE0 (or 0x039CE0) is known color: Pacific Blue. HEX triplet: 03, 9C and E0. RGB value is (3,156,224). Sum of RGB (Red+Green+Blue) = 3+156+224=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #039CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CE0 is #FC631F. Grayscale: #757575. Windows color (decimal): -16540448 or 14720003. OLE color: 14720003.
HSL color Cylindrical-coordinate representation of color #039CE0: hue angle of 198.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CE0 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 156 | 224 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.12 |
| HSL | 198.46º | 0.97% | 0.45% | - |
| HSV(B) | 198.46º | 0.99% | 0.88% | - |
| XYZ | 25.38 | 29.18 | 74.82 | - |
| YUV | 118.01 | 187.81 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 224 | 0.99 | 0.30 | 0 | 0.12 | 198.46 | 0.97 | 0.45 |
| Hex | 3 | 9C | E0 | 63 | 1E | 0 | C | C6 | 61 | 2D |
| Octal | 3 | 234 | 340 | 143 | 36 | 0 | 14 | 306 | 141 | 55 |
| Binary | 11 | 10011100 | 11100000 | 1100011 | 11110 | 0 | 1100 | 11000110 | 1100001 | 101101 |
Color Harmonies of #039CE0
Complementary color
Monochromatic Colors of #039CE0
Black with #039CE0
Text Example
Text Example
White with #039CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CE0; }
p { color: rgb(3,156,224); }
H1.HeaderClassName
{
color: #039CE0;
}
.AnyTagClassName
{
color: #039CE0;
}
</style>
background-color css
<style>
a { background-color: #039CE0; }
a { background-color: rgb(3,156,224); }
div.DivClassName
{
background-color: #039CE0;
}
.BgClassName
{
background-color: #039CE0;
}
</style>
border-color css
<style>
span { border-color: #039CE0; }
span { border-color: rgb(3,156,224); }
td.TdClassName
{
border-color: #039CE0;
}
.TagClassName
{
border-color: #039CE0;
}
</style>