Shades of Bondi Blue #118DBE
Tints of Bondi Blue #118DBE
RGB
CMYK
RGB Variations
Color information
#118DBE (or 0x118DBE) is known color: Bondi Blue. HEX triplet: 11, 8D and BE. RGB value is (17,141,190). Sum of RGB (Red+Green+Blue) = 17+141+190=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #118DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DBE is #EE7241. Grayscale: #6D6D6D. Windows color (decimal): -15626818 or 12487953. OLE color: 12487953.
HSL color Cylindrical-coordinate representation of color #118DBE: hue angle of 196.99º 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 #118DBE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 141 | 190 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.25 |
| HSL | 196.99º | 0.84% | 0.41% | - |
| HSV(B) | 196.99º | 0.91% | 0.75% | - |
| XYZ | 19.05 | 22.89 | 52.13 | - |
| YUV | 109.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 190 | 0.91 | 0.26 | 0 | 0.25 | 196.99 | 0.84 | 0.41 |
| Hex | 11 | 8D | BE | 5B | 1A | 0 | 19 | C5 | 54 | 29 |
| Octal | 21 | 215 | 276 | 133 | 32 | 0 | 31 | 305 | 124 | 51 |
| Binary | 10001 | 10001101 | 10111110 | 1011011 | 11010 | 0 | 11001 | 11000101 | 1010100 | 101001 |
Color Harmonies of #118DBE
Complementary color
Monochromatic Colors of #118DBE
Black with #118DBE
Text Example
Text Example
White with #118DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DBE; }
p { color: rgb(17,141,190); }
H1.HeaderClassName
{
color: #118DBE;
}
.AnyTagClassName
{
color: #118DBE;
}
</style>
background-color css
<style>
a { background-color: #118DBE; }
a { background-color: rgb(17,141,190); }
div.DivClassName
{
background-color: #118DBE;
}
.BgClassName
{
background-color: #118DBE;
}
</style>
border-color css
<style>
span { border-color: #118DBE; }
span { border-color: rgb(17,141,190); }
td.TdClassName
{
border-color: #118DBE;
}
.TagClassName
{
border-color: #118DBE;
}
</style>