Shades of Bondi Blue #039DB8
Tints of Bondi Blue #039DB8
RGB
CMYK
RGB Variations
Color information
#039DB8 (or 0x039DB8) is known color: Bondi Blue. HEX triplet: 03, 9D and B8. RGB value is (3,157,184). Sum of RGB (Red+Green+Blue) = 3+157+184=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #039DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DB8 is #FC6247. Grayscale: #717171. Windows color (decimal): -16540232 or 12098819. OLE color: 12098819.
HSL color Cylindrical-coordinate representation of color #039DB8: hue angle of 188.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DB8 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 157 | 184 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.28 |
| HSL | 188.95º | 0.97% | 0.37% | - |
| HSV(B) | 188.95º | 0.98% | 0.72% | - |
| XYZ | 20.75 | 27.59 | 49.58 | - |
| YUV | 114.03 | 167.48 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 184 | 0.98 | 0.15 | 0 | 0.28 | 188.95 | 0.97 | 0.37 |
| Hex | 3 | 9D | B8 | 62 | F | 0 | 1C | BD | 61 | 25 |
| Octal | 3 | 235 | 270 | 142 | 17 | 0 | 34 | 275 | 141 | 45 |
| Binary | 11 | 10011101 | 10111000 | 1100010 | 1111 | 0 | 11100 | 10111101 | 1100001 | 100101 |
Color Harmonies of #039DB8
Complementary color
Monochromatic Colors of #039DB8
Black with #039DB8
Text Example
Text Example
White with #039DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DB8; }
p { color: rgb(3,157,184); }
H1.HeaderClassName
{
color: #039DB8;
}
.AnyTagClassName
{
color: #039DB8;
}
</style>
background-color css
<style>
a { background-color: #039DB8; }
a { background-color: rgb(3,157,184); }
div.DivClassName
{
background-color: #039DB8;
}
.BgClassName
{
background-color: #039DB8;
}
</style>
border-color css
<style>
span { border-color: #039DB8; }
span { border-color: rgb(3,157,184); }
td.TdClassName
{
border-color: #039DB8;
}
.TagClassName
{
border-color: #039DB8;
}
</style>