Shades of Bondi Blue #089BAC
Tints of Bondi Blue #089BAC
RGB
CMYK
RGB Variations
Color information
#089BAC (or 0x089BAC) is known color: Bondi Blue. HEX triplet: 08, 9B and AC. RGB value is (8,155,172). Sum of RGB (Red+Green+Blue) = 8+155+172=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #089BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BAC is #F76453. Grayscale: #707070. Windows color (decimal): -16213076 or 11311880. OLE color: 11311880.
HSL color Cylindrical-coordinate representation of color #089BAC: hue angle of 186.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089BAC is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 155 | 172 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.33 |
| HSL | 186.22º | 0.91% | 0.35% | - |
| HSV(B) | 186.22º | 0.95% | 0.67% | - |
| XYZ | 19.27 | 26.47 | 43.12 | - |
| YUV | 112.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 172 | 0.95 | 0.10 | 0 | 0.33 | 186.22 | 0.91 | 0.35 |
| Hex | 8 | 9B | AC | 5F | A | 0 | 21 | BA | 5B | 23 |
| Octal | 10 | 233 | 254 | 137 | 12 | 0 | 41 | 272 | 133 | 43 |
| Binary | 1000 | 10011011 | 10101100 | 1011111 | 1010 | 0 | 100001 | 10111010 | 1011011 | 100011 |
Color Harmonies of #089BAC
Complementary color
Monochromatic Colors of #089BAC
Black with #089BAC
Text Example
Text Example
White with #089BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BAC; }
p { color: rgb(8,155,172); }
H1.HeaderClassName
{
color: #089BAC;
}
.AnyTagClassName
{
color: #089BAC;
}
</style>
background-color css
<style>
a { background-color: #089BAC; }
a { background-color: rgb(8,155,172); }
div.DivClassName
{
background-color: #089BAC;
}
.BgClassName
{
background-color: #089BAC;
}
</style>
border-color css
<style>
span { border-color: #089BAC; }
span { border-color: rgb(8,155,172); }
td.TdClassName
{
border-color: #089BAC;
}
.TagClassName
{
border-color: #089BAC;
}
</style>