Shades of Bondi Blue #089CB8
Tints of Bondi Blue #089CB8
RGB
CMYK
RGB Variations
Color information
#089CB8 (or 0x089CB8) is known color: Bondi Blue. HEX triplet: 08, 9C and B8. RGB value is (8,156,184). Sum of RGB (Red+Green+Blue) = 8+156+184=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #089CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CB8 is #F76347. Grayscale: #727272. Windows color (decimal): -16212808 or 12098568. OLE color: 12098568.
HSL color Cylindrical-coordinate representation of color #089CB8: hue angle of 189.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CB8 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 156 | 184 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.28 |
| HSL | 189.55º | 0.92% | 0.38% | - |
| HSV(B) | 189.55º | 0.96% | 0.72% | - |
| XYZ | 20.64 | 27.29 | 49.53 | - |
| YUV | 114.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 184 | 0.96 | 0.15 | 0 | 0.28 | 189.55 | 0.92 | 0.38 |
| Hex | 8 | 9C | B8 | 60 | F | 0 | 1C | BE | 5C | 26 |
| Octal | 10 | 234 | 270 | 140 | 17 | 0 | 34 | 276 | 134 | 46 |
| Binary | 1000 | 10011100 | 10111000 | 1100000 | 1111 | 0 | 11100 | 10111110 | 1011100 | 100110 |
Color Harmonies of #089CB8
Complementary color
Monochromatic Colors of #089CB8
Black with #089CB8
Text Example
Text Example
White with #089CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CB8; }
p { color: rgb(8,156,184); }
H1.HeaderClassName
{
color: #089CB8;
}
.AnyTagClassName
{
color: #089CB8;
}
</style>
background-color css
<style>
a { background-color: #089CB8; }
a { background-color: rgb(8,156,184); }
div.DivClassName
{
background-color: #089CB8;
}
.BgClassName
{
background-color: #089CB8;
}
</style>
border-color css
<style>
span { border-color: #089CB8; }
span { border-color: rgb(8,156,184); }
td.TdClassName
{
border-color: #089CB8;
}
.TagClassName
{
border-color: #089CB8;
}
</style>