Shades of Bondi Blue #0497AB
Tints of Bondi Blue #0497AB
RGB
CMYK
RGB Variations
Color information
#0497AB (or 0x0497AB) is known color: Bondi Blue. HEX triplet: 04, 97 and AB. RGB value is (4,151,171). Sum of RGB (Red+Green+Blue) = 4+151+171=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0497AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0497AB is #FB6854. Grayscale: #6D6D6D. Windows color (decimal): -16476245 or 11245316. OLE color: 11245316.
HSL color Cylindrical-coordinate representation of color #0497AB: hue angle of 187.19º 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 #0497AB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 151 | 171 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.33 |
| HSL | 187.19º | 0.95% | 0.34% | - |
| HSV(B) | 187.19º | 0.98% | 0.67% | - |
| XYZ | 18.47 | 25.1 | 42.4 | - |
| YUV | 109.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 151 | 171 | 0.98 | 0.12 | 0 | 0.33 | 187.19 | 0.95 | 0.34 |
| Hex | 4 | 97 | AB | 62 | C | 0 | 21 | BB | 5F | 22 |
| Octal | 4 | 227 | 253 | 142 | 14 | 0 | 41 | 273 | 137 | 42 |
| Binary | 100 | 10010111 | 10101011 | 1100010 | 1100 | 0 | 100001 | 10111011 | 1011111 | 100010 |
Color Harmonies of #0497AB
Complementary color
Monochromatic Colors of #0497AB
Black with #0497AB
Text Example
Text Example
White with #0497AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0497AB; }
p { color: rgb(4,151,171); }
H1.HeaderClassName
{
color: #0497AB;
}
.AnyTagClassName
{
color: #0497AB;
}
</style>
background-color css
<style>
a { background-color: #0497AB; }
a { background-color: rgb(4,151,171); }
div.DivClassName
{
background-color: #0497AB;
}
.BgClassName
{
background-color: #0497AB;
}
</style>
border-color css
<style>
span { border-color: #0497AB; }
span { border-color: rgb(4,151,171); }
td.TdClassName
{
border-color: #0497AB;
}
.TagClassName
{
border-color: #0497AB;
}
</style>