Shades of Bondi Blue #0094A9
Tints of Bondi Blue #0094A9
RGB
CMYK
RGB Variations
Color information
#0094A9 (or 0x0094A9) is known color: Bondi Blue. HEX triplet: 00, 94 and A9. RGB value is (0,148,169). Sum of RGB (Red+Green+Blue) = 0+148+169=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #0094A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094A9 is #FF6B56. Grayscale: #696969. Windows color (decimal): -16739159 or 11113472. OLE color: 11113472.
HSL color Cylindrical-coordinate representation of color #0094A9: hue angle of 187.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094A9 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 148 | 169 | - |
| CMYK | 1 | 0.12 | 0 | 0.34 |
| HSL | 187.46º | 1% | 0.33% | - |
| HSV(B) | 187.46º | 1% | 0.66% | - |
| XYZ | 17.75 | 24.04 | 41.24 | - |
| YUV | 106.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 169 | 1 | 0.12 | 0 | 0.34 | 187.46 | 1 | 0.33 |
| Hex | 0 | 94 | A9 | 64 | C | 0 | 22 | BB | 64 | 21 |
| Octal | 0 | 224 | 251 | 144 | 14 | 0 | 42 | 273 | 144 | 41 |
| Binary | 0 | 10010100 | 10101001 | 1100100 | 1100 | 0 | 100010 | 10111011 | 1100100 | 100001 |
Color Harmonies of #0094A9
Complementary color
Monochromatic Colors of #0094A9
Black with #0094A9
Text Example
Text Example
White with #0094A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094A9; }
p { color: rgb(0,148,169); }
H1.HeaderClassName
{
color: #0094A9;
}
.AnyTagClassName
{
color: #0094A9;
}
</style>
background-color css
<style>
a { background-color: #0094A9; }
a { background-color: rgb(0,148,169); }
div.DivClassName
{
background-color: #0094A9;
}
.BgClassName
{
background-color: #0094A9;
}
</style>
border-color css
<style>
span { border-color: #0094A9; }
span { border-color: rgb(0,148,169); }
td.TdClassName
{
border-color: #0094A9;
}
.TagClassName
{
border-color: #0094A9;
}
</style>