Shades of Bondi Blue #0095BE
Tints of Bondi Blue #0095BE
RGB
CMYK
RGB Variations
Color information
#0095BE (or 0x0095BE) is known color: Bondi Blue. HEX triplet: 00, 95 and BE. RGB value is (0,149,190). Sum of RGB (Red+Green+Blue) = 0+149+190=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0095BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BE is #FF6A41. Grayscale: #6C6C6C. Windows color (decimal): -16738882 or 12489984. OLE color: 12489984.
HSL color Cylindrical-coordinate representation of color #0095BE: hue angle of 192.95º 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 #0095BE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 149 | 190 | - |
| CMYK | 1 | 0.22 | 0 | 0.25 |
| HSL | 192.95º | 1% | 0.37% | - |
| HSV(B) | 192.95º | 1% | 0.75% | - |
| XYZ | 20.04 | 25.21 | 52.53 | - |
| YUV | 109.12 | 173.64 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 190 | 1 | 0.22 | 0 | 0.25 | 192.95 | 1 | 0.37 |
| Hex | 0 | 95 | BE | 64 | 16 | 0 | 19 | C1 | 64 | 25 |
| Octal | 0 | 225 | 276 | 144 | 26 | 0 | 31 | 301 | 144 | 45 |
| Binary | 0 | 10010101 | 10111110 | 1100100 | 10110 | 0 | 11001 | 11000001 | 1100100 | 100101 |
Color Harmonies of #0095BE
Complementary color
Monochromatic Colors of #0095BE
Black with #0095BE
Text Example
Text Example
White with #0095BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095BE; }
p { color: rgb(0,149,190); }
H1.HeaderClassName
{
color: #0095BE;
}
.AnyTagClassName
{
color: #0095BE;
}
</style>
background-color css
<style>
a { background-color: #0095BE; }
a { background-color: rgb(0,149,190); }
div.DivClassName
{
background-color: #0095BE;
}
.BgClassName
{
background-color: #0095BE;
}
</style>
border-color css
<style>
span { border-color: #0095BE; }
span { border-color: rgb(0,149,190); }
td.TdClassName
{
border-color: #0095BE;
}
.TagClassName
{
border-color: #0095BE;
}
</style>