Shades of Bondi Blue #1089B1
Tints of Bondi Blue #1089B1
RGB
CMYK
RGB Variations
Color information
#1089B1 (or 0x1089B1) is known color: Bondi Blue. HEX triplet: 10, 89 and B1. RGB value is (16,137,177). Sum of RGB (Red+Green+Blue) = 16+137+177=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #1089B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1089B1 is #EF764E. Grayscale: #696969. Windows color (decimal): -15693391 or 11634960. OLE color: 11634960.
HSL color Cylindrical-coordinate representation of color #1089B1: hue angle of 194.91º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1089B1 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 137 | 177 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.31 |
| HSL | 194.91º | 0.83% | 0.38% | - |
| HSV(B) | 194.91º | 0.91% | 0.69% | - |
| XYZ | 17.1 | 21.18 | 44.78 | - |
| YUV | 105.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 177 | 0.91 | 0.23 | 0 | 0.31 | 194.91 | 0.83 | 0.38 |
| Hex | 10 | 89 | B1 | 5B | 17 | 0 | 1F | C3 | 53 | 26 |
| Octal | 20 | 211 | 261 | 133 | 27 | 0 | 37 | 303 | 123 | 46 |
| Binary | 10000 | 10001001 | 10110001 | 1011011 | 10111 | 0 | 11111 | 11000011 | 1010011 | 100110 |
Color Harmonies of #1089B1
Complementary color
Monochromatic Colors of #1089B1
Black with #1089B1
Text Example
Text Example
White with #1089B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1089B1; }
p { color: rgb(16,137,177); }
H1.HeaderClassName
{
color: #1089B1;
}
.AnyTagClassName
{
color: #1089B1;
}
</style>
background-color css
<style>
a { background-color: #1089B1; }
a { background-color: rgb(16,137,177); }
div.DivClassName
{
background-color: #1089B1;
}
.BgClassName
{
background-color: #1089B1;
}
</style>
border-color css
<style>
span { border-color: #1089B1; }
span { border-color: rgb(16,137,177); }
td.TdClassName
{
border-color: #1089B1;
}
.TagClassName
{
border-color: #1089B1;
}
</style>