Shades of Bondi Blue #0999A7
Tints of Bondi Blue #0999A7
RGB
CMYK
RGB Variations
Color information
#0999A7 (or 0x0999A7) is known color: Bondi Blue. HEX triplet: 09, 99 and A7. RGB value is (9,153,167). Sum of RGB (Red+Green+Blue) = 9+153+167=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #0999A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0999A7 is #F66658. Grayscale: #6F6F6F. Windows color (decimal): -16148057 or 10983689. OLE color: 10983689.
HSL color Cylindrical-coordinate representation of color #0999A7: hue angle of 185.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0999A7 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 153 | 167 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.35 |
| HSL | 185.32º | 0.9% | 0.35% | - |
| HSV(B) | 185.32º | 0.95% | 0.65% | - |
| XYZ | 18.48 | 25.63 | 40.53 | - |
| YUV | 111.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 167 | 0.95 | 0.08 | 0 | 0.35 | 185.32 | 0.9 | 0.35 |
| Hex | 9 | 99 | A7 | 5F | 8 | 0 | 23 | B9 | 5A | 23 |
| Octal | 11 | 231 | 247 | 137 | 10 | 0 | 43 | 271 | 132 | 43 |
| Binary | 1001 | 10011001 | 10100111 | 1011111 | 1000 | 0 | 100011 | 10111001 | 1011010 | 100011 |
Color Harmonies of #0999A7
Complementary color
Monochromatic Colors of #0999A7
Black with #0999A7
Text Example
Text Example
White with #0999A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0999A7; }
p { color: rgb(9,153,167); }
H1.HeaderClassName
{
color: #0999A7;
}
.AnyTagClassName
{
color: #0999A7;
}
</style>
background-color css
<style>
a { background-color: #0999A7; }
a { background-color: rgb(9,153,167); }
div.DivClassName
{
background-color: #0999A7;
}
.BgClassName
{
background-color: #0999A7;
}
</style>
border-color css
<style>
span { border-color: #0999A7; }
span { border-color: rgb(9,153,167); }
td.TdClassName
{
border-color: #0999A7;
}
.TagClassName
{
border-color: #0999A7;
}
</style>