Shades of Bondi Blue #0790AA
Tints of Bondi Blue #0790AA
RGB
CMYK
RGB Variations
Color information
#0790AA (or 0x0790AA) is known color: Bondi Blue. HEX triplet: 07, 90 and AA. RGB value is (7,144,170). Sum of RGB (Red+Green+Blue) = 7+144+170=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0790AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0790AA is #F86F55. Grayscale: #696969. Windows color (decimal): -16281430 or 11177991. OLE color: 11177991.
HSL color Cylindrical-coordinate representation of color #0790AA: hue angle of 189.57º 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 #0790AA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 144 | 170 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.33 |
| HSL | 189.57º | 0.92% | 0.35% | - |
| HSV(B) | 189.57º | 0.96% | 0.67% | - |
| XYZ | 17.32 | 22.89 | 41.54 | - |
| YUV | 106 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 170 | 0.96 | 0.15 | 0 | 0.33 | 189.57 | 0.92 | 0.35 |
| Hex | 7 | 90 | AA | 60 | F | 0 | 21 | BE | 5C | 23 |
| Octal | 7 | 220 | 252 | 140 | 17 | 0 | 41 | 276 | 134 | 43 |
| Binary | 111 | 10010000 | 10101010 | 1100000 | 1111 | 0 | 100001 | 10111110 | 1011100 | 100011 |
Color Harmonies of #0790AA
Complementary color
Monochromatic Colors of #0790AA
Black with #0790AA
Text Example
Text Example
White with #0790AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790AA; }
p { color: rgb(7,144,170); }
H1.HeaderClassName
{
color: #0790AA;
}
.AnyTagClassName
{
color: #0790AA;
}
</style>
background-color css
<style>
a { background-color: #0790AA; }
a { background-color: rgb(7,144,170); }
div.DivClassName
{
background-color: #0790AA;
}
.BgClassName
{
background-color: #0790AA;
}
</style>
border-color css
<style>
span { border-color: #0790AA; }
span { border-color: rgb(7,144,170); }
td.TdClassName
{
border-color: #0790AA;
}
.TagClassName
{
border-color: #0790AA;
}
</style>