Shades of Pacific Blue #039AC9
Tints of Pacific Blue #039AC9
RGB
CMYK
RGB Variations
Color information
#039AC9 (or 0x039AC9) is known color: Pacific Blue. HEX triplet: 03, 9A and C9. RGB value is (3,154,201). Sum of RGB (Red+Green+Blue) = 3+154+201=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #039AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AC9 is #FC6536. Grayscale: #717171. Windows color (decimal): -16540983 or 13212163. OLE color: 13212163.
HSL color Cylindrical-coordinate representation of color #039AC9: hue angle of 194.24º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AC9 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 154 | 201 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.21 |
| HSL | 194.24º | 0.97% | 0.4% | - |
| HSV(B) | 194.24º | 0.99% | 0.79% | - |
| XYZ | 22.14 | 27.35 | 59.37 | - |
| YUV | 114.21 | 176.97 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 201 | 0.99 | 0.23 | 0 | 0.21 | 194.24 | 0.97 | 0.4 |
| Hex | 3 | 9A | C9 | 63 | 17 | 0 | 15 | C2 | 61 | 28 |
| Octal | 3 | 232 | 311 | 143 | 27 | 0 | 25 | 302 | 141 | 50 |
| Binary | 11 | 10011010 | 11001001 | 1100011 | 10111 | 0 | 10101 | 11000010 | 1100001 | 101000 |
Color Harmonies of #039AC9
Complementary color
Monochromatic Colors of #039AC9
Black with #039AC9
Text Example
Text Example
White with #039AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AC9; }
p { color: rgb(3,154,201); }
H1.HeaderClassName
{
color: #039AC9;
}
.AnyTagClassName
{
color: #039AC9;
}
</style>
background-color css
<style>
a { background-color: #039AC9; }
a { background-color: rgb(3,154,201); }
div.DivClassName
{
background-color: #039AC9;
}
.BgClassName
{
background-color: #039AC9;
}
</style>
border-color css
<style>
span { border-color: #039AC9; }
span { border-color: rgb(3,154,201); }
td.TdClassName
{
border-color: #039AC9;
}
.TagClassName
{
border-color: #039AC9;
}
</style>