Shades of Bondi Blue #0793AC
Tints of Bondi Blue #0793AC
RGB
CMYK
RGB Variations
Color information
#0793AC (or 0x0793AC) is known color: Bondi Blue. HEX triplet: 07, 93 and AC. RGB value is (7,147,172). Sum of RGB (Red+Green+Blue) = 7+147+172=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0793AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793AC is #F86C53. Grayscale: #6B6B6B. Windows color (decimal): -16280660 or 11309831. OLE color: 11309831.
HSL color Cylindrical-coordinate representation of color #0793AC: hue angle of 189.09º 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 #0793AC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 147 | 172 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.33 |
| HSL | 189.09º | 0.92% | 0.35% | - |
| HSV(B) | 189.09º | 0.96% | 0.67% | - |
| XYZ | 17.97 | 23.89 | 42.69 | - |
| YUV | 107.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 172 | 0.96 | 0.15 | 0 | 0.33 | 189.09 | 0.92 | 0.35 |
| Hex | 7 | 93 | AC | 60 | F | 0 | 21 | BD | 5C | 23 |
| Octal | 7 | 223 | 254 | 140 | 17 | 0 | 41 | 275 | 134 | 43 |
| Binary | 111 | 10010011 | 10101100 | 1100000 | 1111 | 0 | 100001 | 10111101 | 1011100 | 100011 |
Color Harmonies of #0793AC
Complementary color
Monochromatic Colors of #0793AC
Black with #0793AC
Text Example
Text Example
White with #0793AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793AC; }
p { color: rgb(7,147,172); }
H1.HeaderClassName
{
color: #0793AC;
}
.AnyTagClassName
{
color: #0793AC;
}
</style>
background-color css
<style>
a { background-color: #0793AC; }
a { background-color: rgb(7,147,172); }
div.DivClassName
{
background-color: #0793AC;
}
.BgClassName
{
background-color: #0793AC;
}
</style>
border-color css
<style>
span { border-color: #0793AC; }
span { border-color: rgb(7,147,172); }
td.TdClassName
{
border-color: #0793AC;
}
.TagClassName
{
border-color: #0793AC;
}
</style>