Shades of Bondi Blue #089BAE
Tints of Bondi Blue #089BAE
RGB
CMYK
RGB Variations
Color information
#089BAE (or 0x089BAE) is known color: Bondi Blue. HEX triplet: 08, 9B and AE. RGB value is (8,155,174). Sum of RGB (Red+Green+Blue) = 8+155+174=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #089BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BAE is #F76451. Grayscale: #707070. Windows color (decimal): -16213074 or 11442952. OLE color: 11442952.
HSL color Cylindrical-coordinate representation of color #089BAE: hue angle of 186.87º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089BAE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 155 | 174 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.32 |
| HSL | 186.87º | 0.91% | 0.36% | - |
| HSV(B) | 186.87º | 0.95% | 0.68% | - |
| XYZ | 19.46 | 26.55 | 44.14 | - |
| YUV | 113.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 174 | 0.95 | 0.11 | 0 | 0.32 | 186.87 | 0.91 | 0.36 |
| Hex | 8 | 9B | AE | 5F | B | 0 | 20 | BB | 5B | 24 |
| Octal | 10 | 233 | 256 | 137 | 13 | 0 | 40 | 273 | 133 | 44 |
| Binary | 1000 | 10011011 | 10101110 | 1011111 | 1011 | 0 | 100000 | 10111011 | 1011011 | 100100 |
Color Harmonies of #089BAE
Complementary color
Monochromatic Colors of #089BAE
Black with #089BAE
Text Example
Text Example
White with #089BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BAE; }
p { color: rgb(8,155,174); }
H1.HeaderClassName
{
color: #089BAE;
}
.AnyTagClassName
{
color: #089BAE;
}
</style>
background-color css
<style>
a { background-color: #089BAE; }
a { background-color: rgb(8,155,174); }
div.DivClassName
{
background-color: #089BAE;
}
.BgClassName
{
background-color: #089BAE;
}
</style>
border-color css
<style>
span { border-color: #089BAE; }
span { border-color: rgb(8,155,174); }
td.TdClassName
{
border-color: #089BAE;
}
.TagClassName
{
border-color: #089BAE;
}
</style>