Shades of Bondi Blue #1099B7
Tints of Bondi Blue #1099B7
RGB
CMYK
RGB Variations
Color information
#1099B7 (or 0x1099B7) is known color: Bondi Blue. HEX triplet: 10, 99 and B7. RGB value is (16,153,183). Sum of RGB (Red+Green+Blue) = 16+153+183=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #1099B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099B7 is #EF6648. Grayscale: #737373. Windows color (decimal): -15689289 or 12032272. OLE color: 12032272.
HSL color Cylindrical-coordinate representation of color #1099B7: hue angle of 190.78º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1099B7 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 153 | 183 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.28 |
| HSL | 190.78º | 0.84% | 0.39% | - |
| HSV(B) | 190.78º | 0.91% | 0.72% | - |
| XYZ | 20.15 | 26.31 | 48.82 | - |
| YUV | 115.46 | 166.11 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 183 | 0.91 | 0.16 | 0 | 0.28 | 190.78 | 0.84 | 0.39 |
| Hex | 10 | 99 | B7 | 5B | 10 | 0 | 1C | BF | 54 | 27 |
| Octal | 20 | 231 | 267 | 133 | 20 | 0 | 34 | 277 | 124 | 47 |
| Binary | 10000 | 10011001 | 10110111 | 1011011 | 10000 | 0 | 11100 | 10111111 | 1010100 | 100111 |
Color Harmonies of #1099B7
Complementary color
Monochromatic Colors of #1099B7
Black with #1099B7
Text Example
Text Example
White with #1099B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099B7; }
p { color: rgb(16,153,183); }
H1.HeaderClassName
{
color: #1099B7;
}
.AnyTagClassName
{
color: #1099B7;
}
</style>
background-color css
<style>
a { background-color: #1099B7; }
a { background-color: rgb(16,153,183); }
div.DivClassName
{
background-color: #1099B7;
}
.BgClassName
{
background-color: #1099B7;
}
</style>
border-color css
<style>
span { border-color: #1099B7; }
span { border-color: rgb(16,153,183); }
td.TdClassName
{
border-color: #1099B7;
}
.TagClassName
{
border-color: #1099B7;
}
</style>