Shades of Pacific Blue #039DBB
Tints of Pacific Blue #039DBB
RGB
CMYK
RGB Variations
Color information
#039DBB (or 0x039DBB) is known color: Pacific Blue. HEX triplet: 03, 9D and BB. RGB value is (3,157,187). Sum of RGB (Red+Green+Blue) = 3+157+187=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #039DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DBB is #FC6244. Grayscale: #727272. Windows color (decimal): -16540229 or 12295427. OLE color: 12295427.
HSL color Cylindrical-coordinate representation of color #039DBB: hue angle of 189.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DBB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 157 | 187 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.27 |
| HSL | 189.78º | 0.97% | 0.37% | - |
| HSV(B) | 189.78º | 0.98% | 0.73% | - |
| XYZ | 21.06 | 27.72 | 51.25 | - |
| YUV | 114.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 187 | 0.98 | 0.16 | 0 | 0.27 | 189.78 | 0.97 | 0.37 |
| Hex | 3 | 9D | BB | 62 | 10 | 0 | 1B | BE | 61 | 25 |
| Octal | 3 | 235 | 273 | 142 | 20 | 0 | 33 | 276 | 141 | 45 |
| Binary | 11 | 10011101 | 10111011 | 1100010 | 10000 | 0 | 11011 | 10111110 | 1100001 | 100101 |
Color Harmonies of #039DBB
Complementary color
Monochromatic Colors of #039DBB
Black with #039DBB
Text Example
Text Example
White with #039DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DBB; }
p { color: rgb(3,157,187); }
H1.HeaderClassName
{
color: #039DBB;
}
.AnyTagClassName
{
color: #039DBB;
}
</style>
background-color css
<style>
a { background-color: #039DBB; }
a { background-color: rgb(3,157,187); }
div.DivClassName
{
background-color: #039DBB;
}
.BgClassName
{
background-color: #039DBB;
}
</style>
border-color css
<style>
span { border-color: #039DBB; }
span { border-color: rgb(3,157,187); }
td.TdClassName
{
border-color: #039DBB;
}
.TagClassName
{
border-color: #039DBB;
}
</style>