Shades of Bondi Blue #039CAA
Tints of Bondi Blue #039CAA
RGB
CMYK
RGB Variations
Color information
#039CAA (or 0x039CAA) is known color: Bondi Blue. HEX triplet: 03, 9C and AA. RGB value is (3,156,170). Sum of RGB (Red+Green+Blue) = 3+156+170=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #039CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CAA is #FC6355. Grayscale: #6F6F6F. Windows color (decimal): -16540502 or 11181059. OLE color: 11181059.
HSL color Cylindrical-coordinate representation of color #039CAA: hue angle of 185.03º 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 #039CAA is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 156 | 170 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.33 |
| HSL | 185.03º | 0.97% | 0.34% | - |
| HSV(B) | 185.03º | 0.98% | 0.67% | - |
| XYZ | 19.18 | 26.7 | 42.17 | - |
| YUV | 111.85 | 160.81 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 170 | 0.98 | 0.08 | 0 | 0.33 | 185.03 | 0.97 | 0.34 |
| Hex | 3 | 9C | AA | 62 | 8 | 0 | 21 | B9 | 61 | 22 |
| Octal | 3 | 234 | 252 | 142 | 10 | 0 | 41 | 271 | 141 | 42 |
| Binary | 11 | 10011100 | 10101010 | 1100010 | 1000 | 0 | 100001 | 10111001 | 1100001 | 100010 |
Color Harmonies of #039CAA
Complementary color
Monochromatic Colors of #039CAA
Black with #039CAA
Text Example
Text Example
White with #039CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CAA; }
p { color: rgb(3,156,170); }
H1.HeaderClassName
{
color: #039CAA;
}
.AnyTagClassName
{
color: #039CAA;
}
</style>
background-color css
<style>
a { background-color: #039CAA; }
a { background-color: rgb(3,156,170); }
div.DivClassName
{
background-color: #039CAA;
}
.BgClassName
{
background-color: #039CAA;
}
</style>
border-color css
<style>
span { border-color: #039CAA; }
span { border-color: rgb(3,156,170); }
td.TdClassName
{
border-color: #039CAA;
}
.TagClassName
{
border-color: #039CAA;
}
</style>