Shades of Pacific Blue #039FDD
Tints of Pacific Blue #039FDD
RGB
CMYK
RGB Variations
Color information
#039FDD (or 0x039FDD) is known color: Pacific Blue. HEX triplet: 03, 9F and DD. RGB value is (3,159,221). Sum of RGB (Red+Green+Blue) = 3+159+221=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #039FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FDD is #FC6022. Grayscale: #777777. Windows color (decimal): -16539683 or 14524163. OLE color: 14524163.
HSL color Cylindrical-coordinate representation of color #039FDD: hue angle of 197.06º 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 #039FDD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 159 | 221 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.13 |
| HSL | 197.06º | 0.97% | 0.44% | - |
| HSV(B) | 197.06º | 0.99% | 0.87% | - |
| XYZ | 25.49 | 30.04 | 72.86 | - |
| YUV | 119.42 | 185.32 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 221 | 0.99 | 0.28 | 0 | 0.13 | 197.06 | 0.97 | 0.44 |
| Hex | 3 | 9F | DD | 63 | 1C | 0 | D | C5 | 61 | 2C |
| Octal | 3 | 237 | 335 | 143 | 34 | 0 | 15 | 305 | 141 | 54 |
| Binary | 11 | 10011111 | 11011101 | 1100011 | 11100 | 0 | 1101 | 11000101 | 1100001 | 101100 |
Color Harmonies of #039FDD
Complementary color
Monochromatic Colors of #039FDD
Black with #039FDD
Text Example
Text Example
White with #039FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FDD; }
p { color: rgb(3,159,221); }
H1.HeaderClassName
{
color: #039FDD;
}
.AnyTagClassName
{
color: #039FDD;
}
</style>
background-color css
<style>
a { background-color: #039FDD; }
a { background-color: rgb(3,159,221); }
div.DivClassName
{
background-color: #039FDD;
}
.BgClassName
{
background-color: #039FDD;
}
</style>
border-color css
<style>
span { border-color: #039FDD; }
span { border-color: rgb(3,159,221); }
td.TdClassName
{
border-color: #039FDD;
}
.TagClassName
{
border-color: #039FDD;
}
</style>