Shades of Bondi Blue #0095B0
Tints of Bondi Blue #0095B0
RGB
CMYK
RGB Variations
Color information
#0095B0 (or 0x0095B0) is known color: Bondi Blue. HEX triplet: 00, 95 and B0. RGB value is (0,149,176). Sum of RGB (Red+Green+Blue) = 0+149+176=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #0095B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095B0 is #FF6A4F. Grayscale: #6B6B6B. Windows color (decimal): -16738896 or 11572480. OLE color: 11572480.
HSL color Cylindrical-coordinate representation of color #0095B0: hue angle of 189.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095B0 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 149 | 176 | - |
| CMYK | 1 | 0.15 | 0 | 0.31 |
| HSL | 189.2º | 1% | 0.35% | - |
| HSV(B) | 189.2º | 1% | 0.69% | - |
| XYZ | 18.58 | 24.63 | 44.85 | - |
| YUV | 107.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 176 | 1 | 0.15 | 0 | 0.31 | 189.2 | 1 | 0.35 |
| Hex | 0 | 95 | B0 | 64 | F | 0 | 1F | BD | 64 | 23 |
| Octal | 0 | 225 | 260 | 144 | 17 | 0 | 37 | 275 | 144 | 43 |
| Binary | 0 | 10010101 | 10110000 | 1100100 | 1111 | 0 | 11111 | 10111101 | 1100100 | 100011 |
Color Harmonies of #0095B0
Complementary color
Monochromatic Colors of #0095B0
Black with #0095B0
Text Example
Text Example
White with #0095B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095B0; }
p { color: rgb(0,149,176); }
H1.HeaderClassName
{
color: #0095B0;
}
.AnyTagClassName
{
color: #0095B0;
}
</style>
background-color css
<style>
a { background-color: #0095B0; }
a { background-color: rgb(0,149,176); }
div.DivClassName
{
background-color: #0095B0;
}
.BgClassName
{
background-color: #0095B0;
}
</style>
border-color css
<style>
span { border-color: #0095B0; }
span { border-color: rgb(0,149,176); }
td.TdClassName
{
border-color: #0095B0;
}
.TagClassName
{
border-color: #0095B0;
}
</style>