Shades of Bondi Blue #109FAC
Tints of Bondi Blue #109FAC
RGB
CMYK
RGB Variations
Color information
#109FAC (or 0x109FAC) is known color: Bondi Blue. HEX triplet: 10, 9F and AC. RGB value is (16,159,172). Sum of RGB (Red+Green+Blue) = 16+159+172=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #109FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FAC is #EF6053. Grayscale: #757575. Windows color (decimal): -15687764 or 11312912. OLE color: 11312912.
HSL color Cylindrical-coordinate representation of color #109FAC: hue angle of 185º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FAC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 159 | 172 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185º | 0.83% | 0.37% | - |
| HSV(B) | 185º | 0.91% | 0.67% | - |
| XYZ | 20.06 | 27.88 | 43.35 | - |
| YUV | 117.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 172 | 0.91 | 0.08 | 0 | 0.33 | 185 | 0.83 | 0.37 |
| Hex | 10 | 9F | AC | 5B | 8 | 0 | 21 | B9 | 53 | 25 |
| Octal | 20 | 237 | 254 | 133 | 10 | 0 | 41 | 271 | 123 | 45 |
| Binary | 10000 | 10011111 | 10101100 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010011 | 100101 |
Color Harmonies of #109FAC
Complementary color
Monochromatic Colors of #109FAC
Black with #109FAC
Text Example
Text Example
White with #109FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FAC; }
p { color: rgb(16,159,172); }
H1.HeaderClassName
{
color: #109FAC;
}
.AnyTagClassName
{
color: #109FAC;
}
</style>
background-color css
<style>
a { background-color: #109FAC; }
a { background-color: rgb(16,159,172); }
div.DivClassName
{
background-color: #109FAC;
}
.BgClassName
{
background-color: #109FAC;
}
</style>
border-color css
<style>
span { border-color: #109FAC; }
span { border-color: rgb(16,159,172); }
td.TdClassName
{
border-color: #109FAC;
}
.TagClassName
{
border-color: #109FAC;
}
</style>