Shades of Bondi Blue #008EB8
Tints of Bondi Blue #008EB8
RGB
CMYK
RGB Variations
Color information
#008EB8 (or 0x008EB8) is known color: Bondi Blue. HEX triplet: 00, 8E and B8. RGB value is (0,142,184). Sum of RGB (Red+Green+Blue) = 0+142+184=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #008EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EB8 is #FF7147. Grayscale: #686868. Windows color (decimal): -16740680 or 12094976. OLE color: 12094976.
HSL color Cylindrical-coordinate representation of color #008EB8: hue angle of 193.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EB8 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 142 | 184 | - |
| CMYK | 1 | 0.23 | 0 | 0.28 |
| HSL | 193.7º | 1% | 0.36% | - |
| HSV(B) | 193.7º | 1% | 0.72% | - |
| XYZ | 18.32 | 22.81 | 48.78 | - |
| YUV | 104.33 | 172.96 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 184 | 1 | 0.23 | 0 | 0.28 | 193.7 | 1 | 0.36 |
| Hex | 0 | 8E | B8 | 64 | 17 | 0 | 1C | C2 | 64 | 24 |
| Octal | 0 | 216 | 270 | 144 | 27 | 0 | 34 | 302 | 144 | 44 |
| Binary | 0 | 10001110 | 10111000 | 1100100 | 10111 | 0 | 11100 | 11000010 | 1100100 | 100100 |
Color Harmonies of #008EB8
Complementary color
Monochromatic Colors of #008EB8
Black with #008EB8
Text Example
Text Example
White with #008EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EB8; }
p { color: rgb(0,142,184); }
H1.HeaderClassName
{
color: #008EB8;
}
.AnyTagClassName
{
color: #008EB8;
}
</style>
background-color css
<style>
a { background-color: #008EB8; }
a { background-color: rgb(0,142,184); }
div.DivClassName
{
background-color: #008EB8;
}
.BgClassName
{
background-color: #008EB8;
}
</style>
border-color css
<style>
span { border-color: #008EB8; }
span { border-color: rgb(0,142,184); }
td.TdClassName
{
border-color: #008EB8;
}
.TagClassName
{
border-color: #008EB8;
}
</style>