Shades of Bondi Blue #089AB0
Tints of Bondi Blue #089AB0
RGB
CMYK
RGB Variations
Color information
#089AB0 (or 0x089AB0) is known color: Bondi Blue. HEX triplet: 08, 9A and B0. RGB value is (8,154,176). Sum of RGB (Red+Green+Blue) = 8+154+176=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #089AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AB0 is #F7654F. Grayscale: #707070. Windows color (decimal): -16213328 or 11573768. OLE color: 11573768.
HSL color Cylindrical-coordinate representation of color #089AB0: hue angle of 187.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AB0 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 154 | 176 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.31 |
| HSL | 187.86º | 0.91% | 0.36% | - |
| HSV(B) | 187.86º | 0.95% | 0.69% | - |
| XYZ | 19.49 | 26.3 | 45.12 | - |
| YUV | 112.85 | 163.63 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 176 | 0.95 | 0.12 | 0 | 0.31 | 187.86 | 0.91 | 0.36 |
| Hex | 8 | 9A | B0 | 5F | C | 0 | 1F | BC | 5B | 24 |
| Octal | 10 | 232 | 260 | 137 | 14 | 0 | 37 | 274 | 133 | 44 |
| Binary | 1000 | 10011010 | 10110000 | 1011111 | 1100 | 0 | 11111 | 10111100 | 1011011 | 100100 |
Color Harmonies of #089AB0
Complementary color
Monochromatic Colors of #089AB0
Black with #089AB0
Text Example
Text Example
White with #089AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AB0; }
p { color: rgb(8,154,176); }
H1.HeaderClassName
{
color: #089AB0;
}
.AnyTagClassName
{
color: #089AB0;
}
</style>
background-color css
<style>
a { background-color: #089AB0; }
a { background-color: rgb(8,154,176); }
div.DivClassName
{
background-color: #089AB0;
}
.BgClassName
{
background-color: #089AB0;
}
</style>
border-color css
<style>
span { border-color: #089AB0; }
span { border-color: rgb(8,154,176); }
td.TdClassName
{
border-color: #089AB0;
}
.TagClassName
{
border-color: #089AB0;
}
</style>