Shades of Bondi Blue #109FB4
Tints of Bondi Blue #109FB4
RGB
CMYK
RGB Variations
Color information
#109FB4 (or 0x109FB4) is known color: Bondi Blue. HEX triplet: 10, 9F and B4. RGB value is (16,159,180). Sum of RGB (Red+Green+Blue) = 16+159+180=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #109FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FB4 is #EF604B. Grayscale: #767676. Windows color (decimal): -15687756 or 11837200. OLE color: 11837200.
HSL color Cylindrical-coordinate representation of color #109FB4: hue angle of 187.68º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FB4 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 159 | 180 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.29 |
| HSL | 187.68º | 0.84% | 0.38% | - |
| HSV(B) | 187.68º | 0.91% | 0.71% | - |
| XYZ | 20.85 | 28.2 | 47.52 | - |
| YUV | 118.64 | 162.62 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 180 | 0.91 | 0.12 | 0 | 0.29 | 187.68 | 0.84 | 0.38 |
| Hex | 10 | 9F | B4 | 5B | C | 0 | 1D | BC | 54 | 26 |
| Octal | 20 | 237 | 264 | 133 | 14 | 0 | 35 | 274 | 124 | 46 |
| Binary | 10000 | 10011111 | 10110100 | 1011011 | 1100 | 0 | 11101 | 10111100 | 1010100 | 100110 |
Color Harmonies of #109FB4
Complementary color
Monochromatic Colors of #109FB4
Black with #109FB4
Text Example
Text Example
White with #109FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FB4; }
p { color: rgb(16,159,180); }
H1.HeaderClassName
{
color: #109FB4;
}
.AnyTagClassName
{
color: #109FB4;
}
</style>
background-color css
<style>
a { background-color: #109FB4; }
a { background-color: rgb(16,159,180); }
div.DivClassName
{
background-color: #109FB4;
}
.BgClassName
{
background-color: #109FB4;
}
</style>
border-color css
<style>
span { border-color: #109FB4; }
span { border-color: rgb(16,159,180); }
td.TdClassName
{
border-color: #109FB4;
}
.TagClassName
{
border-color: #109FB4;
}
</style>