Shades of Bondi Blue #109DB5
Tints of Bondi Blue #109DB5
RGB
CMYK
RGB Variations
Color information
#109DB5 (or 0x109DB5) is known color: Bondi Blue. HEX triplet: 10, 9D and B5. RGB value is (16,157,181). Sum of RGB (Red+Green+Blue) = 16+157+181=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #109DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DB5 is #EF624A. Grayscale: #757575. Windows color (decimal): -15688267 or 11902224. OLE color: 11902224.
HSL color Cylindrical-coordinate representation of color #109DB5: hue angle of 188.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109DB5 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 157 | 181 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.29 |
| HSL | 188.73º | 0.84% | 0.39% | - |
| HSV(B) | 188.73º | 0.91% | 0.71% | - |
| XYZ | 20.61 | 27.56 | 47.95 | - |
| YUV | 117.58 | 163.79 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 181 | 0.91 | 0.13 | 0 | 0.29 | 188.73 | 0.84 | 0.39 |
| Hex | 10 | 9D | B5 | 5B | D | 0 | 1D | BD | 54 | 27 |
| Octal | 20 | 235 | 265 | 133 | 15 | 0 | 35 | 275 | 124 | 47 |
| Binary | 10000 | 10011101 | 10110101 | 1011011 | 1101 | 0 | 11101 | 10111101 | 1010100 | 100111 |
Color Harmonies of #109DB5
Complementary color
Monochromatic Colors of #109DB5
Black with #109DB5
Text Example
Text Example
White with #109DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DB5; }
p { color: rgb(16,157,181); }
H1.HeaderClassName
{
color: #109DB5;
}
.AnyTagClassName
{
color: #109DB5;
}
</style>
background-color css
<style>
a { background-color: #109DB5; }
a { background-color: rgb(16,157,181); }
div.DivClassName
{
background-color: #109DB5;
}
.BgClassName
{
background-color: #109DB5;
}
</style>
border-color css
<style>
span { border-color: #109DB5; }
span { border-color: rgb(16,157,181); }
td.TdClassName
{
border-color: #109DB5;
}
.TagClassName
{
border-color: #109DB5;
}
</style>