Shades of Pacific Blue #039ADE
Tints of Pacific Blue #039ADE
RGB
CMYK
RGB Variations
Color information
#039ADE (or 0x039ADE) is known color: Pacific Blue. HEX triplet: 03, 9A and DE. RGB value is (3,154,222). Sum of RGB (Red+Green+Blue) = 3+154+222=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #039ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ADE is #FC6521. Grayscale: #747474. Windows color (decimal): -16540962 or 14588419. OLE color: 14588419.
HSL color Cylindrical-coordinate representation of color #039ADE: hue angle of 198.63º 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 #039ADE is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 154 | 222 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.13 |
| HSL | 198.63º | 0.97% | 0.44% | - |
| HSV(B) | 198.63º | 0.99% | 0.87% | - |
| XYZ | 24.78 | 28.4 | 73.28 | - |
| YUV | 116.6 | 187.47 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 222 | 0.99 | 0.31 | 0 | 0.13 | 198.63 | 0.97 | 0.44 |
| Hex | 3 | 9A | DE | 63 | 1F | 0 | D | C7 | 61 | 2C |
| Octal | 3 | 232 | 336 | 143 | 37 | 0 | 15 | 307 | 141 | 54 |
| Binary | 11 | 10011010 | 11011110 | 1100011 | 11111 | 0 | 1101 | 11000111 | 1100001 | 101100 |
Color Harmonies of #039ADE
Complementary color
Monochromatic Colors of #039ADE
Black with #039ADE
Text Example
Text Example
White with #039ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039ADE; }
p { color: rgb(3,154,222); }
H1.HeaderClassName
{
color: #039ADE;
}
.AnyTagClassName
{
color: #039ADE;
}
</style>
background-color css
<style>
a { background-color: #039ADE; }
a { background-color: rgb(3,154,222); }
div.DivClassName
{
background-color: #039ADE;
}
.BgClassName
{
background-color: #039ADE;
}
</style>
border-color css
<style>
span { border-color: #039ADE; }
span { border-color: rgb(3,154,222); }
td.TdClassName
{
border-color: #039ADE;
}
.TagClassName
{
border-color: #039ADE;
}
</style>