Shades of Bondi Blue #0792AB
Tints of Bondi Blue #0792AB
RGB
CMYK
RGB Variations
Color information
#0792AB (or 0x0792AB) is known color: Bondi Blue. HEX triplet: 07, 92 and AB. RGB value is (7,146,171). Sum of RGB (Red+Green+Blue) = 7+146+171=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0792AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0792AB is #F86D54. Grayscale: #6B6B6B. Windows color (decimal): -16280917 or 11244039. OLE color: 11244039.
HSL color Cylindrical-coordinate representation of color #0792AB: hue angle of 189.15º 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 #0792AB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 146 | 171 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.33 |
| HSL | 189.15º | 0.92% | 0.35% | - |
| HSV(B) | 189.15º | 0.96% | 0.67% | - |
| XYZ | 17.72 | 23.54 | 42.14 | - |
| YUV | 107.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 171 | 0.96 | 0.15 | 0 | 0.33 | 189.15 | 0.92 | 0.35 |
| Hex | 7 | 92 | AB | 60 | F | 0 | 21 | BD | 5C | 23 |
| Octal | 7 | 222 | 253 | 140 | 17 | 0 | 41 | 275 | 134 | 43 |
| Binary | 111 | 10010010 | 10101011 | 1100000 | 1111 | 0 | 100001 | 10111101 | 1011100 | 100011 |
Color Harmonies of #0792AB
Complementary color
Monochromatic Colors of #0792AB
Black with #0792AB
Text Example
Text Example
White with #0792AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0792AB; }
p { color: rgb(7,146,171); }
H1.HeaderClassName
{
color: #0792AB;
}
.AnyTagClassName
{
color: #0792AB;
}
</style>
background-color css
<style>
a { background-color: #0792AB; }
a { background-color: rgb(7,146,171); }
div.DivClassName
{
background-color: #0792AB;
}
.BgClassName
{
background-color: #0792AB;
}
</style>
border-color css
<style>
span { border-color: #0792AB; }
span { border-color: rgb(7,146,171); }
td.TdClassName
{
border-color: #0792AB;
}
.TagClassName
{
border-color: #0792AB;
}
</style>