Shades of Bondi Blue #109CBA
Tints of Bondi Blue #109CBA
RGB
CMYK
RGB Variations
Color information
#109CBA (or 0x109CBA) is known color: Bondi Blue. HEX triplet: 10, 9C and BA. RGB value is (16,156,186). Sum of RGB (Red+Green+Blue) = 16+156+186=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #109CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CBA is #EF6345. Grayscale: #757575. Windows color (decimal): -15688518 or 12229648. OLE color: 12229648.
HSL color Cylindrical-coordinate representation of color #109CBA: hue angle of 190.59º 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 #109CBA is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 156 | 186 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.27 |
| HSL | 190.59º | 0.84% | 0.4% | - |
| HSV(B) | 190.59º | 0.91% | 0.73% | - |
| XYZ | 20.97 | 27.43 | 50.64 | - |
| YUV | 117.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 186 | 0.91 | 0.16 | 0 | 0.27 | 190.59 | 0.84 | 0.4 |
| Hex | 10 | 9C | BA | 5B | 10 | 0 | 1B | BF | 54 | 28 |
| Octal | 20 | 234 | 272 | 133 | 20 | 0 | 33 | 277 | 124 | 50 |
| Binary | 10000 | 10011100 | 10111010 | 1011011 | 10000 | 0 | 11011 | 10111111 | 1010100 | 101000 |
Color Harmonies of #109CBA
Complementary color
Monochromatic Colors of #109CBA
Black with #109CBA
Text Example
Text Example
White with #109CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CBA; }
p { color: rgb(16,156,186); }
H1.HeaderClassName
{
color: #109CBA;
}
.AnyTagClassName
{
color: #109CBA;
}
</style>
background-color css
<style>
a { background-color: #109CBA; }
a { background-color: rgb(16,156,186); }
div.DivClassName
{
background-color: #109CBA;
}
.BgClassName
{
background-color: #109CBA;
}
</style>
border-color css
<style>
span { border-color: #109CBA; }
span { border-color: rgb(16,156,186); }
td.TdClassName
{
border-color: #109CBA;
}
.TagClassName
{
border-color: #109CBA;
}
</style>