Shades of Bondi Blue #109EBA
Tints of Bondi Blue #109EBA
RGB
CMYK
RGB Variations
Color information
#109EBA (or 0x109EBA) is known color: Bondi Blue. HEX triplet: 10, 9E and BA. RGB value is (16,158,186). Sum of RGB (Red+Green+Blue) = 16+158+186=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #109EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EBA is #EF6145. Grayscale: #767676. Windows color (decimal): -15688006 or 12230160. OLE color: 12230160.
HSL color Cylindrical-coordinate representation of color #109EBA: hue angle of 189.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109EBA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 158 | 186 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.27 |
| HSL | 189.88º | 0.84% | 0.4% | - |
| HSV(B) | 189.88º | 0.91% | 0.73% | - |
| XYZ | 21.3 | 28.11 | 50.76 | - |
| YUV | 118.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 186 | 0.91 | 0.15 | 0 | 0.27 | 189.88 | 0.84 | 0.4 |
| Hex | 10 | 9E | BA | 5B | F | 0 | 1B | BE | 54 | 28 |
| Octal | 20 | 236 | 272 | 133 | 17 | 0 | 33 | 276 | 124 | 50 |
| Binary | 10000 | 10011110 | 10111010 | 1011011 | 1111 | 0 | 11011 | 10111110 | 1010100 | 101000 |
Color Harmonies of #109EBA
Complementary color
Monochromatic Colors of #109EBA
Black with #109EBA
Text Example
Text Example
White with #109EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EBA; }
p { color: rgb(16,158,186); }
H1.HeaderClassName
{
color: #109EBA;
}
.AnyTagClassName
{
color: #109EBA;
}
</style>
background-color css
<style>
a { background-color: #109EBA; }
a { background-color: rgb(16,158,186); }
div.DivClassName
{
background-color: #109EBA;
}
.BgClassName
{
background-color: #109EBA;
}
</style>
border-color css
<style>
span { border-color: #109EBA; }
span { border-color: rgb(16,158,186); }
td.TdClassName
{
border-color: #109EBA;
}
.TagClassName
{
border-color: #109EBA;
}
</style>