Shades of Bondi Blue #089DB8
Tints of Bondi Blue #089DB8
RGB
CMYK
RGB Variations
Color information
#089DB8 (or 0x089DB8) is known color: Bondi Blue. HEX triplet: 08, 9D and B8. RGB value is (8,157,184). Sum of RGB (Red+Green+Blue) = 8+157+184=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #089DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DB8 is #F76247. Grayscale: #737373. Windows color (decimal): -16212552 or 12098824. OLE color: 12098824.
HSL color Cylindrical-coordinate representation of color #089DB8: hue angle of 189.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DB8 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 157 | 184 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.28 |
| HSL | 189.2º | 0.92% | 0.38% | - |
| HSV(B) | 189.2º | 0.96% | 0.72% | - |
| XYZ | 20.81 | 27.63 | 49.58 | - |
| YUV | 115.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 184 | 0.96 | 0.15 | 0 | 0.28 | 189.2 | 0.92 | 0.38 |
| Hex | 8 | 9D | B8 | 60 | F | 0 | 1C | BD | 5C | 26 |
| Octal | 10 | 235 | 270 | 140 | 17 | 0 | 34 | 275 | 134 | 46 |
| Binary | 1000 | 10011101 | 10111000 | 1100000 | 1111 | 0 | 11100 | 10111101 | 1011100 | 100110 |
Color Harmonies of #089DB8
Complementary color
Monochromatic Colors of #089DB8
Black with #089DB8
Text Example
Text Example
White with #089DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DB8; }
p { color: rgb(8,157,184); }
H1.HeaderClassName
{
color: #089DB8;
}
.AnyTagClassName
{
color: #089DB8;
}
</style>
background-color css
<style>
a { background-color: #089DB8; }
a { background-color: rgb(8,157,184); }
div.DivClassName
{
background-color: #089DB8;
}
.BgClassName
{
background-color: #089DB8;
}
</style>
border-color css
<style>
span { border-color: #089DB8; }
span { border-color: rgb(8,157,184); }
td.TdClassName
{
border-color: #089DB8;
}
.TagClassName
{
border-color: #089DB8;
}
</style>