Shades of Bondi Blue #1099BB
Tints of Bondi Blue #1099BB
RGB
CMYK
RGB Variations
Color information
#1099BB (or 0x1099BB) is known color: Bondi Blue. HEX triplet: 10, 99 and BB. RGB value is (16,153,187). Sum of RGB (Red+Green+Blue) = 16+153+187=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1099BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099BB is #EF6644. Grayscale: #737373. Windows color (decimal): -15689285 or 12294416. OLE color: 12294416.
HSL color Cylindrical-coordinate representation of color #1099BB: hue angle of 191.93º degrees, saturation: 0.84, 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 #1099BB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 153 | 187 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.27 |
| HSL | 191.93º | 0.84% | 0.4% | - |
| HSV(B) | 191.93º | 0.91% | 0.73% | - |
| XYZ | 20.57 | 26.48 | 51.04 | - |
| YUV | 115.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 187 | 0.91 | 0.18 | 0 | 0.27 | 191.93 | 0.84 | 0.4 |
| Hex | 10 | 99 | BB | 5B | 12 | 0 | 1B | C0 | 54 | 28 |
| Octal | 20 | 231 | 273 | 133 | 22 | 0 | 33 | 300 | 124 | 50 |
| Binary | 10000 | 10011001 | 10111011 | 1011011 | 10010 | 0 | 11011 | 11000000 | 1010100 | 101000 |
Color Harmonies of #1099BB
Complementary color
Monochromatic Colors of #1099BB
Black with #1099BB
Text Example
Text Example
White with #1099BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099BB; }
p { color: rgb(16,153,187); }
H1.HeaderClassName
{
color: #1099BB;
}
.AnyTagClassName
{
color: #1099BB;
}
</style>
background-color css
<style>
a { background-color: #1099BB; }
a { background-color: rgb(16,153,187); }
div.DivClassName
{
background-color: #1099BB;
}
.BgClassName
{
background-color: #1099BB;
}
</style>
border-color css
<style>
span { border-color: #1099BB; }
span { border-color: rgb(16,153,187); }
td.TdClassName
{
border-color: #1099BB;
}
.TagClassName
{
border-color: #1099BB;
}
</style>