Shades of Pacific Blue #039BDE
Tints of Pacific Blue #039BDE
RGB
CMYK
RGB Variations
Color information
#039BDE (or 0x039BDE) is known color: Pacific Blue. HEX triplet: 03, 9B and DE. RGB value is (3,155,222). Sum of RGB (Red+Green+Blue) = 3+155+222=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #039BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BDE is #FC6421. Grayscale: #747474. Windows color (decimal): -16540706 or 14588675. OLE color: 14588675.
HSL color Cylindrical-coordinate representation of color #039BDE: hue angle of 198.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BDE is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 155 | 222 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.13 |
| HSL | 198.36º | 0.97% | 0.44% | - |
| HSV(B) | 198.36º | 0.99% | 0.87% | - |
| XYZ | 24.94 | 28.74 | 73.34 | - |
| YUV | 117.19 | 187.14 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 222 | 0.99 | 0.30 | 0 | 0.13 | 198.36 | 0.97 | 0.44 |
| Hex | 3 | 9B | DE | 63 | 1E | 0 | D | C6 | 61 | 2C |
| Octal | 3 | 233 | 336 | 143 | 36 | 0 | 15 | 306 | 141 | 54 |
| Binary | 11 | 10011011 | 11011110 | 1100011 | 11110 | 0 | 1101 | 11000110 | 1100001 | 101100 |
Color Harmonies of #039BDE
Complementary color
Monochromatic Colors of #039BDE
Black with #039BDE
Text Example
Text Example
White with #039BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BDE; }
p { color: rgb(3,155,222); }
H1.HeaderClassName
{
color: #039BDE;
}
.AnyTagClassName
{
color: #039BDE;
}
</style>
background-color css
<style>
a { background-color: #039BDE; }
a { background-color: rgb(3,155,222); }
div.DivClassName
{
background-color: #039BDE;
}
.BgClassName
{
background-color: #039BDE;
}
</style>
border-color css
<style>
span { border-color: #039BDE; }
span { border-color: rgb(3,155,222); }
td.TdClassName
{
border-color: #039BDE;
}
.TagClassName
{
border-color: #039BDE;
}
</style>