Shades of Bondi Blue #118DB0
Tints of Bondi Blue #118DB0
RGB
CMYK
RGB Variations
Color information
#118DB0 (or 0x118DB0) is known color: Bondi Blue. HEX triplet: 11, 8D and B0. RGB value is (17,141,176). Sum of RGB (Red+Green+Blue) = 17+141+176=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #118DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DB0 is #EE724F. Grayscale: #6B6B6B. Windows color (decimal): -15626832 or 11570449. OLE color: 11570449.
HSL color Cylindrical-coordinate representation of color #118DB0: hue angle of 193.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118DB0 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 141 | 176 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.31 |
| HSL | 193.21º | 0.82% | 0.38% | - |
| HSV(B) | 193.21º | 0.9% | 0.69% | - |
| XYZ | 17.59 | 22.3 | 44.45 | - |
| YUV | 107.91 | 166.42 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 176 | 0.90 | 0.20 | 0 | 0.31 | 193.21 | 0.82 | 0.38 |
| Hex | 11 | 8D | B0 | 5A | 14 | 0 | 1F | C1 | 52 | 26 |
| Octal | 21 | 215 | 260 | 132 | 24 | 0 | 37 | 301 | 122 | 46 |
| Binary | 10001 | 10001101 | 10110000 | 1011010 | 10100 | 0 | 11111 | 11000001 | 1010010 | 100110 |
Color Harmonies of #118DB0
Complementary color
Monochromatic Colors of #118DB0
Black with #118DB0
Text Example
Text Example
White with #118DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DB0; }
p { color: rgb(17,141,176); }
H1.HeaderClassName
{
color: #118DB0;
}
.AnyTagClassName
{
color: #118DB0;
}
</style>
background-color css
<style>
a { background-color: #118DB0; }
a { background-color: rgb(17,141,176); }
div.DivClassName
{
background-color: #118DB0;
}
.BgClassName
{
background-color: #118DB0;
}
</style>
border-color css
<style>
span { border-color: #118DB0; }
span { border-color: rgb(17,141,176); }
td.TdClassName
{
border-color: #118DB0;
}
.TagClassName
{
border-color: #118DB0;
}
</style>