Shades of Bondi Blue #039AAA
Tints of Bondi Blue #039AAA
RGB
CMYK
RGB Variations
Color information
#039AAA (or 0x039AAA) is known color: Bondi Blue. HEX triplet: 03, 9A and AA. RGB value is (3,154,170). Sum of RGB (Red+Green+Blue) = 3+154+170=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #039AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039AAA is #FC6555. Grayscale: #6E6E6E. Windows color (decimal): -16541014 or 11180547. OLE color: 11180547.
HSL color Cylindrical-coordinate representation of color #039AAA: hue angle of 185.75º 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 #039AAA is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 154 | 170 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.33 |
| HSL | 185.75º | 0.97% | 0.34% | - |
| HSV(B) | 185.75º | 0.98% | 0.67% | - |
| XYZ | 18.85 | 26.03 | 42.06 | - |
| YUV | 110.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 170 | 0.98 | 0.09 | 0 | 0.33 | 185.75 | 0.97 | 0.34 |
| Hex | 3 | 9A | AA | 62 | 9 | 0 | 21 | BA | 61 | 22 |
| Octal | 3 | 232 | 252 | 142 | 11 | 0 | 41 | 272 | 141 | 42 |
| Binary | 11 | 10011010 | 10101010 | 1100010 | 1001 | 0 | 100001 | 10111010 | 1100001 | 100010 |
Color Harmonies of #039AAA
Complementary color
Monochromatic Colors of #039AAA
Black with #039AAA
Text Example
Text Example
White with #039AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AAA; }
p { color: rgb(3,154,170); }
H1.HeaderClassName
{
color: #039AAA;
}
.AnyTagClassName
{
color: #039AAA;
}
</style>
background-color css
<style>
a { background-color: #039AAA; }
a { background-color: rgb(3,154,170); }
div.DivClassName
{
background-color: #039AAA;
}
.BgClassName
{
background-color: #039AAA;
}
</style>
border-color css
<style>
span { border-color: #039AAA; }
span { border-color: rgb(3,154,170); }
td.TdClassName
{
border-color: #039AAA;
}
.TagClassName
{
border-color: #039AAA;
}
</style>