Shades of Bondi Blue #099DB6
Tints of Bondi Blue #099DB6
RGB
CMYK
RGB Variations
Color information
#099DB6 (or 0x099DB6) is known color: Bondi Blue. HEX triplet: 09, 9D and B6. RGB value is (9,157,182). Sum of RGB (Red+Green+Blue) = 9+157+182=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #099DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DB6 is #F66249. Grayscale: #737373. Windows color (decimal): -16147018 or 11967753. OLE color: 11967753.
HSL color Cylindrical-coordinate representation of color #099DB6: hue angle of 188.67º 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 #099DB6 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 157 | 182 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.29 |
| HSL | 188.67º | 0.91% | 0.37% | - |
| HSV(B) | 188.67º | 0.95% | 0.71% | - |
| XYZ | 20.61 | 27.55 | 48.49 | - |
| YUV | 115.6 | 165.47 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 182 | 0.95 | 0.14 | 0 | 0.29 | 188.67 | 0.91 | 0.37 |
| Hex | 9 | 9D | B6 | 5F | E | 0 | 1D | BD | 5B | 25 |
| Octal | 11 | 235 | 266 | 137 | 16 | 0 | 35 | 275 | 133 | 45 |
| Binary | 1001 | 10011101 | 10110110 | 1011111 | 1110 | 0 | 11101 | 10111101 | 1011011 | 100101 |
Color Harmonies of #099DB6
Complementary color
Monochromatic Colors of #099DB6
Black with #099DB6
Text Example
Text Example
White with #099DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB6; }
p { color: rgb(9,157,182); }
H1.HeaderClassName
{
color: #099DB6;
}
.AnyTagClassName
{
color: #099DB6;
}
</style>
background-color css
<style>
a { background-color: #099DB6; }
a { background-color: rgb(9,157,182); }
div.DivClassName
{
background-color: #099DB6;
}
.BgClassName
{
background-color: #099DB6;
}
</style>
border-color css
<style>
span { border-color: #099DB6; }
span { border-color: rgb(9,157,182); }
td.TdClassName
{
border-color: #099DB6;
}
.TagClassName
{
border-color: #099DB6;
}
</style>