Shades of Bondi Blue #0898AA
Tints of Bondi Blue #0898AA
RGB
CMYK
RGB Variations
Color information
#0898AA (or 0x0898AA) is known color: Bondi Blue. HEX triplet: 08, 98 and AA. RGB value is (8,152,170). Sum of RGB (Red+Green+Blue) = 8+152+170=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #0898AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0898AA is #F76755. Grayscale: #6E6E6E. Windows color (decimal): -16213846 or 11180040. OLE color: 11180040.
HSL color Cylindrical-coordinate representation of color #0898AA: hue angle of 186.67º 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 #0898AA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 152 | 170 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.33 |
| HSL | 186.67º | 0.91% | 0.35% | - |
| HSV(B) | 186.67º | 0.95% | 0.67% | - |
| XYZ | 18.58 | 25.41 | 41.96 | - |
| YUV | 111 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 170 | 0.95 | 0.11 | 0 | 0.33 | 186.67 | 0.91 | 0.35 |
| Hex | 8 | 98 | AA | 5F | B | 0 | 21 | BB | 5B | 23 |
| Octal | 10 | 230 | 252 | 137 | 13 | 0 | 41 | 273 | 133 | 43 |
| Binary | 1000 | 10011000 | 10101010 | 1011111 | 1011 | 0 | 100001 | 10111011 | 1011011 | 100011 |
Color Harmonies of #0898AA
Complementary color
Monochromatic Colors of #0898AA
Black with #0898AA
Text Example
Text Example
White with #0898AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898AA; }
p { color: rgb(8,152,170); }
H1.HeaderClassName
{
color: #0898AA;
}
.AnyTagClassName
{
color: #0898AA;
}
</style>
background-color css
<style>
a { background-color: #0898AA; }
a { background-color: rgb(8,152,170); }
div.DivClassName
{
background-color: #0898AA;
}
.BgClassName
{
background-color: #0898AA;
}
</style>
border-color css
<style>
span { border-color: #0898AA; }
span { border-color: rgb(8,152,170); }
td.TdClassName
{
border-color: #0898AA;
}
.TagClassName
{
border-color: #0898AA;
}
</style>