Shades of Bondi Blue #039DB5
Tints of Bondi Blue #039DB5
RGB
CMYK
RGB Variations
Color information
#039DB5 (or 0x039DB5) is known color: Bondi Blue. HEX triplet: 03, 9D and B5. RGB value is (3,157,181). Sum of RGB (Red+Green+Blue) = 3+157+181=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #039DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DB5 is #FC624A. Grayscale: #717171. Windows color (decimal): -16540235 or 11902211. OLE color: 11902211.
HSL color Cylindrical-coordinate representation of color #039DB5: hue angle of 188.09º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DB5 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 157 | 181 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.29 |
| HSL | 188.09º | 0.97% | 0.36% | - |
| HSV(B) | 188.09º | 0.98% | 0.71% | - |
| XYZ | 20.44 | 27.47 | 47.94 | - |
| YUV | 113.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 181 | 0.98 | 0.13 | 0 | 0.29 | 188.09 | 0.97 | 0.36 |
| Hex | 3 | 9D | B5 | 62 | D | 0 | 1D | BC | 61 | 24 |
| Octal | 3 | 235 | 265 | 142 | 15 | 0 | 35 | 274 | 141 | 44 |
| Binary | 11 | 10011101 | 10110101 | 1100010 | 1101 | 0 | 11101 | 10111100 | 1100001 | 100100 |
Color Harmonies of #039DB5
Complementary color
Monochromatic Colors of #039DB5
Black with #039DB5
Text Example
Text Example
White with #039DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DB5; }
p { color: rgb(3,157,181); }
H1.HeaderClassName
{
color: #039DB5;
}
.AnyTagClassName
{
color: #039DB5;
}
</style>
background-color css
<style>
a { background-color: #039DB5; }
a { background-color: rgb(3,157,181); }
div.DivClassName
{
background-color: #039DB5;
}
.BgClassName
{
background-color: #039DB5;
}
</style>
border-color css
<style>
span { border-color: #039DB5; }
span { border-color: rgb(3,157,181); }
td.TdClassName
{
border-color: #039DB5;
}
.TagClassName
{
border-color: #039DB5;
}
</style>