Shades of Bondi Blue #119BAB
Tints of Bondi Blue #119BAB
RGB
CMYK
RGB Variations
Color information
#119BAB (or 0x119BAB) is known color: Bondi Blue. HEX triplet: 11, 9B and AB. RGB value is (17,155,171). Sum of RGB (Red+Green+Blue) = 17+155+171=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #119BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAB is #EE6454. Grayscale: #737373. Windows color (decimal): -15623253 or 11246353. OLE color: 11246353.
HSL color Cylindrical-coordinate representation of color #119BAB: hue angle of 186.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119BAB is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 155 | 171 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.33 |
| HSL | 186.23º | 0.82% | 0.37% | - |
| HSV(B) | 186.23º | 0.9% | 0.67% | - |
| XYZ | 19.3 | 26.5 | 42.63 | - |
| YUV | 115.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 171 | 0.90 | 0.09 | 0 | 0.33 | 186.23 | 0.82 | 0.37 |
| Hex | 11 | 9B | AB | 5A | 9 | 0 | 21 | BA | 52 | 25 |
| Octal | 21 | 233 | 253 | 132 | 11 | 0 | 41 | 272 | 122 | 45 |
| Binary | 10001 | 10011011 | 10101011 | 1011010 | 1001 | 0 | 100001 | 10111010 | 1010010 | 100101 |
Color Harmonies of #119BAB
Complementary color
Monochromatic Colors of #119BAB
Black with #119BAB
Text Example
Text Example
White with #119BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BAB; }
p { color: rgb(17,155,171); }
H1.HeaderClassName
{
color: #119BAB;
}
.AnyTagClassName
{
color: #119BAB;
}
</style>
background-color css
<style>
a { background-color: #119BAB; }
a { background-color: rgb(17,155,171); }
div.DivClassName
{
background-color: #119BAB;
}
.BgClassName
{
background-color: #119BAB;
}
</style>
border-color css
<style>
span { border-color: #119BAB; }
span { border-color: rgb(17,155,171); }
td.TdClassName
{
border-color: #119BAB;
}
.TagClassName
{
border-color: #119BAB;
}
</style>