Shades of Bondi Blue #119ABB
Tints of Bondi Blue #119ABB
RGB
CMYK
RGB Variations
Color information
#119ABB (or 0x119ABB) is known color: Bondi Blue. HEX triplet: 11, 9A and BB. RGB value is (17,154,187). Sum of RGB (Red+Green+Blue) = 17+154+187=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #119ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ABB is #EE6544. Grayscale: #747474. Windows color (decimal): -15623493 or 12294673. OLE color: 12294673.
HSL color Cylindrical-coordinate representation of color #119ABB: hue angle of 191.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119ABB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 154 | 187 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.27 |
| HSL | 191.65º | 0.83% | 0.4% | - |
| HSV(B) | 191.65º | 0.91% | 0.73% | - |
| XYZ | 20.76 | 26.82 | 51.1 | - |
| YUV | 116.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 187 | 0.91 | 0.18 | 0 | 0.27 | 191.65 | 0.83 | 0.4 |
| Hex | 11 | 9A | BB | 5B | 12 | 0 | 1B | C0 | 53 | 28 |
| Octal | 21 | 232 | 273 | 133 | 22 | 0 | 33 | 300 | 123 | 50 |
| Binary | 10001 | 10011010 | 10111011 | 1011011 | 10010 | 0 | 11011 | 11000000 | 1010011 | 101000 |
Color Harmonies of #119ABB
Complementary color
Monochromatic Colors of #119ABB
Black with #119ABB
Text Example
Text Example
White with #119ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ABB; }
p { color: rgb(17,154,187); }
H1.HeaderClassName
{
color: #119ABB;
}
.AnyTagClassName
{
color: #119ABB;
}
</style>
background-color css
<style>
a { background-color: #119ABB; }
a { background-color: rgb(17,154,187); }
div.DivClassName
{
background-color: #119ABB;
}
.BgClassName
{
background-color: #119ABB;
}
</style>
border-color css
<style>
span { border-color: #119ABB; }
span { border-color: rgb(17,154,187); }
td.TdClassName
{
border-color: #119ABB;
}
.TagClassName
{
border-color: #119ABB;
}
</style>