Shades of Bondi Blue #0899AD
Tints of Bondi Blue #0899AD
RGB
CMYK
RGB Variations
Color information
#0899AD (or 0x0899AD) is known color: Bondi Blue. HEX triplet: 08, 99 and AD. RGB value is (8,153,173). Sum of RGB (Red+Green+Blue) = 8+153+173=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #0899AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899AD is #F76652. Grayscale: #6F6F6F. Windows color (decimal): -16213587 or 11376904. OLE color: 11376904.
HSL color Cylindrical-coordinate representation of color #0899AD: hue angle of 187.27º 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 #0899AD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 153 | 173 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.32 |
| HSL | 187.27º | 0.91% | 0.35% | - |
| HSV(B) | 187.27º | 0.95% | 0.68% | - |
| XYZ | 19.03 | 25.85 | 43.52 | - |
| YUV | 111.93 | 162.46 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 173 | 0.95 | 0.12 | 0 | 0.32 | 187.27 | 0.91 | 0.35 |
| Hex | 8 | 99 | AD | 5F | C | 0 | 20 | BB | 5B | 23 |
| Octal | 10 | 231 | 255 | 137 | 14 | 0 | 40 | 273 | 133 | 43 |
| Binary | 1000 | 10011001 | 10101101 | 1011111 | 1100 | 0 | 100000 | 10111011 | 1011011 | 100011 |
Color Harmonies of #0899AD
Complementary color
Monochromatic Colors of #0899AD
Black with #0899AD
Text Example
Text Example
White with #0899AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899AD; }
p { color: rgb(8,153,173); }
H1.HeaderClassName
{
color: #0899AD;
}
.AnyTagClassName
{
color: #0899AD;
}
</style>
background-color css
<style>
a { background-color: #0899AD; }
a { background-color: rgb(8,153,173); }
div.DivClassName
{
background-color: #0899AD;
}
.BgClassName
{
background-color: #0899AD;
}
</style>
border-color css
<style>
span { border-color: #0899AD; }
span { border-color: rgb(8,153,173); }
td.TdClassName
{
border-color: #0899AD;
}
.TagClassName
{
border-color: #0899AD;
}
</style>