Shades of Bondi Blue #118BBB
Tints of Bondi Blue #118BBB
RGB
CMYK
RGB Variations
Color information
#118BBB (or 0x118BBB) is known color: Bondi Blue. HEX triplet: 11, 8B and BB. RGB value is (17,139,187). Sum of RGB (Red+Green+Blue) = 17+139+187=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #118BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BBB is #EE7444. Grayscale: #6B6B6B. Windows color (decimal): -15627333 or 12290833. OLE color: 12290833.
HSL color Cylindrical-coordinate representation of color #118BBB: hue angle of 196.94º degrees, saturation: 0.83, 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 #118BBB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 139 | 187 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.27 |
| HSL | 196.94º | 0.83% | 0.4% | - |
| HSV(B) | 196.94º | 0.91% | 0.73% | - |
| XYZ | 18.43 | 22.17 | 50.32 | - |
| YUV | 107.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 187 | 0.91 | 0.26 | 0 | 0.27 | 196.94 | 0.83 | 0.4 |
| Hex | 11 | 8B | BB | 5B | 1A | 0 | 1B | C5 | 53 | 28 |
| Octal | 21 | 213 | 273 | 133 | 32 | 0 | 33 | 305 | 123 | 50 |
| Binary | 10001 | 10001011 | 10111011 | 1011011 | 11010 | 0 | 11011 | 11000101 | 1010011 | 101000 |
Color Harmonies of #118BBB
Complementary color
Monochromatic Colors of #118BBB
Black with #118BBB
Text Example
Text Example
White with #118BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BBB; }
p { color: rgb(17,139,187); }
H1.HeaderClassName
{
color: #118BBB;
}
.AnyTagClassName
{
color: #118BBB;
}
</style>
background-color css
<style>
a { background-color: #118BBB; }
a { background-color: rgb(17,139,187); }
div.DivClassName
{
background-color: #118BBB;
}
.BgClassName
{
background-color: #118BBB;
}
</style>
border-color css
<style>
span { border-color: #118BBB; }
span { border-color: rgb(17,139,187); }
td.TdClassName
{
border-color: #118BBB;
}
.TagClassName
{
border-color: #118BBB;
}
</style>