Shades of Bondi Blue #039FA8
Tints of Bondi Blue #039FA8
RGB
CMYK
RGB Variations
Color information
#039FA8 (or 0x039FA8) is known color: Bondi Blue. HEX triplet: 03, 9F and A8. RGB value is (3,159,168). Sum of RGB (Red+Green+Blue) = 3+159+168=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #039FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FA8 is #FC6057. Grayscale: #717171. Windows color (decimal): -16539736 or 11050755. OLE color: 11050755.
HSL color Cylindrical-coordinate representation of color #039FA8: hue angle of 183.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039FA8 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 159 | 168 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.34 |
| HSL | 183.27º | 0.96% | 0.34% | - |
| HSV(B) | 183.27º | 0.98% | 0.66% | - |
| XYZ | 19.5 | 27.64 | 41.35 | - |
| YUV | 113.38 | 158.82 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 168 | 0.98 | 0.05 | 0 | 0.34 | 183.27 | 0.96 | 0.34 |
| Hex | 3 | 9F | A8 | 62 | 5 | 0 | 22 | B7 | 60 | 22 |
| Octal | 3 | 237 | 250 | 142 | 5 | 0 | 42 | 267 | 140 | 42 |
| Binary | 11 | 10011111 | 10101000 | 1100010 | 101 | 0 | 100010 | 10110111 | 1100000 | 100010 |
Color Harmonies of #039FA8
Complementary color
Monochromatic Colors of #039FA8
Black with #039FA8
Text Example
Text Example
White with #039FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FA8; }
p { color: rgb(3,159,168); }
H1.HeaderClassName
{
color: #039FA8;
}
.AnyTagClassName
{
color: #039FA8;
}
</style>
background-color css
<style>
a { background-color: #039FA8; }
a { background-color: rgb(3,159,168); }
div.DivClassName
{
background-color: #039FA8;
}
.BgClassName
{
background-color: #039FA8;
}
</style>
border-color css
<style>
span { border-color: #039FA8; }
span { border-color: rgb(3,159,168); }
td.TdClassName
{
border-color: #039FA8;
}
.TagClassName
{
border-color: #039FA8;
}
</style>