Shades of Bondi Blue #118BAF
Tints of Bondi Blue #118BAF
RGB
CMYK
RGB Variations
Color information
#118BAF (or 0x118BAF) is known color: Bondi Blue. HEX triplet: 11, 8B and AF. RGB value is (17,139,175). Sum of RGB (Red+Green+Blue) = 17+139+175=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #118BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BAF is #EE7450. Grayscale: #6A6A6A. Windows color (decimal): -15627345 or 11504401. OLE color: 11504401.
HSL color Cylindrical-coordinate representation of color #118BAF: hue angle of 193.67º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BAF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 139 | 175 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.31 |
| HSL | 193.67º | 0.82% | 0.38% | - |
| HSV(B) | 193.67º | 0.9% | 0.69% | - |
| XYZ | 17.2 | 21.68 | 43.84 | - |
| YUV | 106.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 175 | 0.90 | 0.21 | 0 | 0.31 | 193.67 | 0.82 | 0.38 |
| Hex | 11 | 8B | AF | 5A | 15 | 0 | 1F | C2 | 52 | 26 |
| Octal | 21 | 213 | 257 | 132 | 25 | 0 | 37 | 302 | 122 | 46 |
| Binary | 10001 | 10001011 | 10101111 | 1011010 | 10101 | 0 | 11111 | 11000010 | 1010010 | 100110 |
Color Harmonies of #118BAF
Complementary color
Monochromatic Colors of #118BAF
Black with #118BAF
Text Example
Text Example
White with #118BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BAF; }
p { color: rgb(17,139,175); }
H1.HeaderClassName
{
color: #118BAF;
}
.AnyTagClassName
{
color: #118BAF;
}
</style>
background-color css
<style>
a { background-color: #118BAF; }
a { background-color: rgb(17,139,175); }
div.DivClassName
{
background-color: #118BAF;
}
.BgClassName
{
background-color: #118BAF;
}
</style>
border-color css
<style>
span { border-color: #118BAF; }
span { border-color: rgb(17,139,175); }
td.TdClassName
{
border-color: #118BAF;
}
.TagClassName
{
border-color: #118BAF;
}
</style>