Shades of Bondi Blue #118DBD
Tints of Bondi Blue #118DBD
RGB
CMYK
RGB Variations
Color information
#118DBD (or 0x118DBD) is known color: Bondi Blue. HEX triplet: 11, 8D and BD. RGB value is (17,141,189). Sum of RGB (Red+Green+Blue) = 17+141+189=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #118DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DBD is #EE7242. Grayscale: #6D6D6D. Windows color (decimal): -15626819 or 12422417. OLE color: 12422417.
HSL color Cylindrical-coordinate representation of color #118DBD: hue angle of 196.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DBD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 141 | 189 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.26 |
| HSL | 196.74º | 0.83% | 0.4% | - |
| HSV(B) | 196.74º | 0.91% | 0.74% | - |
| XYZ | 18.94 | 22.84 | 51.55 | - |
| YUV | 109.4 | 172.92 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 189 | 0.91 | 0.25 | 0 | 0.26 | 196.74 | 0.83 | 0.4 |
| Hex | 11 | 8D | BD | 5B | 19 | 0 | 1A | C5 | 53 | 28 |
| Octal | 21 | 215 | 275 | 133 | 31 | 0 | 32 | 305 | 123 | 50 |
| Binary | 10001 | 10001101 | 10111101 | 1011011 | 11001 | 0 | 11010 | 11000101 | 1010011 | 101000 |
Color Harmonies of #118DBD
Complementary color
Monochromatic Colors of #118DBD
Black with #118DBD
Text Example
Text Example
White with #118DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DBD; }
p { color: rgb(17,141,189); }
H1.HeaderClassName
{
color: #118DBD;
}
.AnyTagClassName
{
color: #118DBD;
}
</style>
background-color css
<style>
a { background-color: #118DBD; }
a { background-color: rgb(17,141,189); }
div.DivClassName
{
background-color: #118DBD;
}
.BgClassName
{
background-color: #118DBD;
}
</style>
border-color css
<style>
span { border-color: #118DBD; }
span { border-color: rgb(17,141,189); }
td.TdClassName
{
border-color: #118DBD;
}
.TagClassName
{
border-color: #118DBD;
}
</style>