Shades of Bondi Blue #0089B4
Tints of Bondi Blue #0089B4
RGB
CMYK
RGB Variations
Color information
#0089B4 (or 0x0089B4) is known color: Bondi Blue. HEX triplet: 00, 89 and B4. RGB value is (0,137,180). Sum of RGB (Red+Green+Blue) = 0+137+180=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #0089B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089B4 is #FF764B. Grayscale: #646464. Windows color (decimal): -16741964 or 11831552. OLE color: 11831552.
HSL color Cylindrical-coordinate representation of color #0089B4: hue angle of 194.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089B4 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 137 | 180 | - |
| CMYK | 1 | 0.24 | 0 | 0.29 |
| HSL | 194.33º | 1% | 0.35% | - |
| HSV(B) | 194.33º | 1% | 0.71% | - |
| XYZ | 17.18 | 21.19 | 46.36 | - |
| YUV | 100.94 | 172.61 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 180 | 1 | 0.24 | 0 | 0.29 | 194.33 | 1 | 0.35 |
| Hex | 0 | 89 | B4 | 64 | 18 | 0 | 1D | C2 | 64 | 23 |
| Octal | 0 | 211 | 264 | 144 | 30 | 0 | 35 | 302 | 144 | 43 |
| Binary | 0 | 10001001 | 10110100 | 1100100 | 11000 | 0 | 11101 | 11000010 | 1100100 | 100011 |
Color Harmonies of #0089B4
Complementary color
Monochromatic Colors of #0089B4
Black with #0089B4
Text Example
Text Example
White with #0089B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0089B4; }
p { color: rgb(0,137,180); }
H1.HeaderClassName
{
color: #0089B4;
}
.AnyTagClassName
{
color: #0089B4;
}
</style>
background-color css
<style>
a { background-color: #0089B4; }
a { background-color: rgb(0,137,180); }
div.DivClassName
{
background-color: #0089B4;
}
.BgClassName
{
background-color: #0089B4;
}
</style>
border-color css
<style>
span { border-color: #0089B4; }
span { border-color: rgb(0,137,180); }
td.TdClassName
{
border-color: #0089B4;
}
.TagClassName
{
border-color: #0089B4;
}
</style>