Shades of Bondi Blue #119AB0
Tints of Bondi Blue #119AB0
RGB
CMYK
RGB Variations
Color information
#119AB0 (or 0x119AB0) is known color: Bondi Blue. HEX triplet: 11, 9A and B0. RGB value is (17,154,176). Sum of RGB (Red+Green+Blue) = 17+154+176=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #119AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AB0 is #EE654F. Grayscale: #737373. Windows color (decimal): -15623504 or 11573777. OLE color: 11573777.
HSL color Cylindrical-coordinate representation of color #119AB0: hue angle of 188.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119AB0 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 154 | 176 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.31 |
| HSL | 188.3º | 0.82% | 0.38% | - |
| HSV(B) | 188.3º | 0.9% | 0.69% | - |
| XYZ | 19.62 | 26.36 | 45.13 | - |
| YUV | 115.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 176 | 0.90 | 0.12 | 0 | 0.31 | 188.3 | 0.82 | 0.38 |
| Hex | 11 | 9A | B0 | 5A | C | 0 | 1F | BC | 52 | 26 |
| Octal | 21 | 232 | 260 | 132 | 14 | 0 | 37 | 274 | 122 | 46 |
| Binary | 10001 | 10011010 | 10110000 | 1011010 | 1100 | 0 | 11111 | 10111100 | 1010010 | 100110 |
Color Harmonies of #119AB0
Complementary color
Monochromatic Colors of #119AB0
Black with #119AB0
Text Example
Text Example
White with #119AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AB0; }
p { color: rgb(17,154,176); }
H1.HeaderClassName
{
color: #119AB0;
}
.AnyTagClassName
{
color: #119AB0;
}
</style>
background-color css
<style>
a { background-color: #119AB0; }
a { background-color: rgb(17,154,176); }
div.DivClassName
{
background-color: #119AB0;
}
.BgClassName
{
background-color: #119AB0;
}
</style>
border-color css
<style>
span { border-color: #119AB0; }
span { border-color: rgb(17,154,176); }
td.TdClassName
{
border-color: #119AB0;
}
.TagClassName
{
border-color: #119AB0;
}
</style>