Shades of Bondi Blue #0499AA
Tints of Bondi Blue #0499AA
RGB
CMYK
RGB Variations
Color information
#0499AA (or 0x0499AA) is known color: Bondi Blue. HEX triplet: 04, 99 and AA. RGB value is (4,153,170). Sum of RGB (Red+Green+Blue) = 4+153+170=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #0499AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0499AA is #FB6655. Grayscale: #6E6E6E. Windows color (decimal): -16475734 or 11180292. OLE color: 11180292.
HSL color Cylindrical-coordinate representation of color #0499AA: hue angle of 186.14º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499AA is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 153 | 170 | - |
| CMYK | 0.98 | 0.1 | 0 | 0.33 |
| HSL | 186.14º | 0.95% | 0.34% | - |
| HSV(B) | 186.14º | 0.98% | 0.67% | - |
| XYZ | 18.7 | 25.71 | 42.01 | - |
| YUV | 110.39 | 161.64 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 170 | 0.98 | 0.1 | 0 | 0.33 | 186.14 | 0.95 | 0.34 |
| Hex | 4 | 99 | AA | 62 | A | 0 | 21 | BA | 5F | 22 |
| Octal | 4 | 231 | 252 | 142 | 12 | 0 | 41 | 272 | 137 | 42 |
| Binary | 100 | 10011001 | 10101010 | 1100010 | 1010 | 0 | 100001 | 10111010 | 1011111 | 100010 |
Color Harmonies of #0499AA
Complementary color
Monochromatic Colors of #0499AA
Black with #0499AA
Text Example
Text Example
White with #0499AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499AA; }
p { color: rgb(4,153,170); }
H1.HeaderClassName
{
color: #0499AA;
}
.AnyTagClassName
{
color: #0499AA;
}
</style>
background-color css
<style>
a { background-color: #0499AA; }
a { background-color: rgb(4,153,170); }
div.DivClassName
{
background-color: #0499AA;
}
.BgClassName
{
background-color: #0499AA;
}
</style>
border-color css
<style>
span { border-color: #0499AA; }
span { border-color: rgb(4,153,170); }
td.TdClassName
{
border-color: #0499AA;
}
.TagClassName
{
border-color: #0499AA;
}
</style>