Shades of Bondi Blue #0893BA
Tints of Bondi Blue #0893BA
RGB
CMYK
RGB Variations
Color information
#0893BA (or 0x0893BA) is known color: Bondi Blue. HEX triplet: 08, 93 and BA. RGB value is (8,147,186). Sum of RGB (Red+Green+Blue) = 8+147+186=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #0893BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893BA is #F76C45. Grayscale: #6D6D6D. Windows color (decimal): -16215110 or 12227336. OLE color: 12227336.
HSL color Cylindrical-coordinate representation of color #0893BA: hue angle of 193.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893BA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 147 | 186 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.27 |
| HSL | 193.15º | 0.92% | 0.38% | - |
| HSV(B) | 193.15º | 0.96% | 0.73% | - |
| XYZ | 19.4 | 24.46 | 50.15 | - |
| YUV | 109.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 186 | 0.96 | 0.21 | 0 | 0.27 | 193.15 | 0.92 | 0.38 |
| Hex | 8 | 93 | BA | 60 | 15 | 0 | 1B | C1 | 5C | 26 |
| Octal | 10 | 223 | 272 | 140 | 25 | 0 | 33 | 301 | 134 | 46 |
| Binary | 1000 | 10010011 | 10111010 | 1100000 | 10101 | 0 | 11011 | 11000001 | 1011100 | 100110 |
Color Harmonies of #0893BA
Complementary color
Monochromatic Colors of #0893BA
Black with #0893BA
Text Example
Text Example
White with #0893BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893BA; }
p { color: rgb(8,147,186); }
H1.HeaderClassName
{
color: #0893BA;
}
.AnyTagClassName
{
color: #0893BA;
}
</style>
background-color css
<style>
a { background-color: #0893BA; }
a { background-color: rgb(8,147,186); }
div.DivClassName
{
background-color: #0893BA;
}
.BgClassName
{
background-color: #0893BA;
}
</style>
border-color css
<style>
span { border-color: #0893BA; }
span { border-color: rgb(8,147,186); }
td.TdClassName
{
border-color: #0893BA;
}
.TagClassName
{
border-color: #0893BA;
}
</style>