Shades of Bondi Blue #008FB6
Tints of Bondi Blue #008FB6
RGB
CMYK
RGB Variations
Color information
#008FB6 (or 0x008FB6) is known color: Bondi Blue. HEX triplet: 00, 8F and B6. RGB value is (0,143,182). Sum of RGB (Red+Green+Blue) = 0+143+182=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #008FB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FB6 is #FF7049. Grayscale: #686868. Windows color (decimal): -16740426 or 11964160. OLE color: 11964160.
HSL color Cylindrical-coordinate representation of color #008FB6: hue angle of 192.86º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FB6 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 143 | 182 | - |
| CMYK | 1 | 0.21 | 0 | 0.29 |
| HSL | 192.86º | 1% | 0.36% | - |
| HSV(B) | 192.86º | 1% | 0.71% | - |
| XYZ | 18.27 | 23.02 | 47.74 | - |
| YUV | 104.69 | 171.62 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 182 | 1 | 0.21 | 0 | 0.29 | 192.86 | 1 | 0.36 |
| Hex | 0 | 8F | B6 | 64 | 15 | 0 | 1D | C1 | 64 | 24 |
| Octal | 0 | 217 | 266 | 144 | 25 | 0 | 35 | 301 | 144 | 44 |
| Binary | 0 | 10001111 | 10110110 | 1100100 | 10101 | 0 | 11101 | 11000001 | 1100100 | 100100 |
Color Harmonies of #008FB6
Complementary color
Monochromatic Colors of #008FB6
Black with #008FB6
Text Example
Text Example
White with #008FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FB6; }
p { color: rgb(0,143,182); }
H1.HeaderClassName
{
color: #008FB6;
}
.AnyTagClassName
{
color: #008FB6;
}
</style>
background-color css
<style>
a { background-color: #008FB6; }
a { background-color: rgb(0,143,182); }
div.DivClassName
{
background-color: #008FB6;
}
.BgClassName
{
background-color: #008FB6;
}
</style>
border-color css
<style>
span { border-color: #008FB6; }
span { border-color: rgb(0,143,182); }
td.TdClassName
{
border-color: #008FB6;
}
.TagClassName
{
border-color: #008FB6;
}
</style>