Shades of Bondi Blue #039AAC
Tints of Bondi Blue #039AAC
RGB
CMYK
RGB Variations
Color information
#039AAC (or 0x039AAC) is known color: Bondi Blue. HEX triplet: 03, 9A and AC. RGB value is (3,154,172). Sum of RGB (Red+Green+Blue) = 3+154+172=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #039AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039AAC is #FC6553. Grayscale: #6E6E6E. Windows color (decimal): -16541012 or 11311619. OLE color: 11311619.
HSL color Cylindrical-coordinate representation of color #039AAC: hue angle of 186.39º 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 #039AAC is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 154 | 172 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.33 |
| HSL | 186.39º | 0.97% | 0.34% | - |
| HSV(B) | 186.39º | 0.98% | 0.67% | - |
| XYZ | 19.04 | 26.11 | 43.07 | - |
| YUV | 110.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 172 | 0.98 | 0.10 | 0 | 0.33 | 186.39 | 0.97 | 0.34 |
| Hex | 3 | 9A | AC | 62 | A | 0 | 21 | BA | 61 | 22 |
| Octal | 3 | 232 | 254 | 142 | 12 | 0 | 41 | 272 | 141 | 42 |
| Binary | 11 | 10011010 | 10101100 | 1100010 | 1010 | 0 | 100001 | 10111010 | 1100001 | 100010 |
Color Harmonies of #039AAC
Complementary color
Monochromatic Colors of #039AAC
Black with #039AAC
Text Example
Text Example
White with #039AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AAC; }
p { color: rgb(3,154,172); }
H1.HeaderClassName
{
color: #039AAC;
}
.AnyTagClassName
{
color: #039AAC;
}
</style>
background-color css
<style>
a { background-color: #039AAC; }
a { background-color: rgb(3,154,172); }
div.DivClassName
{
background-color: #039AAC;
}
.BgClassName
{
background-color: #039AAC;
}
</style>
border-color css
<style>
span { border-color: #039AAC; }
span { border-color: rgb(3,154,172); }
td.TdClassName
{
border-color: #039AAC;
}
.TagClassName
{
border-color: #039AAC;
}
</style>