Shades of Bondi Blue #118DBF
Tints of Bondi Blue #118DBF
RGB
CMYK
RGB Variations
Color information
#118DBF (or 0x118DBF) is known color: Bondi Blue. HEX triplet: 11, 8D and BF. RGB value is (17,141,191). Sum of RGB (Red+Green+Blue) = 17+141+191=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #118DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DBF is #EE7240. Grayscale: #6D6D6D. Windows color (decimal): -15626817 or 12553489. OLE color: 12553489.
HSL color Cylindrical-coordinate representation of color #118DBF: hue angle of 197.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DBF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 141 | 191 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.25 |
| HSL | 197.24º | 0.84% | 0.41% | - |
| HSV(B) | 197.24º | 0.91% | 0.75% | - |
| XYZ | 19.16 | 22.93 | 52.71 | - |
| YUV | 109.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 191 | 0.91 | 0.26 | 0 | 0.25 | 197.24 | 0.84 | 0.41 |
| Hex | 11 | 8D | BF | 5B | 1A | 0 | 19 | C5 | 54 | 29 |
| Octal | 21 | 215 | 277 | 133 | 32 | 0 | 31 | 305 | 124 | 51 |
| Binary | 10001 | 10001101 | 10111111 | 1011011 | 11010 | 0 | 11001 | 11000101 | 1010100 | 101001 |
Color Harmonies of #118DBF
Complementary color
Monochromatic Colors of #118DBF
Black with #118DBF
Text Example
Text Example
White with #118DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DBF; }
p { color: rgb(17,141,191); }
H1.HeaderClassName
{
color: #118DBF;
}
.AnyTagClassName
{
color: #118DBF;
}
</style>
background-color css
<style>
a { background-color: #118DBF; }
a { background-color: rgb(17,141,191); }
div.DivClassName
{
background-color: #118DBF;
}
.BgClassName
{
background-color: #118DBF;
}
</style>
border-color css
<style>
span { border-color: #118DBF; }
span { border-color: rgb(17,141,191); }
td.TdClassName
{
border-color: #118DBF;
}
.TagClassName
{
border-color: #118DBF;
}
</style>