Shades of Bondi Blue #0095A7
Tints of Bondi Blue #0095A7
RGB
CMYK
RGB Variations
Color information
#0095A7 (or 0x0095A7) is known color: Bondi Blue. HEX triplet: 00, 95 and A7. RGB value is (0,149,167). Sum of RGB (Red+Green+Blue) = 0+149+167=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #0095A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095A7 is #FF6A58. Grayscale: #6A6A6A. Windows color (decimal): -16738905 or 10982656. OLE color: 10982656.
HSL color Cylindrical-coordinate representation of color #0095A7: hue angle of 186.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095A7 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 149 | 167 | - |
| CMYK | 1 | 0.11 | 0 | 0.35 |
| HSL | 186.47º | 1% | 0.33% | - |
| HSV(B) | 186.47º | 1% | 0.65% | - |
| XYZ | 17.72 | 24.28 | 40.31 | - |
| YUV | 106.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 167 | 1 | 0.11 | 0 | 0.35 | 186.47 | 1 | 0.33 |
| Hex | 0 | 95 | A7 | 64 | B | 0 | 23 | BA | 64 | 21 |
| Octal | 0 | 225 | 247 | 144 | 13 | 0 | 43 | 272 | 144 | 41 |
| Binary | 0 | 10010101 | 10100111 | 1100100 | 1011 | 0 | 100011 | 10111010 | 1100100 | 100001 |
Color Harmonies of #0095A7
Complementary color
Monochromatic Colors of #0095A7
Black with #0095A7
Text Example
Text Example
White with #0095A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095A7; }
p { color: rgb(0,149,167); }
H1.HeaderClassName
{
color: #0095A7;
}
.AnyTagClassName
{
color: #0095A7;
}
</style>
background-color css
<style>
a { background-color: #0095A7; }
a { background-color: rgb(0,149,167); }
div.DivClassName
{
background-color: #0095A7;
}
.BgClassName
{
background-color: #0095A7;
}
</style>
border-color css
<style>
span { border-color: #0095A7; }
span { border-color: rgb(0,149,167); }
td.TdClassName
{
border-color: #0095A7;
}
.TagClassName
{
border-color: #0095A7;
}
</style>