Shades of Bondi Blue #109BBB
Tints of Bondi Blue #109BBB
RGB
CMYK
RGB Variations
Color information
#109BBB (or 0x109BBB) is known color: Bondi Blue. HEX triplet: 10, 9B and BB. RGB value is (16,155,187). Sum of RGB (Red+Green+Blue) = 16+155+187=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #109BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BBB is #EF6444. Grayscale: #747474. Windows color (decimal): -15688773 or 12294928. OLE color: 12294928.
HSL color Cylindrical-coordinate representation of color #109BBB: hue angle of 191.23º 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 #109BBB is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 155 | 187 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.27 |
| HSL | 191.23º | 0.84% | 0.4% | - |
| HSV(B) | 191.23º | 0.91% | 0.73% | - |
| XYZ | 20.9 | 27.14 | 51.15 | - |
| YUV | 117.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 187 | 0.91 | 0.17 | 0 | 0.27 | 191.23 | 0.84 | 0.4 |
| Hex | 10 | 9B | BB | 5B | 11 | 0 | 1B | BF | 54 | 28 |
| Octal | 20 | 233 | 273 | 133 | 21 | 0 | 33 | 277 | 124 | 50 |
| Binary | 10000 | 10011011 | 10111011 | 1011011 | 10001 | 0 | 11011 | 10111111 | 1010100 | 101000 |
Color Harmonies of #109BBB
Complementary color
Monochromatic Colors of #109BBB
Black with #109BBB
Text Example
Text Example
White with #109BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BBB; }
p { color: rgb(16,155,187); }
H1.HeaderClassName
{
color: #109BBB;
}
.AnyTagClassName
{
color: #109BBB;
}
</style>
background-color css
<style>
a { background-color: #109BBB; }
a { background-color: rgb(16,155,187); }
div.DivClassName
{
background-color: #109BBB;
}
.BgClassName
{
background-color: #109BBB;
}
</style>
border-color css
<style>
span { border-color: #109BBB; }
span { border-color: rgb(16,155,187); }
td.TdClassName
{
border-color: #109BBB;
}
.TagClassName
{
border-color: #109BBB;
}
</style>