Shades of Bondi Blue #109DB3
Tints of Bondi Blue #109DB3
RGB
CMYK
RGB Variations
Color information
#109DB3 (or 0x109DB3) is known color: Bondi Blue. HEX triplet: 10, 9D and B3. RGB value is (16,157,179). Sum of RGB (Red+Green+Blue) = 16+157+179=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #109DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DB3 is #EF624C. Grayscale: #757575. Windows color (decimal): -15688269 or 11771152. OLE color: 11771152.
HSL color Cylindrical-coordinate representation of color #109DB3: hue angle of 188.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109DB3 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 157 | 179 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.30 |
| HSL | 188.1º | 0.84% | 0.38% | - |
| HSV(B) | 188.1º | 0.91% | 0.7% | - |
| XYZ | 20.41 | 27.48 | 46.88 | - |
| YUV | 117.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 179 | 0.91 | 0.12 | 0 | 0.30 | 188.1 | 0.84 | 0.38 |
| Hex | 10 | 9D | B3 | 5B | C | 0 | 1E | BC | 54 | 26 |
| Octal | 20 | 235 | 263 | 133 | 14 | 0 | 36 | 274 | 124 | 46 |
| Binary | 10000 | 10011101 | 10110011 | 1011011 | 1100 | 0 | 11110 | 10111100 | 1010100 | 100110 |
Color Harmonies of #109DB3
Complementary color
Monochromatic Colors of #109DB3
Black with #109DB3
Text Example
Text Example
White with #109DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DB3; }
p { color: rgb(16,157,179); }
H1.HeaderClassName
{
color: #109DB3;
}
.AnyTagClassName
{
color: #109DB3;
}
</style>
background-color css
<style>
a { background-color: #109DB3; }
a { background-color: rgb(16,157,179); }
div.DivClassName
{
background-color: #109DB3;
}
.BgClassName
{
background-color: #109DB3;
}
</style>
border-color css
<style>
span { border-color: #109DB3; }
span { border-color: rgb(16,157,179); }
td.TdClassName
{
border-color: #109DB3;
}
.TagClassName
{
border-color: #109DB3;
}
</style>