Shades of Bondi Blue #039DAE
Tints of Bondi Blue #039DAE
RGB
CMYK
RGB Variations
Color information
#039DAE (or 0x039DAE) is known color: Bondi Blue. HEX triplet: 03, 9D and AE. RGB value is (3,157,174). Sum of RGB (Red+Green+Blue) = 3+157+174=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #039DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039DAE is #FC6251. Grayscale: #707070. Windows color (decimal): -16540242 or 11443459. OLE color: 11443459.
HSL color Cylindrical-coordinate representation of color #039DAE: hue angle of 185.96º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DAE is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 157 | 174 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.32 |
| HSL | 185.96º | 0.97% | 0.35% | - |
| HSV(B) | 185.96º | 0.98% | 0.68% | - |
| XYZ | 19.73 | 27.19 | 44.25 | - |
| YUV | 112.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 174 | 0.98 | 0.10 | 0 | 0.32 | 185.96 | 0.97 | 0.35 |
| Hex | 3 | 9D | AE | 62 | A | 0 | 20 | BA | 61 | 23 |
| Octal | 3 | 235 | 256 | 142 | 12 | 0 | 40 | 272 | 141 | 43 |
| Binary | 11 | 10011101 | 10101110 | 1100010 | 1010 | 0 | 100000 | 10111010 | 1100001 | 100011 |
Color Harmonies of #039DAE
Complementary color
Monochromatic Colors of #039DAE
Black with #039DAE
Text Example
Text Example
White with #039DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DAE; }
p { color: rgb(3,157,174); }
H1.HeaderClassName
{
color: #039DAE;
}
.AnyTagClassName
{
color: #039DAE;
}
</style>
background-color css
<style>
a { background-color: #039DAE; }
a { background-color: rgb(3,157,174); }
div.DivClassName
{
background-color: #039DAE;
}
.BgClassName
{
background-color: #039DAE;
}
</style>
border-color css
<style>
span { border-color: #039DAE; }
span { border-color: rgb(3,157,174); }
td.TdClassName
{
border-color: #039DAE;
}
.TagClassName
{
border-color: #039DAE;
}
</style>