Shades of Bondi Blue #119BAC
Tints of Bondi Blue #119BAC
RGB
CMYK
RGB Variations
Color information
#119BAC (or 0x119BAC) is known color: Bondi Blue. HEX triplet: 11, 9B and AC. RGB value is (17,155,172). Sum of RGB (Red+Green+Blue) = 17+155+172=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #119BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAC is #EE6453. Grayscale: #737373. Windows color (decimal): -15623252 or 11311889. OLE color: 11311889.
HSL color Cylindrical-coordinate representation of color #119BAC: hue angle of 186.58º 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 #119BAC is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 155 | 172 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.33 |
| HSL | 186.58º | 0.82% | 0.37% | - |
| HSV(B) | 186.58º | 0.9% | 0.67% | - |
| XYZ | 19.4 | 26.54 | 43.13 | - |
| YUV | 115.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 172 | 0.90 | 0.10 | 0 | 0.33 | 186.58 | 0.82 | 0.37 |
| Hex | 11 | 9B | AC | 5A | A | 0 | 21 | BB | 52 | 25 |
| Octal | 21 | 233 | 254 | 132 | 12 | 0 | 41 | 273 | 122 | 45 |
| Binary | 10001 | 10011011 | 10101100 | 1011010 | 1010 | 0 | 100001 | 10111011 | 1010010 | 100101 |
Color Harmonies of #119BAC
Complementary color
Monochromatic Colors of #119BAC
Black with #119BAC
Text Example
Text Example
White with #119BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BAC; }
p { color: rgb(17,155,172); }
H1.HeaderClassName
{
color: #119BAC;
}
.AnyTagClassName
{
color: #119BAC;
}
</style>
background-color css
<style>
a { background-color: #119BAC; }
a { background-color: rgb(17,155,172); }
div.DivClassName
{
background-color: #119BAC;
}
.BgClassName
{
background-color: #119BAC;
}
</style>
border-color css
<style>
span { border-color: #119BAC; }
span { border-color: rgb(17,155,172); }
td.TdClassName
{
border-color: #119BAC;
}
.TagClassName
{
border-color: #119BAC;
}
</style>