Shades of Bondi Blue #0499AD
Tints of Bondi Blue #0499AD
RGB
CMYK
RGB Variations
Color information
#0499AD (or 0x0499AD) is known color: Bondi Blue. HEX triplet: 04, 99 and AD. RGB value is (4,153,173). Sum of RGB (Red+Green+Blue) = 4+153+173=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #0499AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0499AD is #FB6652. Grayscale: #6E6E6E. Windows color (decimal): -16475731 or 11376900. OLE color: 11376900.
HSL color Cylindrical-coordinate representation of color #0499AD: hue angle of 187.1º degrees, saturation: 0.95, 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 #0499AD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 153 | 173 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.32 |
| HSL | 187.1º | 0.95% | 0.35% | - |
| HSV(B) | 187.1º | 0.98% | 0.68% | - |
| XYZ | 18.98 | 25.83 | 43.52 | - |
| YUV | 110.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 173 | 0.98 | 0.12 | 0 | 0.32 | 187.1 | 0.95 | 0.35 |
| Hex | 4 | 99 | AD | 62 | C | 0 | 20 | BB | 5F | 23 |
| Octal | 4 | 231 | 255 | 142 | 14 | 0 | 40 | 273 | 137 | 43 |
| Binary | 100 | 10011001 | 10101101 | 1100010 | 1100 | 0 | 100000 | 10111011 | 1011111 | 100011 |
Color Harmonies of #0499AD
Complementary color
Monochromatic Colors of #0499AD
Black with #0499AD
Text Example
Text Example
White with #0499AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499AD; }
p { color: rgb(4,153,173); }
H1.HeaderClassName
{
color: #0499AD;
}
.AnyTagClassName
{
color: #0499AD;
}
</style>
background-color css
<style>
a { background-color: #0499AD; }
a { background-color: rgb(4,153,173); }
div.DivClassName
{
background-color: #0499AD;
}
.BgClassName
{
background-color: #0499AD;
}
</style>
border-color css
<style>
span { border-color: #0499AD; }
span { border-color: rgb(4,153,173); }
td.TdClassName
{
border-color: #0499AD;
}
.TagClassName
{
border-color: #0499AD;
}
</style>