Shades of Bondi Blue #118BB1
Tints of Bondi Blue #118BB1
RGB
CMYK
RGB Variations
Color information
#118BB1 (or 0x118BB1) is known color: Bondi Blue. HEX triplet: 11, 8B and B1. RGB value is (17,139,177). Sum of RGB (Red+Green+Blue) = 17+139+177=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #118BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BB1 is #EE744E. Grayscale: #6A6A6A. Windows color (decimal): -15627343 or 11635473. OLE color: 11635473.
HSL color Cylindrical-coordinate representation of color #118BB1: hue angle of 194.25º 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 #118BB1 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 139 | 177 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.31 |
| HSL | 194.25º | 0.82% | 0.38% | - |
| HSV(B) | 194.25º | 0.9% | 0.69% | - |
| XYZ | 17.4 | 21.76 | 44.88 | - |
| YUV | 106.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 177 | 0.90 | 0.21 | 0 | 0.31 | 194.25 | 0.82 | 0.38 |
| Hex | 11 | 8B | B1 | 5A | 15 | 0 | 1F | C2 | 52 | 26 |
| Octal | 21 | 213 | 261 | 132 | 25 | 0 | 37 | 302 | 122 | 46 |
| Binary | 10001 | 10001011 | 10110001 | 1011010 | 10101 | 0 | 11111 | 11000010 | 1010010 | 100110 |
Color Harmonies of #118BB1
Complementary color
Monochromatic Colors of #118BB1
Black with #118BB1
Text Example
Text Example
White with #118BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BB1; }
p { color: rgb(17,139,177); }
H1.HeaderClassName
{
color: #118BB1;
}
.AnyTagClassName
{
color: #118BB1;
}
</style>
background-color css
<style>
a { background-color: #118BB1; }
a { background-color: rgb(17,139,177); }
div.DivClassName
{
background-color: #118BB1;
}
.BgClassName
{
background-color: #118BB1;
}
</style>
border-color css
<style>
span { border-color: #118BB1; }
span { border-color: rgb(17,139,177); }
td.TdClassName
{
border-color: #118BB1;
}
.TagClassName
{
border-color: #118BB1;
}
</style>