Shades of Bondi Blue #089DB4
Tints of Bondi Blue #089DB4
RGB
CMYK
RGB Variations
Color information
#089DB4 (or 0x089DB4) is known color: Bondi Blue. HEX triplet: 08, 9D and B4. RGB value is (8,157,180). Sum of RGB (Red+Green+Blue) = 8+157+180=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #089DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DB4 is #F7624B. Grayscale: #727272. Windows color (decimal): -16212556 or 11836680. OLE color: 11836680.
HSL color Cylindrical-coordinate representation of color #089DB4: hue angle of 188.02º degrees, saturation: 0.91, 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 #089DB4 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 157 | 180 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.29 |
| HSL | 188.02º | 0.91% | 0.37% | - |
| HSV(B) | 188.02º | 0.96% | 0.71% | - |
| XYZ | 20.4 | 27.46 | 47.41 | - |
| YUV | 115.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 180 | 0.96 | 0.13 | 0 | 0.29 | 188.02 | 0.91 | 0.37 |
| Hex | 8 | 9D | B4 | 60 | D | 0 | 1D | BC | 5B | 25 |
| Octal | 10 | 235 | 264 | 140 | 15 | 0 | 35 | 274 | 133 | 45 |
| Binary | 1000 | 10011101 | 10110100 | 1100000 | 1101 | 0 | 11101 | 10111100 | 1011011 | 100101 |
Color Harmonies of #089DB4
Complementary color
Monochromatic Colors of #089DB4
Black with #089DB4
Text Example
Text Example
White with #089DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DB4; }
p { color: rgb(8,157,180); }
H1.HeaderClassName
{
color: #089DB4;
}
.AnyTagClassName
{
color: #089DB4;
}
</style>
background-color css
<style>
a { background-color: #089DB4; }
a { background-color: rgb(8,157,180); }
div.DivClassName
{
background-color: #089DB4;
}
.BgClassName
{
background-color: #089DB4;
}
</style>
border-color css
<style>
span { border-color: #089DB4; }
span { border-color: rgb(8,157,180); }
td.TdClassName
{
border-color: #089DB4;
}
.TagClassName
{
border-color: #089DB4;
}
</style>