Shades of Bondi Blue #109DB7
Tints of Bondi Blue #109DB7
RGB
CMYK
RGB Variations
Color information
#109DB7 (or 0x109DB7) is known color: Bondi Blue. HEX triplet: 10, 9D and B7. RGB value is (16,157,183). Sum of RGB (Red+Green+Blue) = 16+157+183=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #109DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DB7 is #EF6248. Grayscale: #757575. Windows color (decimal): -15688265 or 12033296. OLE color: 12033296.
HSL color Cylindrical-coordinate representation of color #109DB7: hue angle of 189.34º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109DB7 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 157 | 183 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.28 |
| HSL | 189.34º | 0.84% | 0.39% | - |
| HSV(B) | 189.34º | 0.91% | 0.72% | - |
| XYZ | 20.82 | 27.64 | 49.04 | - |
| YUV | 117.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 183 | 0.91 | 0.14 | 0 | 0.28 | 189.34 | 0.84 | 0.39 |
| Hex | 10 | 9D | B7 | 5B | E | 0 | 1C | BD | 54 | 27 |
| Octal | 20 | 235 | 267 | 133 | 16 | 0 | 34 | 275 | 124 | 47 |
| Binary | 10000 | 10011101 | 10110111 | 1011011 | 1110 | 0 | 11100 | 10111101 | 1010100 | 100111 |
Color Harmonies of #109DB7
Complementary color
Monochromatic Colors of #109DB7
Black with #109DB7
Text Example
Text Example
White with #109DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DB7; }
p { color: rgb(16,157,183); }
H1.HeaderClassName
{
color: #109DB7;
}
.AnyTagClassName
{
color: #109DB7;
}
</style>
background-color css
<style>
a { background-color: #109DB7; }
a { background-color: rgb(16,157,183); }
div.DivClassName
{
background-color: #109DB7;
}
.BgClassName
{
background-color: #109DB7;
}
</style>
border-color css
<style>
span { border-color: #109DB7; }
span { border-color: rgb(16,157,183); }
td.TdClassName
{
border-color: #109DB7;
}
.TagClassName
{
border-color: #109DB7;
}
</style>