Shades of Bondi Blue #0095BF
Tints of Bondi Blue #0095BF
RGB
CMYK
RGB Variations
Color information
#0095BF (or 0x0095BF) is known color: Bondi Blue. HEX triplet: 00, 95 and BF. RGB value is (0,149,191). Sum of RGB (Red+Green+Blue) = 0+149+191=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #0095BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BF is #FF6A40. Grayscale: #6C6C6C. Windows color (decimal): -16738881 or 12555520. OLE color: 12555520.
HSL color Cylindrical-coordinate representation of color #0095BF: hue angle of 193.19º 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 #0095BF is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 149 | 191 | - |
| CMYK | 1 | 0.22 | 0 | 0.25 |
| HSL | 193.19º | 1% | 0.37% | - |
| HSV(B) | 193.19º | 1% | 0.75% | - |
| XYZ | 20.15 | 25.26 | 53.1 | - |
| YUV | 109.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 191 | 1 | 0.22 | 0 | 0.25 | 193.19 | 1 | 0.37 |
| Hex | 0 | 95 | BF | 64 | 16 | 0 | 19 | C1 | 64 | 25 |
| Octal | 0 | 225 | 277 | 144 | 26 | 0 | 31 | 301 | 144 | 45 |
| Binary | 0 | 10010101 | 10111111 | 1100100 | 10110 | 0 | 11001 | 11000001 | 1100100 | 100101 |
Color Harmonies of #0095BF
Complementary color
Monochromatic Colors of #0095BF
Black with #0095BF
Text Example
Text Example
White with #0095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095BF; }
p { color: rgb(0,149,191); }
H1.HeaderClassName
{
color: #0095BF;
}
.AnyTagClassName
{
color: #0095BF;
}
</style>
background-color css
<style>
a { background-color: #0095BF; }
a { background-color: rgb(0,149,191); }
div.DivClassName
{
background-color: #0095BF;
}
.BgClassName
{
background-color: #0095BF;
}
</style>
border-color css
<style>
span { border-color: #0095BF; }
span { border-color: rgb(0,149,191); }
td.TdClassName
{
border-color: #0095BF;
}
.TagClassName
{
border-color: #0095BF;
}
</style>