Shades of Bondi Blue #008EBC
Tints of Bondi Blue #008EBC
RGB
CMYK
RGB Variations
Color information
#008EBC (or 0x008EBC) is known color: Bondi Blue. HEX triplet: 00, 8E and BC. RGB value is (0,142,188). Sum of RGB (Red+Green+Blue) = 0+142+188=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #008EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EBC is #FF7143. Grayscale: #686868. Windows color (decimal): -16740676 or 12357120. OLE color: 12357120.
HSL color Cylindrical-coordinate representation of color #008EBC: hue angle of 194.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EBC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 142 | 188 | - |
| CMYK | 1 | 0.24 | 0 | 0.26 |
| HSL | 194.68º | 1% | 0.37% | - |
| HSV(B) | 194.68º | 1% | 0.74% | - |
| XYZ | 18.75 | 22.98 | 51.02 | - |
| YUV | 104.79 | 174.96 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 188 | 1 | 0.24 | 0 | 0.26 | 194.68 | 1 | 0.37 |
| Hex | 0 | 8E | BC | 64 | 18 | 0 | 1A | C3 | 64 | 25 |
| Octal | 0 | 216 | 274 | 144 | 30 | 0 | 32 | 303 | 144 | 45 |
| Binary | 0 | 10001110 | 10111100 | 1100100 | 11000 | 0 | 11010 | 11000011 | 1100100 | 100101 |
Color Harmonies of #008EBC
Complementary color
Monochromatic Colors of #008EBC
Black with #008EBC
Text Example
Text Example
White with #008EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EBC; }
p { color: rgb(0,142,188); }
H1.HeaderClassName
{
color: #008EBC;
}
.AnyTagClassName
{
color: #008EBC;
}
</style>
background-color css
<style>
a { background-color: #008EBC; }
a { background-color: rgb(0,142,188); }
div.DivClassName
{
background-color: #008EBC;
}
.BgClassName
{
background-color: #008EBC;
}
</style>
border-color css
<style>
span { border-color: #008EBC; }
span { border-color: rgb(0,142,188); }
td.TdClassName
{
border-color: #008EBC;
}
.TagClassName
{
border-color: #008EBC;
}
</style>