Shades of Bondi Blue #1088BB
Tints of Bondi Blue #1088BB
RGB
CMYK
RGB Variations
Color information
#1088BB (or 0x1088BB) is known color: Bondi Blue. HEX triplet: 10, 88 and BB. RGB value is (16,136,187). Sum of RGB (Red+Green+Blue) = 16+136+187=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1088BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088BB is #EF7744. Grayscale: #696969. Windows color (decimal): -15693637 or 12290064. OLE color: 12290064.
HSL color Cylindrical-coordinate representation of color #1088BB: hue angle of 197.89º 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 #1088BB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 136 | 187 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.27 |
| HSL | 197.89º | 0.84% | 0.4% | - |
| HSV(B) | 197.89º | 0.91% | 0.73% | - |
| XYZ | 17.99 | 21.31 | 50.18 | - |
| YUV | 105.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 187 | 0.91 | 0.27 | 0 | 0.27 | 197.89 | 0.84 | 0.4 |
| Hex | 10 | 88 | BB | 5B | 1B | 0 | 1B | C6 | 54 | 28 |
| Octal | 20 | 210 | 273 | 133 | 33 | 0 | 33 | 306 | 124 | 50 |
| Binary | 10000 | 10001000 | 10111011 | 1011011 | 11011 | 0 | 11011 | 11000110 | 1010100 | 101000 |
Color Harmonies of #1088BB
Complementary color
Monochromatic Colors of #1088BB
Black with #1088BB
Text Example
Text Example
White with #1088BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1088BB; }
p { color: rgb(16,136,187); }
H1.HeaderClassName
{
color: #1088BB;
}
.AnyTagClassName
{
color: #1088BB;
}
</style>
background-color css
<style>
a { background-color: #1088BB; }
a { background-color: rgb(16,136,187); }
div.DivClassName
{
background-color: #1088BB;
}
.BgClassName
{
background-color: #1088BB;
}
</style>
border-color css
<style>
span { border-color: #1088BB; }
span { border-color: rgb(16,136,187); }
td.TdClassName
{
border-color: #1088BB;
}
.TagClassName
{
border-color: #1088BB;
}
</style>