Shades of Bondi Blue #0899AB
Tints of Bondi Blue #0899AB
RGB
CMYK
RGB Variations
Color information
#0899AB (or 0x0899AB) is known color: Bondi Blue. HEX triplet: 08, 99 and AB. RGB value is (8,153,171). Sum of RGB (Red+Green+Blue) = 8+153+171=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #0899AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899AB is #F76654. Grayscale: #6F6F6F. Windows color (decimal): -16213589 or 11245832. OLE color: 11245832.
HSL color Cylindrical-coordinate representation of color #0899AB: hue angle of 186.63º 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 #0899AB is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 153 | 171 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.33 |
| HSL | 186.63º | 0.91% | 0.35% | - |
| HSV(B) | 186.63º | 0.95% | 0.67% | - |
| XYZ | 18.84 | 25.77 | 42.51 | - |
| YUV | 111.7 | 161.46 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 171 | 0.95 | 0.11 | 0 | 0.33 | 186.63 | 0.91 | 0.35 |
| Hex | 8 | 99 | AB | 5F | B | 0 | 21 | BB | 5B | 23 |
| Octal | 10 | 231 | 253 | 137 | 13 | 0 | 41 | 273 | 133 | 43 |
| Binary | 1000 | 10011001 | 10101011 | 1011111 | 1011 | 0 | 100001 | 10111011 | 1011011 | 100011 |
Color Harmonies of #0899AB
Complementary color
Monochromatic Colors of #0899AB
Black with #0899AB
Text Example
Text Example
White with #0899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899AB; }
p { color: rgb(8,153,171); }
H1.HeaderClassName
{
color: #0899AB;
}
.AnyTagClassName
{
color: #0899AB;
}
</style>
background-color css
<style>
a { background-color: #0899AB; }
a { background-color: rgb(8,153,171); }
div.DivClassName
{
background-color: #0899AB;
}
.BgClassName
{
background-color: #0899AB;
}
</style>
border-color css
<style>
span { border-color: #0899AB; }
span { border-color: rgb(8,153,171); }
td.TdClassName
{
border-color: #0899AB;
}
.TagClassName
{
border-color: #0899AB;
}
</style>