Shades of Bondi Blue #0094BF
Tints of Bondi Blue #0094BF
RGB
CMYK
RGB Variations
Color information
#0094BF (or 0x0094BF) is known color: Bondi Blue. HEX triplet: 00, 94 and BF. RGB value is (0,148,191). Sum of RGB (Red+Green+Blue) = 0+148+191=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0094BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094BF is #FF6B40. Grayscale: #6C6C6C. Windows color (decimal): -16739137 or 12555264. OLE color: 12555264.
HSL color Cylindrical-coordinate representation of color #0094BF: hue angle of 193.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094BF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 148 | 191 | - |
| CMYK | 1 | 0.23 | 0 | 0.25 |
| HSL | 193.51º | 1% | 0.37% | - |
| HSV(B) | 193.51º | 1% | 0.75% | - |
| XYZ | 19.99 | 24.94 | 53.05 | - |
| YUV | 108.65 | 174.47 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 191 | 1 | 0.23 | 0 | 0.25 | 193.51 | 1 | 0.37 |
| Hex | 0 | 94 | BF | 64 | 17 | 0 | 19 | C2 | 64 | 25 |
| Octal | 0 | 224 | 277 | 144 | 27 | 0 | 31 | 302 | 144 | 45 |
| Binary | 0 | 10010100 | 10111111 | 1100100 | 10111 | 0 | 11001 | 11000010 | 1100100 | 100101 |
Color Harmonies of #0094BF
Complementary color
Monochromatic Colors of #0094BF
Black with #0094BF
Text Example
Text Example
White with #0094BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094BF; }
p { color: rgb(0,148,191); }
H1.HeaderClassName
{
color: #0094BF;
}
.AnyTagClassName
{
color: #0094BF;
}
</style>
background-color css
<style>
a { background-color: #0094BF; }
a { background-color: rgb(0,148,191); }
div.DivClassName
{
background-color: #0094BF;
}
.BgClassName
{
background-color: #0094BF;
}
</style>
border-color css
<style>
span { border-color: #0094BF; }
span { border-color: rgb(0,148,191); }
td.TdClassName
{
border-color: #0094BF;
}
.TagClassName
{
border-color: #0094BF;
}
</style>