Shades of Bondi Blue #099DB5
Tints of Bondi Blue #099DB5
RGB
CMYK
RGB Variations
Color information
#099DB5 (or 0x099DB5) is known color: Bondi Blue. HEX triplet: 09, 9D and B5. RGB value is (9,157,181). Sum of RGB (Red+Green+Blue) = 9+157+181=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #099DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DB5 is #F6624A. Grayscale: #737373. Windows color (decimal): -16147019 or 11902217. OLE color: 11902217.
HSL color Cylindrical-coordinate representation of color #099DB5: hue angle of 188.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DB5 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 157 | 181 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.29 |
| HSL | 188.37º | 0.91% | 0.37% | - |
| HSV(B) | 188.37º | 0.95% | 0.71% | - |
| XYZ | 20.51 | 27.51 | 47.94 | - |
| YUV | 115.48 | 164.97 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 181 | 0.95 | 0.13 | 0 | 0.29 | 188.37 | 0.91 | 0.37 |
| Hex | 9 | 9D | B5 | 5F | D | 0 | 1D | BC | 5B | 25 |
| Octal | 11 | 235 | 265 | 137 | 15 | 0 | 35 | 274 | 133 | 45 |
| Binary | 1001 | 10011101 | 10110101 | 1011111 | 1101 | 0 | 11101 | 10111100 | 1011011 | 100101 |
Color Harmonies of #099DB5
Complementary color
Monochromatic Colors of #099DB5
Black with #099DB5
Text Example
Text Example
White with #099DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB5; }
p { color: rgb(9,157,181); }
H1.HeaderClassName
{
color: #099DB5;
}
.AnyTagClassName
{
color: #099DB5;
}
</style>
background-color css
<style>
a { background-color: #099DB5; }
a { background-color: rgb(9,157,181); }
div.DivClassName
{
background-color: #099DB5;
}
.BgClassName
{
background-color: #099DB5;
}
</style>
border-color css
<style>
span { border-color: #099DB5; }
span { border-color: rgb(9,157,181); }
td.TdClassName
{
border-color: #099DB5;
}
.TagClassName
{
border-color: #099DB5;
}
</style>