Shades of Bondi Blue #089ABC
Tints of Bondi Blue #089ABC
RGB
CMYK
RGB Variations
Color information
#089ABC (or 0x089ABC) is known color: Bondi Blue. HEX triplet: 08, 9A and BC. RGB value is (8,154,188). Sum of RGB (Red+Green+Blue) = 8+154+188=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #089ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ABC is #F76543. Grayscale: #717171. Windows color (decimal): -16213316 or 12360200. OLE color: 12360200.
HSL color Cylindrical-coordinate representation of color #089ABC: hue angle of 191.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ABC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 154 | 188 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.26 |
| HSL | 191.33º | 0.92% | 0.38% | - |
| HSV(B) | 191.33º | 0.96% | 0.74% | - |
| XYZ | 20.73 | 26.79 | 51.66 | - |
| YUV | 114.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 188 | 0.96 | 0.18 | 0 | 0.26 | 191.33 | 0.92 | 0.38 |
| Hex | 8 | 9A | BC | 60 | 12 | 0 | 1A | BF | 5C | 26 |
| Octal | 10 | 232 | 274 | 140 | 22 | 0 | 32 | 277 | 134 | 46 |
| Binary | 1000 | 10011010 | 10111100 | 1100000 | 10010 | 0 | 11010 | 10111111 | 1011100 | 100110 |
Color Harmonies of #089ABC
Complementary color
Monochromatic Colors of #089ABC
Black with #089ABC
Text Example
Text Example
White with #089ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ABC; }
p { color: rgb(8,154,188); }
H1.HeaderClassName
{
color: #089ABC;
}
.AnyTagClassName
{
color: #089ABC;
}
</style>
background-color css
<style>
a { background-color: #089ABC; }
a { background-color: rgb(8,154,188); }
div.DivClassName
{
background-color: #089ABC;
}
.BgClassName
{
background-color: #089ABC;
}
</style>
border-color css
<style>
span { border-color: #089ABC; }
span { border-color: rgb(8,154,188); }
td.TdClassName
{
border-color: #089ABC;
}
.TagClassName
{
border-color: #089ABC;
}
</style>