Shades of Bondi Blue #0794AA
Tints of Bondi Blue #0794AA
RGB
CMYK
RGB Variations
Color information
#0794AA (or 0x0794AA) is known color: Bondi Blue. HEX triplet: 07, 94 and AA. RGB value is (7,148,170). Sum of RGB (Red+Green+Blue) = 7+148+170=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0794AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0794AA is #F86B55. Grayscale: #6C6C6C. Windows color (decimal): -16280406 or 11179015. OLE color: 11179015.
HSL color Cylindrical-coordinate representation of color #0794AA: hue angle of 188.1º 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 #0794AA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 148 | 170 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.33 |
| HSL | 188.1º | 0.92% | 0.35% | - |
| HSV(B) | 188.1º | 0.96% | 0.67% | - |
| XYZ | 17.93 | 24.13 | 41.74 | - |
| YUV | 108.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 170 | 0.96 | 0.13 | 0 | 0.33 | 188.1 | 0.92 | 0.35 |
| Hex | 7 | 94 | AA | 60 | D | 0 | 21 | BC | 5C | 23 |
| Octal | 7 | 224 | 252 | 140 | 15 | 0 | 41 | 274 | 134 | 43 |
| Binary | 111 | 10010100 | 10101010 | 1100000 | 1101 | 0 | 100001 | 10111100 | 1011100 | 100011 |
Color Harmonies of #0794AA
Complementary color
Monochromatic Colors of #0794AA
Black with #0794AA
Text Example
Text Example
White with #0794AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0794AA; }
p { color: rgb(7,148,170); }
H1.HeaderClassName
{
color: #0794AA;
}
.AnyTagClassName
{
color: #0794AA;
}
</style>
background-color css
<style>
a { background-color: #0794AA; }
a { background-color: rgb(7,148,170); }
div.DivClassName
{
background-color: #0794AA;
}
.BgClassName
{
background-color: #0794AA;
}
</style>
border-color css
<style>
span { border-color: #0794AA; }
span { border-color: rgb(7,148,170); }
td.TdClassName
{
border-color: #0794AA;
}
.TagClassName
{
border-color: #0794AA;
}
</style>