Shades of Bondi Blue #119CBB
Tints of Bondi Blue #119CBB
RGB
CMYK
RGB Variations
Color information
#119CBB (or 0x119CBB) is known color: Bondi Blue. HEX triplet: 11, 9C and BB. RGB value is (17,156,187). Sum of RGB (Red+Green+Blue) = 17+156+187=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #119CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CBB is #EE6344. Grayscale: #757575. Windows color (decimal): -15622981 or 12295185. OLE color: 12295185.
HSL color Cylindrical-coordinate representation of color #119CBB: hue angle of 190.94º 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 #119CBB is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 156 | 187 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.27 |
| HSL | 190.94º | 0.83% | 0.4% | - |
| HSV(B) | 190.94º | 0.91% | 0.73% | - |
| XYZ | 21.09 | 27.48 | 51.21 | - |
| YUV | 117.97 | 166.95 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 187 | 0.91 | 0.17 | 0 | 0.27 | 190.94 | 0.83 | 0.4 |
| Hex | 11 | 9C | BB | 5B | 11 | 0 | 1B | BF | 53 | 28 |
| Octal | 21 | 234 | 273 | 133 | 21 | 0 | 33 | 277 | 123 | 50 |
| Binary | 10001 | 10011100 | 10111011 | 1011011 | 10001 | 0 | 11011 | 10111111 | 1010011 | 101000 |
Color Harmonies of #119CBB
Complementary color
Monochromatic Colors of #119CBB
Black with #119CBB
Text Example
Text Example
White with #119CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CBB; }
p { color: rgb(17,156,187); }
H1.HeaderClassName
{
color: #119CBB;
}
.AnyTagClassName
{
color: #119CBB;
}
</style>
background-color css
<style>
a { background-color: #119CBB; }
a { background-color: rgb(17,156,187); }
div.DivClassName
{
background-color: #119CBB;
}
.BgClassName
{
background-color: #119CBB;
}
</style>
border-color css
<style>
span { border-color: #119CBB; }
span { border-color: rgb(17,156,187); }
td.TdClassName
{
border-color: #119CBB;
}
.TagClassName
{
border-color: #119CBB;
}
</style>