Shades of Bondi Blue #009FB8
Tints of Bondi Blue #009FB8
RGB
CMYK
RGB Variations
Color information
#009FB8 (or 0x009FB8) is known color: Bondi Blue. HEX triplet: 00, 9F and B8. RGB value is (0,159,184). Sum of RGB (Red+Green+Blue) = 0+159+184=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #009FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FB8 is #FF6047. Grayscale: #727272. Windows color (decimal): -16736328 or 12099328. OLE color: 12099328.
HSL color Cylindrical-coordinate representation of color #009FB8: hue angle of 188.15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FB8 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 159 | 184 | - |
| CMYK | 1 | 0.14 | 0 | 0.28 |
| HSL | 188.15º | 1% | 0.36% | - |
| HSV(B) | 188.15º | 1% | 0.72% | - |
| XYZ | 21.05 | 28.26 | 49.69 | - |
| YUV | 114.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 184 | 1 | 0.14 | 0 | 0.28 | 188.15 | 1 | 0.36 |
| Hex | 0 | 9F | B8 | 64 | E | 0 | 1C | BC | 64 | 24 |
| Octal | 0 | 237 | 270 | 144 | 16 | 0 | 34 | 274 | 144 | 44 |
| Binary | 0 | 10011111 | 10111000 | 1100100 | 1110 | 0 | 11100 | 10111100 | 1100100 | 100100 |
Color Harmonies of #009FB8
Complementary color
Monochromatic Colors of #009FB8
Black with #009FB8
Text Example
Text Example
White with #009FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FB8; }
p { color: rgb(0,159,184); }
H1.HeaderClassName
{
color: #009FB8;
}
.AnyTagClassName
{
color: #009FB8;
}
</style>
background-color css
<style>
a { background-color: #009FB8; }
a { background-color: rgb(0,159,184); }
div.DivClassName
{
background-color: #009FB8;
}
.BgClassName
{
background-color: #009FB8;
}
</style>
border-color css
<style>
span { border-color: #009FB8; }
span { border-color: rgb(0,159,184); }
td.TdClassName
{
border-color: #009FB8;
}
.TagClassName
{
border-color: #009FB8;
}
</style>