Shades of Bondi Blue #089AB4
Tints of Bondi Blue #089AB4
RGB
CMYK
RGB Variations
Color information
#089AB4 (or 0x089AB4) is known color: Bondi Blue. HEX triplet: 08, 9A and B4. RGB value is (8,154,180). Sum of RGB (Red+Green+Blue) = 8+154+180=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #089AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AB4 is #F7654B. Grayscale: #717171. Windows color (decimal): -16213324 or 11835912. OLE color: 11835912.
HSL color Cylindrical-coordinate representation of color #089AB4: hue angle of 189.07º 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 #089AB4 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 154 | 180 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.29 |
| HSL | 189.07º | 0.91% | 0.37% | - |
| HSV(B) | 189.07º | 0.96% | 0.71% | - |
| XYZ | 19.89 | 26.46 | 47.24 | - |
| YUV | 113.31 | 165.63 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 180 | 0.96 | 0.14 | 0 | 0.29 | 189.07 | 0.91 | 0.37 |
| Hex | 8 | 9A | B4 | 60 | E | 0 | 1D | BD | 5B | 25 |
| Octal | 10 | 232 | 264 | 140 | 16 | 0 | 35 | 275 | 133 | 45 |
| Binary | 1000 | 10011010 | 10110100 | 1100000 | 1110 | 0 | 11101 | 10111101 | 1011011 | 100101 |
Color Harmonies of #089AB4
Complementary color
Monochromatic Colors of #089AB4
Black with #089AB4
Text Example
Text Example
White with #089AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AB4; }
p { color: rgb(8,154,180); }
H1.HeaderClassName
{
color: #089AB4;
}
.AnyTagClassName
{
color: #089AB4;
}
</style>
background-color css
<style>
a { background-color: #089AB4; }
a { background-color: rgb(8,154,180); }
div.DivClassName
{
background-color: #089AB4;
}
.BgClassName
{
background-color: #089AB4;
}
</style>
border-color css
<style>
span { border-color: #089AB4; }
span { border-color: rgb(8,154,180); }
td.TdClassName
{
border-color: #089AB4;
}
.TagClassName
{
border-color: #089AB4;
}
</style>