Shades of Bondi Blue #0792AA
Tints of Bondi Blue #0792AA
RGB
CMYK
RGB Variations
Color information
#0792AA (or 0x0792AA) is known color: Bondi Blue. HEX triplet: 07, 92 and AA. RGB value is (7,146,170). Sum of RGB (Red+Green+Blue) = 7+146+170=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0792AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0792AA is #F86D55. Grayscale: #6A6A6A. Windows color (decimal): -16280918 or 11178503. OLE color: 11178503.
HSL color Cylindrical-coordinate representation of color #0792AA: hue angle of 188.83º 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 #0792AA is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 146 | 170 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.33 |
| HSL | 188.83º | 0.92% | 0.35% | - |
| HSV(B) | 188.83º | 0.96% | 0.67% | - |
| XYZ | 17.62 | 23.51 | 41.64 | - |
| YUV | 107.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 170 | 0.96 | 0.14 | 0 | 0.33 | 188.83 | 0.92 | 0.35 |
| Hex | 7 | 92 | AA | 60 | E | 0 | 21 | BD | 5C | 23 |
| Octal | 7 | 222 | 252 | 140 | 16 | 0 | 41 | 275 | 134 | 43 |
| Binary | 111 | 10010010 | 10101010 | 1100000 | 1110 | 0 | 100001 | 10111101 | 1011100 | 100011 |
Color Harmonies of #0792AA
Complementary color
Monochromatic Colors of #0792AA
Black with #0792AA
Text Example
Text Example
White with #0792AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0792AA; }
p { color: rgb(7,146,170); }
H1.HeaderClassName
{
color: #0792AA;
}
.AnyTagClassName
{
color: #0792AA;
}
</style>
background-color css
<style>
a { background-color: #0792AA; }
a { background-color: rgb(7,146,170); }
div.DivClassName
{
background-color: #0792AA;
}
.BgClassName
{
background-color: #0792AA;
}
</style>
border-color css
<style>
span { border-color: #0792AA; }
span { border-color: rgb(7,146,170); }
td.TdClassName
{
border-color: #0792AA;
}
.TagClassName
{
border-color: #0792AA;
}
</style>