Shades of Bondi Blue #089FB4
Tints of Bondi Blue #089FB4
RGB
CMYK
RGB Variations
Color information
#089FB4 (or 0x089FB4) is known color: Bondi Blue. HEX triplet: 08, 9F and B4. RGB value is (8,159,180). Sum of RGB (Red+Green+Blue) = 8+159+180=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #089FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FB4 is #F7604B. Grayscale: #747474. Windows color (decimal): -16212044 or 11837192. OLE color: 11837192.
HSL color Cylindrical-coordinate representation of color #089FB4: hue angle of 187.33º 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 #089FB4 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 159 | 180 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.29 |
| HSL | 187.33º | 0.91% | 0.37% | - |
| HSV(B) | 187.33º | 0.96% | 0.71% | - |
| XYZ | 20.74 | 28.14 | 47.52 | - |
| YUV | 116.25 | 163.97 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 180 | 0.96 | 0.12 | 0 | 0.29 | 187.33 | 0.91 | 0.37 |
| Hex | 8 | 9F | B4 | 60 | C | 0 | 1D | BB | 5B | 25 |
| Octal | 10 | 237 | 264 | 140 | 14 | 0 | 35 | 273 | 133 | 45 |
| Binary | 1000 | 10011111 | 10110100 | 1100000 | 1100 | 0 | 11101 | 10111011 | 1011011 | 100101 |
Color Harmonies of #089FB4
Complementary color
Monochromatic Colors of #089FB4
Black with #089FB4
Text Example
Text Example
White with #089FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FB4; }
p { color: rgb(8,159,180); }
H1.HeaderClassName
{
color: #089FB4;
}
.AnyTagClassName
{
color: #089FB4;
}
</style>
background-color css
<style>
a { background-color: #089FB4; }
a { background-color: rgb(8,159,180); }
div.DivClassName
{
background-color: #089FB4;
}
.BgClassName
{
background-color: #089FB4;
}
</style>
border-color css
<style>
span { border-color: #089FB4; }
span { border-color: rgb(8,159,180); }
td.TdClassName
{
border-color: #089FB4;
}
.TagClassName
{
border-color: #089FB4;
}
</style>