Shades of Bondi Blue #0095BC
Tints of Bondi Blue #0095BC
RGB
CMYK
RGB Variations
Color information
#0095BC (or 0x0095BC) is known color: Bondi Blue. HEX triplet: 00, 95 and BC. RGB value is (0,149,188). Sum of RGB (Red+Green+Blue) = 0+149+188=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #0095BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BC is #FF6A43. Grayscale: #6C6C6C. Windows color (decimal): -16738884 or 12358912. OLE color: 12358912.
HSL color Cylindrical-coordinate representation of color #0095BC: hue angle of 192.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095BC is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 149 | 188 | - |
| CMYK | 1 | 0.21 | 0 | 0.26 |
| HSL | 192.45º | 1% | 0.37% | - |
| HSV(B) | 192.45º | 1% | 0.74% | - |
| XYZ | 19.82 | 25.13 | 51.38 | - |
| YUV | 108.9 | 172.64 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 188 | 1 | 0.21 | 0 | 0.26 | 192.45 | 1 | 0.37 |
| Hex | 0 | 95 | BC | 64 | 15 | 0 | 1A | C0 | 64 | 25 |
| Octal | 0 | 225 | 274 | 144 | 25 | 0 | 32 | 300 | 144 | 45 |
| Binary | 0 | 10010101 | 10111100 | 1100100 | 10101 | 0 | 11010 | 11000000 | 1100100 | 100101 |
Color Harmonies of #0095BC
Complementary color
Monochromatic Colors of #0095BC
Black with #0095BC
Text Example
Text Example
White with #0095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095BC; }
p { color: rgb(0,149,188); }
H1.HeaderClassName
{
color: #0095BC;
}
.AnyTagClassName
{
color: #0095BC;
}
</style>
background-color css
<style>
a { background-color: #0095BC; }
a { background-color: rgb(0,149,188); }
div.DivClassName
{
background-color: #0095BC;
}
.BgClassName
{
background-color: #0095BC;
}
</style>
border-color css
<style>
span { border-color: #0095BC; }
span { border-color: rgb(0,149,188); }
td.TdClassName
{
border-color: #0095BC;
}
.TagClassName
{
border-color: #0095BC;
}
</style>