Shades of Pacific Blue #039AD5
Tints of Pacific Blue #039AD5
RGB
CMYK
RGB Variations
Color information
#039AD5 (or 0x039AD5) is known color: Pacific Blue. HEX triplet: 03, 9A and D5. RGB value is (3,154,213). Sum of RGB (Red+Green+Blue) = 3+154+213=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #039AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AD5 is #FC652A. Grayscale: #737373. Windows color (decimal): -16540971 or 13998595. OLE color: 13998595.
HSL color Cylindrical-coordinate representation of color #039AD5: hue angle of 196.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AD5 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 154 | 213 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.16 |
| HSL | 196.86º | 0.97% | 0.42% | - |
| HSV(B) | 196.86º | 0.99% | 0.84% | - |
| XYZ | 23.6 | 27.93 | 67.1 | - |
| YUV | 115.58 | 182.97 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 213 | 0.99 | 0.28 | 0 | 0.16 | 196.86 | 0.97 | 0.42 |
| Hex | 3 | 9A | D5 | 63 | 1C | 0 | 10 | C5 | 61 | 2A |
| Octal | 3 | 232 | 325 | 143 | 34 | 0 | 20 | 305 | 141 | 52 |
| Binary | 11 | 10011010 | 11010101 | 1100011 | 11100 | 0 | 10000 | 11000101 | 1100001 | 101010 |
Color Harmonies of #039AD5
Complementary color
Monochromatic Colors of #039AD5
Black with #039AD5
Text Example
Text Example
White with #039AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AD5; }
p { color: rgb(3,154,213); }
H1.HeaderClassName
{
color: #039AD5;
}
.AnyTagClassName
{
color: #039AD5;
}
</style>
background-color css
<style>
a { background-color: #039AD5; }
a { background-color: rgb(3,154,213); }
div.DivClassName
{
background-color: #039AD5;
}
.BgClassName
{
background-color: #039AD5;
}
</style>
border-color css
<style>
span { border-color: #039AD5; }
span { border-color: rgb(3,154,213); }
td.TdClassName
{
border-color: #039AD5;
}
.TagClassName
{
border-color: #039AD5;
}
</style>