Shades of Bondi Blue #0898AD
Tints of Bondi Blue #0898AD
RGB
CMYK
RGB Variations
Color information
#0898AD (or 0x0898AD) is known color: Bondi Blue. HEX triplet: 08, 98 and AD. RGB value is (8,152,173). Sum of RGB (Red+Green+Blue) = 8+152+173=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #0898AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0898AD is #F76752. Grayscale: #6F6F6F. Windows color (decimal): -16213843 or 11376648. OLE color: 11376648.
HSL color Cylindrical-coordinate representation of color #0898AD: hue angle of 187.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0898AD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 152 | 173 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.32 |
| HSL | 187.64º | 0.91% | 0.35% | - |
| HSV(B) | 187.64º | 0.95% | 0.68% | - |
| XYZ | 18.87 | 25.53 | 43.47 | - |
| YUV | 111.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 173 | 0.95 | 0.12 | 0 | 0.32 | 187.64 | 0.91 | 0.35 |
| Hex | 8 | 98 | AD | 5F | C | 0 | 20 | BC | 5B | 23 |
| Octal | 10 | 230 | 255 | 137 | 14 | 0 | 40 | 274 | 133 | 43 |
| Binary | 1000 | 10011000 | 10101101 | 1011111 | 1100 | 0 | 100000 | 10111100 | 1011011 | 100011 |
Color Harmonies of #0898AD
Complementary color
Monochromatic Colors of #0898AD
Black with #0898AD
Text Example
Text Example
White with #0898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898AD; }
p { color: rgb(8,152,173); }
H1.HeaderClassName
{
color: #0898AD;
}
.AnyTagClassName
{
color: #0898AD;
}
</style>
background-color css
<style>
a { background-color: #0898AD; }
a { background-color: rgb(8,152,173); }
div.DivClassName
{
background-color: #0898AD;
}
.BgClassName
{
background-color: #0898AD;
}
</style>
border-color css
<style>
span { border-color: #0898AD; }
span { border-color: rgb(8,152,173); }
td.TdClassName
{
border-color: #0898AD;
}
.TagClassName
{
border-color: #0898AD;
}
</style>