Shades of Bondi Blue #0089AE
Tints of Bondi Blue #0089AE
RGB
CMYK
RGB Variations
Color information
#0089AE (or 0x0089AE) is known color: Bondi Blue. HEX triplet: 00, 89 and AE. RGB value is (0,137,174). Sum of RGB (Red+Green+Blue) = 0+137+174=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #0089AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0089AE is #FF7651. Grayscale: #636363. Windows color (decimal): -16741970 or 11438336. OLE color: 11438336.
HSL color Cylindrical-coordinate representation of color #0089AE: hue angle of 192.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089AE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 137 | 174 | - |
| CMYK | 1 | 0.21 | 0 | 0.32 |
| HSL | 192.76º | 1% | 0.34% | - |
| HSV(B) | 192.76º | 1% | 0.68% | - |
| XYZ | 16.59 | 20.95 | 43.21 | - |
| YUV | 100.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 174 | 1 | 0.21 | 0 | 0.32 | 192.76 | 1 | 0.34 |
| Hex | 0 | 89 | AE | 64 | 15 | 0 | 20 | C1 | 64 | 22 |
| Octal | 0 | 211 | 256 | 144 | 25 | 0 | 40 | 301 | 144 | 42 |
| Binary | 0 | 10001001 | 10101110 | 1100100 | 10101 | 0 | 100000 | 11000001 | 1100100 | 100010 |
Color Harmonies of #0089AE
Complementary color
Monochromatic Colors of #0089AE
Black with #0089AE
Text Example
Text Example
White with #0089AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0089AE; }
p { color: rgb(0,137,174); }
H1.HeaderClassName
{
color: #0089AE;
}
.AnyTagClassName
{
color: #0089AE;
}
</style>
background-color css
<style>
a { background-color: #0089AE; }
a { background-color: rgb(0,137,174); }
div.DivClassName
{
background-color: #0089AE;
}
.BgClassName
{
background-color: #0089AE;
}
</style>
border-color css
<style>
span { border-color: #0089AE; }
span { border-color: rgb(0,137,174); }
td.TdClassName
{
border-color: #0089AE;
}
.TagClassName
{
border-color: #0089AE;
}
</style>