Shades of Bondi Blue #118ABB
Tints of Bondi Blue #118ABB
RGB
CMYK
RGB Variations
Color information
#118ABB (or 0x118ABB) is known color: Bondi Blue. HEX triplet: 11, 8A and BB. RGB value is (17,138,187). Sum of RGB (Red+Green+Blue) = 17+138+187=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #118ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ABB is #EE7544. Grayscale: #6B6B6B. Windows color (decimal): -15627589 or 12290577. OLE color: 12290577.
HSL color Cylindrical-coordinate representation of color #118ABB: hue angle of 197.29º 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 #118ABB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 138 | 187 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.27 |
| HSL | 197.29º | 0.83% | 0.4% | - |
| HSV(B) | 197.29º | 0.91% | 0.73% | - |
| XYZ | 18.29 | 21.88 | 50.27 | - |
| YUV | 107.41 | 172.91 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 187 | 0.91 | 0.26 | 0 | 0.27 | 197.29 | 0.83 | 0.4 |
| Hex | 11 | 8A | BB | 5B | 1A | 0 | 1B | C5 | 53 | 28 |
| Octal | 21 | 212 | 273 | 133 | 32 | 0 | 33 | 305 | 123 | 50 |
| Binary | 10001 | 10001010 | 10111011 | 1011011 | 11010 | 0 | 11011 | 11000101 | 1010011 | 101000 |
Color Harmonies of #118ABB
Complementary color
Monochromatic Colors of #118ABB
Black with #118ABB
Text Example
Text Example
White with #118ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ABB; }
p { color: rgb(17,138,187); }
H1.HeaderClassName
{
color: #118ABB;
}
.AnyTagClassName
{
color: #118ABB;
}
</style>
background-color css
<style>
a { background-color: #118ABB; }
a { background-color: rgb(17,138,187); }
div.DivClassName
{
background-color: #118ABB;
}
.BgClassName
{
background-color: #118ABB;
}
</style>
border-color css
<style>
span { border-color: #118ABB; }
span { border-color: rgb(17,138,187); }
td.TdClassName
{
border-color: #118ABB;
}
.TagClassName
{
border-color: #118ABB;
}
</style>