Shades of Bondi Blue #0790AC
Tints of Bondi Blue #0790AC
RGB
CMYK
RGB Variations
Color information
#0790AC (or 0x0790AC) is known color: Bondi Blue. HEX triplet: 07, 90 and AC. RGB value is (7,144,172). Sum of RGB (Red+Green+Blue) = 7+144+172=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0790AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0790AC is #F86F53. Grayscale: #696969. Windows color (decimal): -16281428 or 11309063. OLE color: 11309063.
HSL color Cylindrical-coordinate representation of color #0790AC: hue angle of 190.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0790AC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 144 | 172 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.33 |
| HSL | 190.18º | 0.92% | 0.35% | - |
| HSV(B) | 190.18º | 0.96% | 0.67% | - |
| XYZ | 17.51 | 22.97 | 42.54 | - |
| YUV | 106.23 | 165.11 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 172 | 0.96 | 0.16 | 0 | 0.33 | 190.18 | 0.92 | 0.35 |
| Hex | 7 | 90 | AC | 60 | 10 | 0 | 21 | BE | 5C | 23 |
| Octal | 7 | 220 | 254 | 140 | 20 | 0 | 41 | 276 | 134 | 43 |
| Binary | 111 | 10010000 | 10101100 | 1100000 | 10000 | 0 | 100001 | 10111110 | 1011100 | 100011 |
Color Harmonies of #0790AC
Complementary color
Monochromatic Colors of #0790AC
Black with #0790AC
Text Example
Text Example
White with #0790AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790AC; }
p { color: rgb(7,144,172); }
H1.HeaderClassName
{
color: #0790AC;
}
.AnyTagClassName
{
color: #0790AC;
}
</style>
background-color css
<style>
a { background-color: #0790AC; }
a { background-color: rgb(7,144,172); }
div.DivClassName
{
background-color: #0790AC;
}
.BgClassName
{
background-color: #0790AC;
}
</style>
border-color css
<style>
span { border-color: #0790AC; }
span { border-color: rgb(7,144,172); }
td.TdClassName
{
border-color: #0790AC;
}
.TagClassName
{
border-color: #0790AC;
}
</style>