Shades of Bondi Blue #0897AC
Tints of Bondi Blue #0897AC
RGB
CMYK
RGB Variations
Color information
#0897AC (or 0x0897AC) is known color: Bondi Blue. HEX triplet: 08, 97 and AC. RGB value is (8,151,172). Sum of RGB (Red+Green+Blue) = 8+151+172=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #0897AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897AC is #F76853. Grayscale: #6E6E6E. Windows color (decimal): -16214100 or 11310856. OLE color: 11310856.
HSL color Cylindrical-coordinate representation of color #0897AC: hue angle of 187.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0897AC is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 151 | 172 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.33 |
| HSL | 187.68º | 0.91% | 0.35% | - |
| HSV(B) | 187.68º | 0.95% | 0.67% | - |
| XYZ | 18.61 | 25.16 | 42.91 | - |
| YUV | 110.64 | 162.62 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 172 | 0.95 | 0.12 | 0 | 0.33 | 187.68 | 0.91 | 0.35 |
| Hex | 8 | 97 | AC | 5F | C | 0 | 21 | BC | 5B | 23 |
| Octal | 10 | 227 | 254 | 137 | 14 | 0 | 41 | 274 | 133 | 43 |
| Binary | 1000 | 10010111 | 10101100 | 1011111 | 1100 | 0 | 100001 | 10111100 | 1011011 | 100011 |
Color Harmonies of #0897AC
Complementary color
Monochromatic Colors of #0897AC
Black with #0897AC
Text Example
Text Example
White with #0897AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897AC; }
p { color: rgb(8,151,172); }
H1.HeaderClassName
{
color: #0897AC;
}
.AnyTagClassName
{
color: #0897AC;
}
</style>
background-color css
<style>
a { background-color: #0897AC; }
a { background-color: rgb(8,151,172); }
div.DivClassName
{
background-color: #0897AC;
}
.BgClassName
{
background-color: #0897AC;
}
</style>
border-color css
<style>
span { border-color: #0897AC; }
span { border-color: rgb(8,151,172); }
td.TdClassName
{
border-color: #0897AC;
}
.TagClassName
{
border-color: #0897AC;
}
</style>