Shades of Bondi Blue #0E9BAC
Tints of Bondi Blue #0E9BAC
RGB
CMYK
RGB Variations
Color information
#0E9BAC (or 0x0E9BAC) is known color: Bondi Blue. HEX triplet: 0E, 9B and AC. RGB value is (14,155,172). Sum of RGB (Red+Green+Blue) = 14+155+172=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E9BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9BAC is #F16453. Grayscale: #727272. Windows color (decimal): -15819860 or 11311886. OLE color: 11311886.
HSL color Cylindrical-coordinate representation of color #0E9BAC: hue angle of 186.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9BAC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 155 | 172 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.33 |
| HSL | 186.46º | 0.85% | 0.36% | - |
| HSV(B) | 186.46º | 0.92% | 0.67% | - |
| XYZ | 19.35 | 26.51 | 43.13 | - |
| YUV | 114.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 172 | 0.92 | 0.10 | 0 | 0.33 | 186.46 | 0.85 | 0.36 |
| Hex | E | 9B | AC | 5C | A | 0 | 21 | BA | 55 | 24 |
| Octal | 16 | 233 | 254 | 134 | 12 | 0 | 41 | 272 | 125 | 44 |
| Binary | 1110 | 10011011 | 10101100 | 1011100 | 1010 | 0 | 100001 | 10111010 | 1010101 | 100100 |
Color Harmonies of #0E9BAC
Complementary color
Monochromatic Colors of #0E9BAC
Black with #0E9BAC
Text Example
Text Example
White with #0E9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9BAC; }
p { color: rgb(14,155,172); }
H1.HeaderClassName
{
color: #0E9BAC;
}
.AnyTagClassName
{
color: #0E9BAC;
}
</style>
background-color css
<style>
a { background-color: #0E9BAC; }
a { background-color: rgb(14,155,172); }
div.DivClassName
{
background-color: #0E9BAC;
}
.BgClassName
{
background-color: #0E9BAC;
}
</style>
border-color css
<style>
span { border-color: #0E9BAC; }
span { border-color: rgb(14,155,172); }
td.TdClassName
{
border-color: #0E9BAC;
}
.TagClassName
{
border-color: #0E9BAC;
}
</style>