Shades of Bondi Blue #099DBA
Tints of Bondi Blue #099DBA
RGB
CMYK
RGB Variations
Color information
#099DBA (or 0x099DBA) is known color: Bondi Blue. HEX triplet: 09, 9D and BA. RGB value is (9,157,186). Sum of RGB (Red+Green+Blue) = 9+157+186=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #099DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DBA is #F66245. Grayscale: #737373. Windows color (decimal): -16147014 or 12229897. OLE color: 12229897.
HSL color Cylindrical-coordinate representation of color #099DBA: hue angle of 189.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DBA is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 157 | 186 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.27 |
| HSL | 189.83º | 0.91% | 0.38% | - |
| HSV(B) | 189.83º | 0.95% | 0.73% | - |
| XYZ | 21.03 | 27.72 | 50.7 | - |
| YUV | 116.05 | 167.47 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 186 | 0.95 | 0.16 | 0 | 0.27 | 189.83 | 0.91 | 0.38 |
| Hex | 9 | 9D | BA | 5F | 10 | 0 | 1B | BE | 5B | 26 |
| Octal | 11 | 235 | 272 | 137 | 20 | 0 | 33 | 276 | 133 | 46 |
| Binary | 1001 | 10011101 | 10111010 | 1011111 | 10000 | 0 | 11011 | 10111110 | 1011011 | 100110 |
Color Harmonies of #099DBA
Complementary color
Monochromatic Colors of #099DBA
Black with #099DBA
Text Example
Text Example
White with #099DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DBA; }
p { color: rgb(9,157,186); }
H1.HeaderClassName
{
color: #099DBA;
}
.AnyTagClassName
{
color: #099DBA;
}
</style>
background-color css
<style>
a { background-color: #099DBA; }
a { background-color: rgb(9,157,186); }
div.DivClassName
{
background-color: #099DBA;
}
.BgClassName
{
background-color: #099DBA;
}
</style>
border-color css
<style>
span { border-color: #099DBA; }
span { border-color: rgb(9,157,186); }
td.TdClassName
{
border-color: #099DBA;
}
.TagClassName
{
border-color: #099DBA;
}
</style>