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