Shades of Bondi Blue #119BBA
Tints of Bondi Blue #119BBA
RGB
CMYK
RGB Variations
Color information
#119BBA (or 0x119BBA) is known color: Bondi Blue. HEX triplet: 11, 9B and BA. RGB value is (17,155,186). Sum of RGB (Red+Green+Blue) = 17+155+186=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #119BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BBA is #EE6445. Grayscale: #757575. Windows color (decimal): -15623238 or 12229393. OLE color: 12229393.
HSL color Cylindrical-coordinate representation of color #119BBA: hue angle of 191.01º 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 #119BBA is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 155 | 186 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.27 |
| HSL | 191.01º | 0.83% | 0.4% | - |
| HSV(B) | 191.01º | 0.91% | 0.73% | - |
| XYZ | 20.82 | 27.11 | 50.59 | - |
| YUV | 117.27 | 166.78 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 186 | 0.91 | 0.17 | 0 | 0.27 | 191.01 | 0.83 | 0.4 |
| Hex | 11 | 9B | BA | 5B | 11 | 0 | 1B | BF | 53 | 28 |
| Octal | 21 | 233 | 272 | 133 | 21 | 0 | 33 | 277 | 123 | 50 |
| Binary | 10001 | 10011011 | 10111010 | 1011011 | 10001 | 0 | 11011 | 10111111 | 1010011 | 101000 |
Color Harmonies of #119BBA
Complementary color
Monochromatic Colors of #119BBA
Black with #119BBA
Text Example
Text Example
White with #119BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BBA; }
p { color: rgb(17,155,186); }
H1.HeaderClassName
{
color: #119BBA;
}
.AnyTagClassName
{
color: #119BBA;
}
</style>
background-color css
<style>
a { background-color: #119BBA; }
a { background-color: rgb(17,155,186); }
div.DivClassName
{
background-color: #119BBA;
}
.BgClassName
{
background-color: #119BBA;
}
</style>
border-color css
<style>
span { border-color: #119BBA; }
span { border-color: rgb(17,155,186); }
td.TdClassName
{
border-color: #119BBA;
}
.TagClassName
{
border-color: #119BBA;
}
</style>