Shades of Pacific Blue #039BBE
Tints of Pacific Blue #039BBE
RGB
CMYK
RGB Variations
Color information
#039BBE (or 0x039BBE) is known color: Pacific Blue. HEX triplet: 03, 9B and BE. RGB value is (3,155,190). Sum of RGB (Red+Green+Blue) = 3+155+190=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #039BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BBE is #FC6441. Grayscale: #717171. Windows color (decimal): -16540738 or 12491523. OLE color: 12491523.
HSL color Cylindrical-coordinate representation of color #039BBE: hue angle of 191.23º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039BBE is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 155 | 190 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.25 |
| HSL | 191.23º | 0.97% | 0.38% | - |
| HSV(B) | 191.23º | 0.98% | 0.75% | - |
| XYZ | 21.05 | 27.18 | 52.85 | - |
| YUV | 113.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 190 | 0.98 | 0.18 | 0 | 0.25 | 191.23 | 0.97 | 0.38 |
| Hex | 3 | 9B | BE | 62 | 12 | 0 | 19 | BF | 61 | 26 |
| Octal | 3 | 233 | 276 | 142 | 22 | 0 | 31 | 277 | 141 | 46 |
| Binary | 11 | 10011011 | 10111110 | 1100010 | 10010 | 0 | 11001 | 10111111 | 1100001 | 100110 |
Color Harmonies of #039BBE
Complementary color
Monochromatic Colors of #039BBE
Black with #039BBE
Text Example
Text Example
White with #039BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BBE; }
p { color: rgb(3,155,190); }
H1.HeaderClassName
{
color: #039BBE;
}
.AnyTagClassName
{
color: #039BBE;
}
</style>
background-color css
<style>
a { background-color: #039BBE; }
a { background-color: rgb(3,155,190); }
div.DivClassName
{
background-color: #039BBE;
}
.BgClassName
{
background-color: #039BBE;
}
</style>
border-color css
<style>
span { border-color: #039BBE; }
span { border-color: rgb(3,155,190); }
td.TdClassName
{
border-color: #039BBE;
}
.TagClassName
{
border-color: #039BBE;
}
</style>