Shades of Bondi Blue #0893AB
Tints of Bondi Blue #0893AB
RGB
CMYK
RGB Variations
Color information
#0893AB (or 0x0893AB) is known color: Bondi Blue. HEX triplet: 08, 93 and AB. RGB value is (8,147,171). Sum of RGB (Red+Green+Blue) = 8+147+171=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0893AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0893AB is #F76C54. Grayscale: #6B6B6B. Windows color (decimal): -16215125 or 11244296. OLE color: 11244296.
HSL color Cylindrical-coordinate representation of color #0893AB: hue angle of 188.83º 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 #0893AB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 147 | 171 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.33 |
| HSL | 188.83º | 0.91% | 0.35% | - |
| HSV(B) | 188.83º | 0.95% | 0.67% | - |
| XYZ | 17.88 | 23.86 | 42.19 | - |
| YUV | 108.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 171 | 0.95 | 0.14 | 0 | 0.33 | 188.83 | 0.91 | 0.35 |
| Hex | 8 | 93 | AB | 5F | E | 0 | 21 | BD | 5B | 23 |
| Octal | 10 | 223 | 253 | 137 | 16 | 0 | 41 | 275 | 133 | 43 |
| Binary | 1000 | 10010011 | 10101011 | 1011111 | 1110 | 0 | 100001 | 10111101 | 1011011 | 100011 |
Color Harmonies of #0893AB
Complementary color
Monochromatic Colors of #0893AB
Black with #0893AB
Text Example
Text Example
White with #0893AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893AB; }
p { color: rgb(8,147,171); }
H1.HeaderClassName
{
color: #0893AB;
}
.AnyTagClassName
{
color: #0893AB;
}
</style>
background-color css
<style>
a { background-color: #0893AB; }
a { background-color: rgb(8,147,171); }
div.DivClassName
{
background-color: #0893AB;
}
.BgClassName
{
background-color: #0893AB;
}
</style>
border-color css
<style>
span { border-color: #0893AB; }
span { border-color: rgb(8,147,171); }
td.TdClassName
{
border-color: #0893AB;
}
.TagClassName
{
border-color: #0893AB;
}
</style>