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