Shades of Bondi Blue #008FB0
Tints of Bondi Blue #008FB0
RGB
CMYK
RGB Variations
Color information
#008FB0 (or 0x008FB0) is known color: Bondi Blue. HEX triplet: 00, 8F and B0. RGB value is (0,143,176). Sum of RGB (Red+Green+Blue) = 0+143+176=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #008FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FB0 is #FF704F. Grayscale: #676767. Windows color (decimal): -16740432 or 11570944. OLE color: 11570944.
HSL color Cylindrical-coordinate representation of color #008FB0: hue angle of 191.25º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FB0 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 143 | 176 | - |
| CMYK | 1 | 0.19 | 0 | 0.31 |
| HSL | 191.25º | 1% | 0.35% | - |
| HSV(B) | 191.25º | 1% | 0.69% | - |
| XYZ | 17.66 | 22.78 | 44.54 | - |
| YUV | 104.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 176 | 1 | 0.19 | 0 | 0.31 | 191.25 | 1 | 0.35 |
| Hex | 0 | 8F | B0 | 64 | 13 | 0 | 1F | BF | 64 | 23 |
| Octal | 0 | 217 | 260 | 144 | 23 | 0 | 37 | 277 | 144 | 43 |
| Binary | 0 | 10001111 | 10110000 | 1100100 | 10011 | 0 | 11111 | 10111111 | 1100100 | 100011 |
Color Harmonies of #008FB0
Complementary color
Monochromatic Colors of #008FB0
Black with #008FB0
Text Example
Text Example
White with #008FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FB0; }
p { color: rgb(0,143,176); }
H1.HeaderClassName
{
color: #008FB0;
}
.AnyTagClassName
{
color: #008FB0;
}
</style>
background-color css
<style>
a { background-color: #008FB0; }
a { background-color: rgb(0,143,176); }
div.DivClassName
{
background-color: #008FB0;
}
.BgClassName
{
background-color: #008FB0;
}
</style>
border-color css
<style>
span { border-color: #008FB0; }
span { border-color: rgb(0,143,176); }
td.TdClassName
{
border-color: #008FB0;
}
.TagClassName
{
border-color: #008FB0;
}
</style>