Shades of Bondi Blue #099FB8
Tints of Bondi Blue #099FB8
RGB
CMYK
RGB Variations
Color information
#099FB8 (or 0x099FB8) is known color: Bondi Blue. HEX triplet: 09, 9F and B8. RGB value is (9,159,184). Sum of RGB (Red+Green+Blue) = 9+159+184=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 184 (72.27% from 255 or 52.27% from 352); Max value from RGB is 184 - color contains mainly: blue. Hex color #099FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FB8 is #F66047. Grayscale: #747474. Windows color (decimal): -16146504 or 12099337. OLE color: 12099337.
HSL color Cylindrical-coordinate representation of color #099FB8: hue angle of 188.57º 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 #099FB8 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 159 | 184 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.28 |
| HSL | 188.57º | 0.91% | 0.38% | - |
| HSV(B) | 188.57º | 0.95% | 0.72% | - |
| XYZ | 21.16 | 28.32 | 49.7 | - |
| YUV | 117 | 165.81 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 184 | 0.95 | 0.14 | 0 | 0.28 | 188.57 | 0.91 | 0.38 |
| Hex | 9 | 9F | B8 | 5F | E | 0 | 1C | BD | 5B | 26 |
| Octal | 11 | 237 | 270 | 137 | 16 | 0 | 34 | 275 | 133 | 46 |
| Binary | 1001 | 10011111 | 10111000 | 1011111 | 1110 | 0 | 11100 | 10111101 | 1011011 | 100110 |
Color Harmonies of #099FB8
Complementary color
Monochromatic Colors of #099FB8
Black with #099FB8
Text Example
Text Example
White with #099FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FB8; }
p { color: rgb(9,159,184); }
H1.HeaderClassName
{
color: #099FB8;
}
.AnyTagClassName
{
color: #099FB8;
}
</style>
background-color css
<style>
a { background-color: #099FB8; }
a { background-color: rgb(9,159,184); }
div.DivClassName
{
background-color: #099FB8;
}
.BgClassName
{
background-color: #099FB8;
}
</style>
border-color css
<style>
span { border-color: #099FB8; }
span { border-color: rgb(9,159,184); }
td.TdClassName
{
border-color: #099FB8;
}
.TagClassName
{
border-color: #099FB8;
}
</style>