Shades of Bondi Blue #039FAC
Tints of Bondi Blue #039FAC
RGB
CMYK
RGB Variations
Color information
#039FAC (or 0x039FAC) is known color: Bondi Blue. HEX triplet: 03, 9F and AC. RGB value is (3,159,172). Sum of RGB (Red+Green+Blue) = 3+159+172=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #039FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FAC is #FC6053. Grayscale: #717171. Windows color (decimal): -16539732 or 11312899. OLE color: 11312899.
HSL color Cylindrical-coordinate representation of color #039FAC: hue angle of 184.62º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039FAC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 159 | 172 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.33 |
| HSL | 184.62º | 0.97% | 0.34% | - |
| HSV(B) | 184.62º | 0.98% | 0.67% | - |
| XYZ | 19.88 | 27.79 | 43.35 | - |
| YUV | 113.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 172 | 0.98 | 0.08 | 0 | 0.33 | 184.62 | 0.97 | 0.34 |
| Hex | 3 | 9F | AC | 62 | 8 | 0 | 21 | B9 | 61 | 22 |
| Octal | 3 | 237 | 254 | 142 | 10 | 0 | 41 | 271 | 141 | 42 |
| Binary | 11 | 10011111 | 10101100 | 1100010 | 1000 | 0 | 100001 | 10111001 | 1100001 | 100010 |
Color Harmonies of #039FAC
Complementary color
Monochromatic Colors of #039FAC
Black with #039FAC
Text Example
Text Example
White with #039FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FAC; }
p { color: rgb(3,159,172); }
H1.HeaderClassName
{
color: #039FAC;
}
.AnyTagClassName
{
color: #039FAC;
}
</style>
background-color css
<style>
a { background-color: #039FAC; }
a { background-color: rgb(3,159,172); }
div.DivClassName
{
background-color: #039FAC;
}
.BgClassName
{
background-color: #039FAC;
}
</style>
border-color css
<style>
span { border-color: #039FAC; }
span { border-color: rgb(3,159,172); }
td.TdClassName
{
border-color: #039FAC;
}
.TagClassName
{
border-color: #039FAC;
}
</style>