Shades of Bondi Blue #0793AB
Tints of Bondi Blue #0793AB
RGB
CMYK
RGB Variations
Color information
#0793AB (or 0x0793AB) is known color: Bondi Blue. HEX triplet: 07, 93 and AB. RGB value is (7,147,171). Sum of RGB (Red+Green+Blue) = 7+147+171=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0793AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793AB is #F86C54. Grayscale: #6B6B6B. Windows color (decimal): -16280661 or 11244295. OLE color: 11244295.
HSL color Cylindrical-coordinate representation of color #0793AB: hue angle of 188.78º 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 #0793AB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 147 | 171 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.33 |
| HSL | 188.78º | 0.92% | 0.35% | - |
| HSV(B) | 188.78º | 0.96% | 0.67% | - |
| XYZ | 17.87 | 23.85 | 42.19 | - |
| YUV | 107.88 | 163.62 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 171 | 0.96 | 0.14 | 0 | 0.33 | 188.78 | 0.92 | 0.35 |
| Hex | 7 | 93 | AB | 60 | E | 0 | 21 | BD | 5C | 23 |
| Octal | 7 | 223 | 253 | 140 | 16 | 0 | 41 | 275 | 134 | 43 |
| Binary | 111 | 10010011 | 10101011 | 1100000 | 1110 | 0 | 100001 | 10111101 | 1011100 | 100011 |
Color Harmonies of #0793AB
Complementary color
Monochromatic Colors of #0793AB
Black with #0793AB
Text Example
Text Example
White with #0793AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793AB; }
p { color: rgb(7,147,171); }
H1.HeaderClassName
{
color: #0793AB;
}
.AnyTagClassName
{
color: #0793AB;
}
</style>
background-color css
<style>
a { background-color: #0793AB; }
a { background-color: rgb(7,147,171); }
div.DivClassName
{
background-color: #0793AB;
}
.BgClassName
{
background-color: #0793AB;
}
</style>
border-color css
<style>
span { border-color: #0793AB; }
span { border-color: rgb(7,147,171); }
td.TdClassName
{
border-color: #0793AB;
}
.TagClassName
{
border-color: #0793AB;
}
</style>