Shades of Bondi Blue #099DB8
Tints of Bondi Blue #099DB8
RGB
CMYK
RGB Variations
Color information
#099DB8 (or 0x099DB8) is known color: Bondi Blue. HEX triplet: 09, 9D and B8. RGB value is (9,157,184). Sum of RGB (Red+Green+Blue) = 9+157+184=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #099DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DB8 is #F66247. Grayscale: #737373. Windows color (decimal): -16147016 or 12098825. OLE color: 12098825.
HSL color Cylindrical-coordinate representation of color #099DB8: hue angle of 189.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DB8 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 157 | 184 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.28 |
| HSL | 189.26º | 0.91% | 0.38% | - |
| HSV(B) | 189.26º | 0.95% | 0.72% | - |
| XYZ | 20.82 | 27.63 | 49.58 | - |
| YUV | 115.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 184 | 0.95 | 0.15 | 0 | 0.28 | 189.26 | 0.91 | 0.38 |
| Hex | 9 | 9D | B8 | 5F | F | 0 | 1C | BD | 5B | 26 |
| Octal | 11 | 235 | 270 | 137 | 17 | 0 | 34 | 275 | 133 | 46 |
| Binary | 1001 | 10011101 | 10111000 | 1011111 | 1111 | 0 | 11100 | 10111101 | 1011011 | 100110 |
Color Harmonies of #099DB8
Complementary color
Monochromatic Colors of #099DB8
Black with #099DB8
Text Example
Text Example
White with #099DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB8; }
p { color: rgb(9,157,184); }
H1.HeaderClassName
{
color: #099DB8;
}
.AnyTagClassName
{
color: #099DB8;
}
</style>
background-color css
<style>
a { background-color: #099DB8; }
a { background-color: rgb(9,157,184); }
div.DivClassName
{
background-color: #099DB8;
}
.BgClassName
{
background-color: #099DB8;
}
</style>
border-color css
<style>
span { border-color: #099DB8; }
span { border-color: rgb(9,157,184); }
td.TdClassName
{
border-color: #099DB8;
}
.TagClassName
{
border-color: #099DB8;
}
</style>