Shades of Bondi Blue #0890BA
Tints of Bondi Blue #0890BA
RGB
CMYK
RGB Variations
Color information
#0890BA (or 0x0890BA) is known color: Bondi Blue. HEX triplet: 08, 90 and BA. RGB value is (8,144,186). Sum of RGB (Red+Green+Blue) = 8+144+186=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0890BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890BA is #F76F45. Grayscale: #6B6B6B. Windows color (decimal): -16215878 or 12226568. OLE color: 12226568.
HSL color Cylindrical-coordinate representation of color #0890BA: hue angle of 194.16º 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 #0890BA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 144 | 186 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.27 |
| HSL | 194.16º | 0.92% | 0.38% | - |
| HSV(B) | 194.16º | 0.96% | 0.73% | - |
| XYZ | 18.94 | 23.54 | 50 | - |
| YUV | 108.12 | 171.94 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 186 | 0.96 | 0.23 | 0 | 0.27 | 194.16 | 0.92 | 0.38 |
| Hex | 8 | 90 | BA | 60 | 17 | 0 | 1B | C2 | 5C | 26 |
| Octal | 10 | 220 | 272 | 140 | 27 | 0 | 33 | 302 | 134 | 46 |
| Binary | 1000 | 10010000 | 10111010 | 1100000 | 10111 | 0 | 11011 | 11000010 | 1011100 | 100110 |
Color Harmonies of #0890BA
Complementary color
Monochromatic Colors of #0890BA
Black with #0890BA
Text Example
Text Example
White with #0890BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890BA; }
p { color: rgb(8,144,186); }
H1.HeaderClassName
{
color: #0890BA;
}
.AnyTagClassName
{
color: #0890BA;
}
</style>
background-color css
<style>
a { background-color: #0890BA; }
a { background-color: rgb(8,144,186); }
div.DivClassName
{
background-color: #0890BA;
}
.BgClassName
{
background-color: #0890BA;
}
</style>
border-color css
<style>
span { border-color: #0890BA; }
span { border-color: rgb(8,144,186); }
td.TdClassName
{
border-color: #0890BA;
}
.TagClassName
{
border-color: #0890BA;
}
</style>