Shades of Bondi Blue #0793B3
Tints of Bondi Blue #0793B3
RGB
CMYK
RGB Variations
Color information
#0793B3 (or 0x0793B3) is known color: Bondi Blue. HEX triplet: 07, 93 and B3. RGB value is (7,147,179). Sum of RGB (Red+Green+Blue) = 7+147+179=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #0793B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793B3 is #F86C4C. Grayscale: #6C6C6C. Windows color (decimal): -16280653 or 11768583. OLE color: 11768583.
HSL color Cylindrical-coordinate representation of color #0793B3: hue angle of 191.16º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0793B3 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 147 | 179 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.30 |
| HSL | 191.16º | 0.92% | 0.36% | - |
| HSV(B) | 191.16º | 0.96% | 0.7% | - |
| XYZ | 18.66 | 24.17 | 46.33 | - |
| YUV | 108.79 | 167.62 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 179 | 0.96 | 0.18 | 0 | 0.30 | 191.16 | 0.92 | 0.36 |
| Hex | 7 | 93 | B3 | 60 | 12 | 0 | 1E | BF | 5C | 24 |
| Octal | 7 | 223 | 263 | 140 | 22 | 0 | 36 | 277 | 134 | 44 |
| Binary | 111 | 10010011 | 10110011 | 1100000 | 10010 | 0 | 11110 | 10111111 | 1011100 | 100100 |
Color Harmonies of #0793B3
Complementary color
Monochromatic Colors of #0793B3
Black with #0793B3
Text Example
Text Example
White with #0793B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793B3; }
p { color: rgb(7,147,179); }
H1.HeaderClassName
{
color: #0793B3;
}
.AnyTagClassName
{
color: #0793B3;
}
</style>
background-color css
<style>
a { background-color: #0793B3; }
a { background-color: rgb(7,147,179); }
div.DivClassName
{
background-color: #0793B3;
}
.BgClassName
{
background-color: #0793B3;
}
</style>
border-color css
<style>
span { border-color: #0793B3; }
span { border-color: rgb(7,147,179); }
td.TdClassName
{
border-color: #0793B3;
}
.TagClassName
{
border-color: #0793B3;
}
</style>