Shades of Bondi Blue #118AB3
Tints of Bondi Blue #118AB3
RGB
CMYK
RGB Variations
Color information
#118AB3 (or 0x118AB3) is known color: Bondi Blue. HEX triplet: 11, 8A and B3. RGB value is (17,138,179). Sum of RGB (Red+Green+Blue) = 17+138+179=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #118AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118AB3 is #EE754C. Grayscale: #6A6A6A. Windows color (decimal): -15627597 or 11766289. OLE color: 11766289.
HSL color Cylindrical-coordinate representation of color #118AB3: hue angle of 195.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118AB3 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 138 | 179 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.30 |
| HSL | 195.19º | 0.83% | 0.38% | - |
| HSV(B) | 195.19º | 0.91% | 0.7% | - |
| XYZ | 17.46 | 21.55 | 45.89 | - |
| YUV | 106.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 179 | 0.91 | 0.23 | 0 | 0.30 | 195.19 | 0.83 | 0.38 |
| Hex | 11 | 8A | B3 | 5B | 17 | 0 | 1E | C3 | 53 | 26 |
| Octal | 21 | 212 | 263 | 133 | 27 | 0 | 36 | 303 | 123 | 46 |
| Binary | 10001 | 10001010 | 10110011 | 1011011 | 10111 | 0 | 11110 | 11000011 | 1010011 | 100110 |
Color Harmonies of #118AB3
Complementary color
Monochromatic Colors of #118AB3
Black with #118AB3
Text Example
Text Example
White with #118AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118AB3; }
p { color: rgb(17,138,179); }
H1.HeaderClassName
{
color: #118AB3;
}
.AnyTagClassName
{
color: #118AB3;
}
</style>
background-color css
<style>
a { background-color: #118AB3; }
a { background-color: rgb(17,138,179); }
div.DivClassName
{
background-color: #118AB3;
}
.BgClassName
{
background-color: #118AB3;
}
</style>
border-color css
<style>
span { border-color: #118AB3; }
span { border-color: rgb(17,138,179); }
td.TdClassName
{
border-color: #118AB3;
}
.TagClassName
{
border-color: #118AB3;
}
</style>