Shades of Bondi Blue #0895A7
Tints of Bondi Blue #0895A7
RGB
CMYK
RGB Variations
Color information
#0895A7 (or 0x0895A7) is known color: Bondi Blue. HEX triplet: 08, 95 and A7. RGB value is (8,149,167). Sum of RGB (Red+Green+Blue) = 8+149+167=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #0895A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0895A7 is #F76A58. Grayscale: #6C6C6C. Windows color (decimal): -16214617 or 10982664. OLE color: 10982664.
HSL color Cylindrical-coordinate representation of color #0895A7: hue angle of 186.79º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0895A7 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 149 | 167 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.35 |
| HSL | 186.79º | 0.91% | 0.34% | - |
| HSV(B) | 186.79º | 0.95% | 0.65% | - |
| XYZ | 17.82 | 24.34 | 40.32 | - |
| YUV | 108.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 167 | 0.95 | 0.11 | 0 | 0.35 | 186.79 | 0.91 | 0.34 |
| Hex | 8 | 95 | A7 | 5F | B | 0 | 23 | BB | 5B | 22 |
| Octal | 10 | 225 | 247 | 137 | 13 | 0 | 43 | 273 | 133 | 42 |
| Binary | 1000 | 10010101 | 10100111 | 1011111 | 1011 | 0 | 100011 | 10111011 | 1011011 | 100010 |
Color Harmonies of #0895A7
Complementary color
Monochromatic Colors of #0895A7
Black with #0895A7
Text Example
Text Example
White with #0895A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0895A7; }
p { color: rgb(8,149,167); }
H1.HeaderClassName
{
color: #0895A7;
}
.AnyTagClassName
{
color: #0895A7;
}
</style>
background-color css
<style>
a { background-color: #0895A7; }
a { background-color: rgb(8,149,167); }
div.DivClassName
{
background-color: #0895A7;
}
.BgClassName
{
background-color: #0895A7;
}
</style>
border-color css
<style>
span { border-color: #0895A7; }
span { border-color: rgb(8,149,167); }
td.TdClassName
{
border-color: #0895A7;
}
.TagClassName
{
border-color: #0895A7;
}
</style>