Shades of Bondi Blue #0890AC
Tints of Bondi Blue #0890AC
RGB
CMYK
RGB Variations
Color information
#0890AC (or 0x0890AC) is known color: Bondi Blue. HEX triplet: 08, 90 and AC. RGB value is (8,144,172). Sum of RGB (Red+Green+Blue) = 8+144+172=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0890AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0890AC is #F76F53. Grayscale: #6A6A6A. Windows color (decimal): -16215892 or 11309064. OLE color: 11309064.
HSL color Cylindrical-coordinate representation of color #0890AC: hue angle of 190.24º 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 #0890AC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 144 | 172 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.33 |
| HSL | 190.24º | 0.91% | 0.35% | - |
| HSV(B) | 190.24º | 0.95% | 0.67% | - |
| XYZ | 17.52 | 22.98 | 42.54 | - |
| YUV | 106.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 172 | 0.95 | 0.16 | 0 | 0.33 | 190.24 | 0.91 | 0.35 |
| Hex | 8 | 90 | AC | 5F | 10 | 0 | 21 | BE | 5B | 23 |
| Octal | 10 | 220 | 254 | 137 | 20 | 0 | 41 | 276 | 133 | 43 |
| Binary | 1000 | 10010000 | 10101100 | 1011111 | 10000 | 0 | 100001 | 10111110 | 1011011 | 100011 |
Color Harmonies of #0890AC
Complementary color
Monochromatic Colors of #0890AC
Black with #0890AC
Text Example
Text Example
White with #0890AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890AC; }
p { color: rgb(8,144,172); }
H1.HeaderClassName
{
color: #0890AC;
}
.AnyTagClassName
{
color: #0890AC;
}
</style>
background-color css
<style>
a { background-color: #0890AC; }
a { background-color: rgb(8,144,172); }
div.DivClassName
{
background-color: #0890AC;
}
.BgClassName
{
background-color: #0890AC;
}
</style>
border-color css
<style>
span { border-color: #0890AC; }
span { border-color: rgb(8,144,172); }
td.TdClassName
{
border-color: #0890AC;
}
.TagClassName
{
border-color: #0890AC;
}
</style>