Shades of Bondi Blue #089DAC
Tints of Bondi Blue #089DAC
RGB
CMYK
RGB Variations
Color information
#089DAC (or 0x089DAC) is known color: Bondi Blue. HEX triplet: 08, 9D and AC. RGB value is (8,157,172). Sum of RGB (Red+Green+Blue) = 8+157+172=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #089DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DAC is #F76253. Grayscale: #717171. Windows color (decimal): -16212564 or 11312392. OLE color: 11312392.
HSL color Cylindrical-coordinate representation of color #089DAC: hue angle of 185.49º 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 #089DAC is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 157 | 172 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.33 |
| HSL | 185.49º | 0.91% | 0.35% | - |
| HSV(B) | 185.49º | 0.95% | 0.67% | - |
| XYZ | 19.6 | 27.14 | 43.24 | - |
| YUV | 114.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 172 | 0.95 | 0.09 | 0 | 0.33 | 185.49 | 0.91 | 0.35 |
| Hex | 8 | 9D | AC | 5F | 9 | 0 | 21 | B9 | 5B | 23 |
| Octal | 10 | 235 | 254 | 137 | 11 | 0 | 41 | 271 | 133 | 43 |
| Binary | 1000 | 10011101 | 10101100 | 1011111 | 1001 | 0 | 100001 | 10111001 | 1011011 | 100011 |
Color Harmonies of #089DAC
Complementary color
Monochromatic Colors of #089DAC
Black with #089DAC
Text Example
Text Example
White with #089DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DAC; }
p { color: rgb(8,157,172); }
H1.HeaderClassName
{
color: #089DAC;
}
.AnyTagClassName
{
color: #089DAC;
}
</style>
background-color css
<style>
a { background-color: #089DAC; }
a { background-color: rgb(8,157,172); }
div.DivClassName
{
background-color: #089DAC;
}
.BgClassName
{
background-color: #089DAC;
}
</style>
border-color css
<style>
span { border-color: #089DAC; }
span { border-color: rgb(8,157,172); }
td.TdClassName
{
border-color: #089DAC;
}
.TagClassName
{
border-color: #089DAC;
}
</style>