Shades of Bondi Blue #099DB2
Tints of Bondi Blue #099DB2
RGB
CMYK
RGB Variations
Color information
#099DB2 (or 0x099DB2) is known color: Bondi Blue. HEX triplet: 09, 9D and B2. RGB value is (9,157,178). Sum of RGB (Red+Green+Blue) = 9+157+178=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #099DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DB2 is #F6624D. Grayscale: #727272. Windows color (decimal): -16147022 or 11705609. OLE color: 11705609.
HSL color Cylindrical-coordinate representation of color #099DB2: hue angle of 187.46º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DB2 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 157 | 178 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.30 |
| HSL | 187.46º | 0.9% | 0.37% | - |
| HSV(B) | 187.46º | 0.95% | 0.7% | - |
| XYZ | 20.21 | 27.39 | 46.34 | - |
| YUV | 115.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 178 | 0.95 | 0.12 | 0 | 0.30 | 187.46 | 0.9 | 0.37 |
| Hex | 9 | 9D | B2 | 5F | C | 0 | 1E | BB | 5A | 25 |
| Octal | 11 | 235 | 262 | 137 | 14 | 0 | 36 | 273 | 132 | 45 |
| Binary | 1001 | 10011101 | 10110010 | 1011111 | 1100 | 0 | 11110 | 10111011 | 1011010 | 100101 |
Color Harmonies of #099DB2
Complementary color
Monochromatic Colors of #099DB2
Black with #099DB2
Text Example
Text Example
White with #099DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB2; }
p { color: rgb(9,157,178); }
H1.HeaderClassName
{
color: #099DB2;
}
.AnyTagClassName
{
color: #099DB2;
}
</style>
background-color css
<style>
a { background-color: #099DB2; }
a { background-color: rgb(9,157,178); }
div.DivClassName
{
background-color: #099DB2;
}
.BgClassName
{
background-color: #099DB2;
}
</style>
border-color css
<style>
span { border-color: #099DB2; }
span { border-color: rgb(9,157,178); }
td.TdClassName
{
border-color: #099DB2;
}
.TagClassName
{
border-color: #099DB2;
}
</style>