Shades of Bondi Blue #119BAD
Tints of Bondi Blue #119BAD
RGB
CMYK
RGB Variations
Color information
#119BAD (or 0x119BAD) is known color: Bondi Blue. HEX triplet: 11, 9B and AD. RGB value is (17,155,173). Sum of RGB (Red+Green+Blue) = 17+155+173=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #119BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAD is #EE6452. Grayscale: #737373. Windows color (decimal): -15623251 or 11377425. OLE color: 11377425.
HSL color Cylindrical-coordinate representation of color #119BAD: hue angle of 186.92º 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 #119BAD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 155 | 173 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.32 |
| HSL | 186.92º | 0.82% | 0.37% | - |
| HSV(B) | 186.92º | 0.9% | 0.68% | - |
| XYZ | 19.5 | 26.58 | 43.64 | - |
| YUV | 115.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 173 | 0.90 | 0.10 | 0 | 0.32 | 186.92 | 0.82 | 0.37 |
| Hex | 11 | 9B | AD | 5A | A | 0 | 20 | BB | 52 | 25 |
| Octal | 21 | 233 | 255 | 132 | 12 | 0 | 40 | 273 | 122 | 45 |
| Binary | 10001 | 10011011 | 10101101 | 1011010 | 1010 | 0 | 100000 | 10111011 | 1010010 | 100101 |
Color Harmonies of #119BAD
Complementary color
Monochromatic Colors of #119BAD
Black with #119BAD
Text Example
Text Example
White with #119BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BAD; }
p { color: rgb(17,155,173); }
H1.HeaderClassName
{
color: #119BAD;
}
.AnyTagClassName
{
color: #119BAD;
}
</style>
background-color css
<style>
a { background-color: #119BAD; }
a { background-color: rgb(17,155,173); }
div.DivClassName
{
background-color: #119BAD;
}
.BgClassName
{
background-color: #119BAD;
}
</style>
border-color css
<style>
span { border-color: #119BAD; }
span { border-color: rgb(17,155,173); }
td.TdClassName
{
border-color: #119BAD;
}
.TagClassName
{
border-color: #119BAD;
}
</style>