Shades of Bondi Blue #0090AC
Tints of Bondi Blue #0090AC
RGB
CMYK
RGB Variations
Color information
#0090AC (or 0x0090AC) is known color: Bondi Blue. HEX triplet: 00, 90 and AC. RGB value is (0,144,172). Sum of RGB (Red+Green+Blue) = 0+144+172=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #0090AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0090AC is #FF6F53. Grayscale: #676767. Windows color (decimal): -16740180 or 11309056. OLE color: 11309056.
HSL color Cylindrical-coordinate representation of color #0090AC: hue angle of 189.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090AC is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 144 | 172 | - |
| CMYK | 1 | 0.16 | 0 | 0.33 |
| HSL | 189.77º | 1% | 0.34% | - |
| HSV(B) | 189.77º | 1% | 0.67% | - |
| XYZ | 17.42 | 22.93 | 42.54 | - |
| YUV | 104.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 172 | 1 | 0.16 | 0 | 0.33 | 189.77 | 1 | 0.34 |
| Hex | 0 | 90 | AC | 64 | 10 | 0 | 21 | BE | 64 | 22 |
| Octal | 0 | 220 | 254 | 144 | 20 | 0 | 41 | 276 | 144 | 42 |
| Binary | 0 | 10010000 | 10101100 | 1100100 | 10000 | 0 | 100001 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0090AC
Complementary color
Monochromatic Colors of #0090AC
Black with #0090AC
Text Example
Text Example
White with #0090AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090AC; }
p { color: rgb(0,144,172); }
H1.HeaderClassName
{
color: #0090AC;
}
.AnyTagClassName
{
color: #0090AC;
}
</style>
background-color css
<style>
a { background-color: #0090AC; }
a { background-color: rgb(0,144,172); }
div.DivClassName
{
background-color: #0090AC;
}
.BgClassName
{
background-color: #0090AC;
}
</style>
border-color css
<style>
span { border-color: #0090AC; }
span { border-color: rgb(0,144,172); }
td.TdClassName
{
border-color: #0090AC;
}
.TagClassName
{
border-color: #0090AC;
}
</style>