Shades of Bondi Blue #089DAB
Tints of Bondi Blue #089DAB
RGB
CMYK
RGB Variations
Color information
#089DAB (or 0x089DAB) is known color: Bondi Blue. HEX triplet: 08, 9D and AB. RGB value is (8,157,171). Sum of RGB (Red+Green+Blue) = 8+157+171=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #089DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DAB is #F76254. Grayscale: #717171. Windows color (decimal): -16212565 or 11246856. OLE color: 11246856.
HSL color Cylindrical-coordinate representation of color #089DAB: hue angle of 185.15º 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 #089DAB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 157 | 171 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.33 |
| HSL | 185.15º | 0.91% | 0.35% | - |
| HSV(B) | 185.15º | 0.95% | 0.67% | - |
| XYZ | 19.51 | 27.11 | 42.73 | - |
| YUV | 114.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 171 | 0.95 | 0.08 | 0 | 0.33 | 185.15 | 0.91 | 0.35 |
| Hex | 8 | 9D | AB | 5F | 8 | 0 | 21 | B9 | 5B | 23 |
| Octal | 10 | 235 | 253 | 137 | 10 | 0 | 41 | 271 | 133 | 43 |
| Binary | 1000 | 10011101 | 10101011 | 1011111 | 1000 | 0 | 100001 | 10111001 | 1011011 | 100011 |
Color Harmonies of #089DAB
Complementary color
Monochromatic Colors of #089DAB
Black with #089DAB
Text Example
Text Example
White with #089DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DAB; }
p { color: rgb(8,157,171); }
H1.HeaderClassName
{
color: #089DAB;
}
.AnyTagClassName
{
color: #089DAB;
}
</style>
background-color css
<style>
a { background-color: #089DAB; }
a { background-color: rgb(8,157,171); }
div.DivClassName
{
background-color: #089DAB;
}
.BgClassName
{
background-color: #089DAB;
}
</style>
border-color css
<style>
span { border-color: #089DAB; }
span { border-color: rgb(8,157,171); }
td.TdClassName
{
border-color: #089DAB;
}
.TagClassName
{
border-color: #089DAB;
}
</style>