Shades of Bondi Blue #009FB4
Tints of Bondi Blue #009FB4
RGB
CMYK
RGB Variations
Color information
#009FB4 (or 0x009FB4) is known color: Bondi Blue. HEX triplet: 00, 9F and B4. RGB value is (0,159,180). Sum of RGB (Red+Green+Blue) = 0+159+180=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #009FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FB4 is #FF604B. Grayscale: #717171. Windows color (decimal): -16736332 or 11837184. OLE color: 11837184.
HSL color Cylindrical-coordinate representation of color #009FB4: hue angle of 187º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FB4 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 159 | 180 | - |
| CMYK | 1 | 0.12 | 0 | 0.29 |
| HSL | 187º | 1% | 0.35% | - |
| HSV(B) | 187º | 1% | 0.71% | - |
| XYZ | 20.64 | 28.09 | 47.51 | - |
| YUV | 113.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 180 | 1 | 0.12 | 0 | 0.29 | 187 | 1 | 0.35 |
| Hex | 0 | 9F | B4 | 64 | C | 0 | 1D | BB | 64 | 23 |
| Octal | 0 | 237 | 264 | 144 | 14 | 0 | 35 | 273 | 144 | 43 |
| Binary | 0 | 10011111 | 10110100 | 1100100 | 1100 | 0 | 11101 | 10111011 | 1100100 | 100011 |
Color Harmonies of #009FB4
Complementary color
Monochromatic Colors of #009FB4
Black with #009FB4
Text Example
Text Example
White with #009FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FB4; }
p { color: rgb(0,159,180); }
H1.HeaderClassName
{
color: #009FB4;
}
.AnyTagClassName
{
color: #009FB4;
}
</style>
background-color css
<style>
a { background-color: #009FB4; }
a { background-color: rgb(0,159,180); }
div.DivClassName
{
background-color: #009FB4;
}
.BgClassName
{
background-color: #009FB4;
}
</style>
border-color css
<style>
span { border-color: #009FB4; }
span { border-color: rgb(0,159,180); }
td.TdClassName
{
border-color: #009FB4;
}
.TagClassName
{
border-color: #009FB4;
}
</style>