Shades of Pacific Blue #039AD2
Tints of Pacific Blue #039AD2
RGB
CMYK
RGB Variations
Color information
#039AD2 (or 0x039AD2) is known color: Pacific Blue. HEX triplet: 03, 9A and D2. RGB value is (3,154,210). Sum of RGB (Red+Green+Blue) = 3+154+210=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #039AD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AD2 is #FC652D. Grayscale: #727272. Windows color (decimal): -16540974 or 13801987. OLE color: 13801987.
HSL color Cylindrical-coordinate representation of color #039AD2: hue angle of 196.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AD2 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 154 | 210 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.18 |
| HSL | 196.23º | 0.97% | 0.42% | - |
| HSV(B) | 196.23º | 0.99% | 0.82% | - |
| XYZ | 23.23 | 27.78 | 65.11 | - |
| YUV | 115.24 | 181.47 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 210 | 0.99 | 0.27 | 0 | 0.18 | 196.23 | 0.97 | 0.42 |
| Hex | 3 | 9A | D2 | 63 | 1B | 0 | 12 | C4 | 61 | 2A |
| Octal | 3 | 232 | 322 | 143 | 33 | 0 | 22 | 304 | 141 | 52 |
| Binary | 11 | 10011010 | 11010010 | 1100011 | 11011 | 0 | 10010 | 11000100 | 1100001 | 101010 |
Color Harmonies of #039AD2
Complementary color
Monochromatic Colors of #039AD2
Black with #039AD2
Text Example
Text Example
White with #039AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AD2; }
p { color: rgb(3,154,210); }
H1.HeaderClassName
{
color: #039AD2;
}
.AnyTagClassName
{
color: #039AD2;
}
</style>
background-color css
<style>
a { background-color: #039AD2; }
a { background-color: rgb(3,154,210); }
div.DivClassName
{
background-color: #039AD2;
}
.BgClassName
{
background-color: #039AD2;
}
</style>
border-color css
<style>
span { border-color: #039AD2; }
span { border-color: rgb(3,154,210); }
td.TdClassName
{
border-color: #039AD2;
}
.TagClassName
{
border-color: #039AD2;
}
</style>