Shades of Bondi Blue #099DB7
Tints of Bondi Blue #099DB7
RGB
CMYK
RGB Variations
Color information
#099DB7 (or 0x099DB7) is known color: Bondi Blue. HEX triplet: 09, 9D and B7. RGB value is (9,157,183). Sum of RGB (Red+Green+Blue) = 9+157+183=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #099DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DB7 is #F66248. Grayscale: #737373. Windows color (decimal): -16147017 or 12033289. OLE color: 12033289.
HSL color Cylindrical-coordinate representation of color #099DB7: hue angle of 188.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DB7 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 157 | 183 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.28 |
| HSL | 188.97º | 0.91% | 0.38% | - |
| HSV(B) | 188.97º | 0.95% | 0.72% | - |
| XYZ | 20.72 | 27.59 | 49.03 | - |
| YUV | 115.71 | 165.97 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 183 | 0.95 | 0.14 | 0 | 0.28 | 188.97 | 0.91 | 0.38 |
| Hex | 9 | 9D | B7 | 5F | E | 0 | 1C | BD | 5B | 26 |
| Octal | 11 | 235 | 267 | 137 | 16 | 0 | 34 | 275 | 133 | 46 |
| Binary | 1001 | 10011101 | 10110111 | 1011111 | 1110 | 0 | 11100 | 10111101 | 1011011 | 100110 |
Color Harmonies of #099DB7
Complementary color
Monochromatic Colors of #099DB7
Black with #099DB7
Text Example
Text Example
White with #099DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB7; }
p { color: rgb(9,157,183); }
H1.HeaderClassName
{
color: #099DB7;
}
.AnyTagClassName
{
color: #099DB7;
}
</style>
background-color css
<style>
a { background-color: #099DB7; }
a { background-color: rgb(9,157,183); }
div.DivClassName
{
background-color: #099DB7;
}
.BgClassName
{
background-color: #099DB7;
}
</style>
border-color css
<style>
span { border-color: #099DB7; }
span { border-color: rgb(9,157,183); }
td.TdClassName
{
border-color: #099DB7;
}
.TagClassName
{
border-color: #099DB7;
}
</style>