Shades of Bondi Blue #039BAA
Tints of Bondi Blue #039BAA
RGB
CMYK
RGB Variations
Color information
#039BAA (or 0x039BAA) is known color: Bondi Blue. HEX triplet: 03, 9B and AA. RGB value is (3,155,170). Sum of RGB (Red+Green+Blue) = 3+155+170=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #039BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039BAA is #FC6455. Grayscale: #6F6F6F. Windows color (decimal): -16540758 or 11180803. OLE color: 11180803.
HSL color Cylindrical-coordinate representation of color #039BAA: hue angle of 185.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 #039BAA is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 155 | 170 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.33 |
| HSL | 185.39º | 0.97% | 0.34% | - |
| HSV(B) | 185.39º | 0.98% | 0.67% | - |
| XYZ | 19.01 | 26.36 | 42.12 | - |
| YUV | 111.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 170 | 0.98 | 0.09 | 0 | 0.33 | 185.39 | 0.97 | 0.34 |
| Hex | 3 | 9B | AA | 62 | 9 | 0 | 21 | B9 | 61 | 22 |
| Octal | 3 | 233 | 252 | 142 | 11 | 0 | 41 | 271 | 141 | 42 |
| Binary | 11 | 10011011 | 10101010 | 1100010 | 1001 | 0 | 100001 | 10111001 | 1100001 | 100010 |
Color Harmonies of #039BAA
Complementary color
Monochromatic Colors of #039BAA
Black with #039BAA
Text Example
Text Example
White with #039BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BAA; }
p { color: rgb(3,155,170); }
H1.HeaderClassName
{
color: #039BAA;
}
.AnyTagClassName
{
color: #039BAA;
}
</style>
background-color css
<style>
a { background-color: #039BAA; }
a { background-color: rgb(3,155,170); }
div.DivClassName
{
background-color: #039BAA;
}
.BgClassName
{
background-color: #039BAA;
}
</style>
border-color css
<style>
span { border-color: #039BAA; }
span { border-color: rgb(3,155,170); }
td.TdClassName
{
border-color: #039BAA;
}
.TagClassName
{
border-color: #039BAA;
}
</style>