Shades of Bondi Blue #0898B1
Tints of Bondi Blue #0898B1
RGB
CMYK
RGB Variations
Color information
#0898B1 (or 0x0898B1) is known color: Bondi Blue. HEX triplet: 08, 98 and B1. RGB value is (8,152,177). Sum of RGB (Red+Green+Blue) = 8+152+177=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #0898B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0898B1 is #F7674E. Grayscale: #6F6F6F. Windows color (decimal): -16213839 or 11638792. OLE color: 11638792.
HSL color Cylindrical-coordinate representation of color #0898B1: hue angle of 188.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0898B1 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 152 | 177 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.31 |
| HSL | 188.88º | 0.91% | 0.36% | - |
| HSV(B) | 188.88º | 0.95% | 0.69% | - |
| XYZ | 19.26 | 25.68 | 45.54 | - |
| YUV | 111.79 | 164.79 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 177 | 0.95 | 0.14 | 0 | 0.31 | 188.88 | 0.91 | 0.36 |
| Hex | 8 | 98 | B1 | 5F | E | 0 | 1F | BD | 5B | 24 |
| Octal | 10 | 230 | 261 | 137 | 16 | 0 | 37 | 275 | 133 | 44 |
| Binary | 1000 | 10011000 | 10110001 | 1011111 | 1110 | 0 | 11111 | 10111101 | 1011011 | 100100 |
Color Harmonies of #0898B1
Complementary color
Monochromatic Colors of #0898B1
Black with #0898B1
Text Example
Text Example
White with #0898B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0898B1; }
p { color: rgb(8,152,177); }
H1.HeaderClassName
{
color: #0898B1;
}
.AnyTagClassName
{
color: #0898B1;
}
</style>
background-color css
<style>
a { background-color: #0898B1; }
a { background-color: rgb(8,152,177); }
div.DivClassName
{
background-color: #0898B1;
}
.BgClassName
{
background-color: #0898B1;
}
</style>
border-color css
<style>
span { border-color: #0898B1; }
span { border-color: rgb(8,152,177); }
td.TdClassName
{
border-color: #0898B1;
}
.TagClassName
{
border-color: #0898B1;
}
</style>