Shades of Bondi Blue #089DB5
Tints of Bondi Blue #089DB5
RGB
CMYK
RGB Variations
Color information
#089DB5 (or 0x089DB5) is known color: Bondi Blue. HEX triplet: 08, 9D and B5. RGB value is (8,157,181). Sum of RGB (Red+Green+Blue) = 8+157+181=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #089DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DB5 is #F7624A. Grayscale: #727272. Windows color (decimal): -16212555 or 11902216. OLE color: 11902216.
HSL color Cylindrical-coordinate representation of color #089DB5: hue angle of 188.32º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DB5 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 157 | 181 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.29 |
| HSL | 188.32º | 0.92% | 0.37% | - |
| HSV(B) | 188.32º | 0.96% | 0.71% | - |
| XYZ | 20.5 | 27.5 | 47.94 | - |
| YUV | 115.19 | 165.14 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 181 | 0.96 | 0.13 | 0 | 0.29 | 188.32 | 0.92 | 0.37 |
| Hex | 8 | 9D | B5 | 60 | D | 0 | 1D | BC | 5C | 25 |
| Octal | 10 | 235 | 265 | 140 | 15 | 0 | 35 | 274 | 134 | 45 |
| Binary | 1000 | 10011101 | 10110101 | 1100000 | 1101 | 0 | 11101 | 10111100 | 1011100 | 100101 |
Color Harmonies of #089DB5
Complementary color
Monochromatic Colors of #089DB5
Black with #089DB5
Text Example
Text Example
White with #089DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DB5; }
p { color: rgb(8,157,181); }
H1.HeaderClassName
{
color: #089DB5;
}
.AnyTagClassName
{
color: #089DB5;
}
</style>
background-color css
<style>
a { background-color: #089DB5; }
a { background-color: rgb(8,157,181); }
div.DivClassName
{
background-color: #089DB5;
}
.BgClassName
{
background-color: #089DB5;
}
</style>
border-color css
<style>
span { border-color: #089DB5; }
span { border-color: rgb(8,157,181); }
td.TdClassName
{
border-color: #089DB5;
}
.TagClassName
{
border-color: #089DB5;
}
</style>