Shades of Bondi Blue #118BAE
Tints of Bondi Blue #118BAE
RGB
CMYK
RGB Variations
Color information
#118BAE (or 0x118BAE) is known color: Bondi Blue. HEX triplet: 11, 8B and AE. RGB value is (17,139,174). Sum of RGB (Red+Green+Blue) = 17+139+174=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #118BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BAE is #EE7451. Grayscale: #6A6A6A. Windows color (decimal): -15627346 or 11438865. OLE color: 11438865.
HSL color Cylindrical-coordinate representation of color #118BAE: hue angle of 193.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BAE is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 139 | 174 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.32 |
| HSL | 193.38º | 0.82% | 0.37% | - |
| HSV(B) | 193.38º | 0.9% | 0.68% | - |
| XYZ | 17.1 | 21.64 | 43.32 | - |
| YUV | 106.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 174 | 0.90 | 0.20 | 0 | 0.32 | 193.38 | 0.82 | 0.37 |
| Hex | 11 | 8B | AE | 5A | 14 | 0 | 20 | C1 | 52 | 25 |
| Octal | 21 | 213 | 256 | 132 | 24 | 0 | 40 | 301 | 122 | 45 |
| Binary | 10001 | 10001011 | 10101110 | 1011010 | 10100 | 0 | 100000 | 11000001 | 1010010 | 100101 |
Color Harmonies of #118BAE
Complementary color
Monochromatic Colors of #118BAE
Black with #118BAE
Text Example
Text Example
White with #118BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BAE; }
p { color: rgb(17,139,174); }
H1.HeaderClassName
{
color: #118BAE;
}
.AnyTagClassName
{
color: #118BAE;
}
</style>
background-color css
<style>
a { background-color: #118BAE; }
a { background-color: rgb(17,139,174); }
div.DivClassName
{
background-color: #118BAE;
}
.BgClassName
{
background-color: #118BAE;
}
</style>
border-color css
<style>
span { border-color: #118BAE; }
span { border-color: rgb(17,139,174); }
td.TdClassName
{
border-color: #118BAE;
}
.TagClassName
{
border-color: #118BAE;
}
</style>