Shades of Bondi Blue #0995B9
Tints of Bondi Blue #0995B9
RGB
CMYK
RGB Variations
Color information
#0995B9 (or 0x0995B9) is known color: Bondi Blue. HEX triplet: 09, 95 and B9. RGB value is (9,149,185). Sum of RGB (Red+Green+Blue) = 9+149+185=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #0995B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995B9 is #F66A46. Grayscale: #6E6E6E. Windows color (decimal): -16149063 or 12162313. OLE color: 12162313.
HSL color Cylindrical-coordinate representation of color #0995B9: hue angle of 192.27º 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 #0995B9 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 149 | 185 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.27 |
| HSL | 192.27º | 0.91% | 0.38% | - |
| HSV(B) | 192.27º | 0.95% | 0.73% | - |
| XYZ | 19.62 | 25.06 | 49.7 | - |
| YUV | 111.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 185 | 0.95 | 0.19 | 0 | 0.27 | 192.27 | 0.91 | 0.38 |
| Hex | 9 | 95 | B9 | 5F | 13 | 0 | 1B | C0 | 5B | 26 |
| Octal | 11 | 225 | 271 | 137 | 23 | 0 | 33 | 300 | 133 | 46 |
| Binary | 1001 | 10010101 | 10111001 | 1011111 | 10011 | 0 | 11011 | 11000000 | 1011011 | 100110 |
Color Harmonies of #0995B9
Complementary color
Monochromatic Colors of #0995B9
Black with #0995B9
Text Example
Text Example
White with #0995B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0995B9; }
p { color: rgb(9,149,185); }
H1.HeaderClassName
{
color: #0995B9;
}
.AnyTagClassName
{
color: #0995B9;
}
</style>
background-color css
<style>
a { background-color: #0995B9; }
a { background-color: rgb(9,149,185); }
div.DivClassName
{
background-color: #0995B9;
}
.BgClassName
{
background-color: #0995B9;
}
</style>
border-color css
<style>
span { border-color: #0995B9; }
span { border-color: rgb(9,149,185); }
td.TdClassName
{
border-color: #0995B9;
}
.TagClassName
{
border-color: #0995B9;
}
</style>