Shades of Bondi Blue #119FB3
Tints of Bondi Blue #119FB3
RGB
CMYK
RGB Variations
Color information
#119FB3 (or 0x119FB3) is known color: Bondi Blue. HEX triplet: 11, 9F and B3. RGB value is (17,159,179). Sum of RGB (Red+Green+Blue) = 17+159+179=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #119FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FB3 is #EE604C. Grayscale: #767676. Windows color (decimal): -15622221 or 11771665. OLE color: 11771665.
HSL color Cylindrical-coordinate representation of color #119FB3: hue angle of 187.41º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119FB3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 159 | 179 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.30 |
| HSL | 187.41º | 0.83% | 0.38% | - |
| HSV(B) | 187.41º | 0.91% | 0.7% | - |
| XYZ | 20.77 | 28.17 | 46.99 | - |
| YUV | 118.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 179 | 0.91 | 0.11 | 0 | 0.30 | 187.41 | 0.83 | 0.38 |
| Hex | 11 | 9F | B3 | 5B | B | 0 | 1E | BB | 53 | 26 |
| Octal | 21 | 237 | 263 | 133 | 13 | 0 | 36 | 273 | 123 | 46 |
| Binary | 10001 | 10011111 | 10110011 | 1011011 | 1011 | 0 | 11110 | 10111011 | 1010011 | 100110 |
Color Harmonies of #119FB3
Complementary color
Monochromatic Colors of #119FB3
Black with #119FB3
Text Example
Text Example
White with #119FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FB3; }
p { color: rgb(17,159,179); }
H1.HeaderClassName
{
color: #119FB3;
}
.AnyTagClassName
{
color: #119FB3;
}
</style>
background-color css
<style>
a { background-color: #119FB3; }
a { background-color: rgb(17,159,179); }
div.DivClassName
{
background-color: #119FB3;
}
.BgClassName
{
background-color: #119FB3;
}
</style>
border-color css
<style>
span { border-color: #119FB3; }
span { border-color: rgb(17,159,179); }
td.TdClassName
{
border-color: #119FB3;
}
.TagClassName
{
border-color: #119FB3;
}
</style>