Shades of Bondi Blue #008EBF
Tints of Bondi Blue #008EBF
RGB
CMYK
RGB Variations
Color information
#008EBF (or 0x008EBF) is known color: Bondi Blue. HEX triplet: 00, 8E and BF. RGB value is (0,142,191). Sum of RGB (Red+Green+Blue) = 0+142+191=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #008EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EBF is #FF7140. Grayscale: #686868. Windows color (decimal): -16740673 or 12553728. OLE color: 12553728.
HSL color Cylindrical-coordinate representation of color #008EBF: hue angle of 195.39º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EBF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 142 | 191 | - |
| CMYK | 1 | 0.26 | 0 | 0.25 |
| HSL | 195.39º | 1% | 0.37% | - |
| HSV(B) | 195.39º | 1% | 0.75% | - |
| XYZ | 19.08 | 23.11 | 52.74 | - |
| YUV | 105.13 | 176.46 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 191 | 1 | 0.26 | 0 | 0.25 | 195.39 | 1 | 0.37 |
| Hex | 0 | 8E | BF | 64 | 1A | 0 | 19 | C3 | 64 | 25 |
| Octal | 0 | 216 | 277 | 144 | 32 | 0 | 31 | 303 | 144 | 45 |
| Binary | 0 | 10001110 | 10111111 | 1100100 | 11010 | 0 | 11001 | 11000011 | 1100100 | 100101 |
Color Harmonies of #008EBF
Complementary color
Monochromatic Colors of #008EBF
Black with #008EBF
Text Example
Text Example
White with #008EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EBF; }
p { color: rgb(0,142,191); }
H1.HeaderClassName
{
color: #008EBF;
}
.AnyTagClassName
{
color: #008EBF;
}
</style>
background-color css
<style>
a { background-color: #008EBF; }
a { background-color: rgb(0,142,191); }
div.DivClassName
{
background-color: #008EBF;
}
.BgClassName
{
background-color: #008EBF;
}
</style>
border-color css
<style>
span { border-color: #008EBF; }
span { border-color: rgb(0,142,191); }
td.TdClassName
{
border-color: #008EBF;
}
.TagClassName
{
border-color: #008EBF;
}
</style>