Shades of Bondi Blue #0793AA
Tints of Bondi Blue #0793AA
RGB
CMYK
RGB Variations
Color information
#0793AA (or 0x0793AA) is known color: Bondi Blue. HEX triplet: 07, 93 and AA. RGB value is (7,147,170). Sum of RGB (Red+Green+Blue) = 7+147+170=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0793AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793AA is #F86C55. Grayscale: #6B6B6B. Windows color (decimal): -16280662 or 11178759. OLE color: 11178759.
HSL color Cylindrical-coordinate representation of color #0793AA: hue angle of 188.47º 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 #0793AA is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 147 | 170 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.33 |
| HSL | 188.47º | 0.92% | 0.35% | - |
| HSV(B) | 188.47º | 0.96% | 0.67% | - |
| XYZ | 17.78 | 23.81 | 41.69 | - |
| YUV | 107.76 | 163.12 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 170 | 0.96 | 0.14 | 0 | 0.33 | 188.47 | 0.92 | 0.35 |
| Hex | 7 | 93 | AA | 60 | E | 0 | 21 | BC | 5C | 23 |
| Octal | 7 | 223 | 252 | 140 | 16 | 0 | 41 | 274 | 134 | 43 |
| Binary | 111 | 10010011 | 10101010 | 1100000 | 1110 | 0 | 100001 | 10111100 | 1011100 | 100011 |
Color Harmonies of #0793AA
Complementary color
Monochromatic Colors of #0793AA
Black with #0793AA
Text Example
Text Example
White with #0793AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793AA; }
p { color: rgb(7,147,170); }
H1.HeaderClassName
{
color: #0793AA;
}
.AnyTagClassName
{
color: #0793AA;
}
</style>
background-color css
<style>
a { background-color: #0793AA; }
a { background-color: rgb(7,147,170); }
div.DivClassName
{
background-color: #0793AA;
}
.BgClassName
{
background-color: #0793AA;
}
</style>
border-color css
<style>
span { border-color: #0793AA; }
span { border-color: rgb(7,147,170); }
td.TdClassName
{
border-color: #0793AA;
}
.TagClassName
{
border-color: #0793AA;
}
</style>