Shades of Bondi Blue #0799AD
Tints of Bondi Blue #0799AD
RGB
CMYK
RGB Variations
Color information
#0799AD (or 0x0799AD) is known color: Bondi Blue. HEX triplet: 07, 99 and AD. RGB value is (7,153,173). Sum of RGB (Red+Green+Blue) = 7+153+173=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #0799AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0799AD is #F86652. Grayscale: #6F6F6F. Windows color (decimal): -16279123 or 11376903. OLE color: 11376903.
HSL color Cylindrical-coordinate representation of color #0799AD: hue angle of 187.23º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0799AD is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 153 | 173 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.32 |
| HSL | 187.23º | 0.92% | 0.35% | - |
| HSV(B) | 187.23º | 0.96% | 0.68% | - |
| XYZ | 19.02 | 25.84 | 43.52 | - |
| YUV | 111.63 | 162.63 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 173 | 0.96 | 0.12 | 0 | 0.32 | 187.23 | 0.92 | 0.35 |
| Hex | 7 | 99 | AD | 60 | C | 0 | 20 | BB | 5C | 23 |
| Octal | 7 | 231 | 255 | 140 | 14 | 0 | 40 | 273 | 134 | 43 |
| Binary | 111 | 10011001 | 10101101 | 1100000 | 1100 | 0 | 100000 | 10111011 | 1011100 | 100011 |
Color Harmonies of #0799AD
Complementary color
Monochromatic Colors of #0799AD
Black with #0799AD
Text Example
Text Example
White with #0799AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799AD; }
p { color: rgb(7,153,173); }
H1.HeaderClassName
{
color: #0799AD;
}
.AnyTagClassName
{
color: #0799AD;
}
</style>
background-color css
<style>
a { background-color: #0799AD; }
a { background-color: rgb(7,153,173); }
div.DivClassName
{
background-color: #0799AD;
}
.BgClassName
{
background-color: #0799AD;
}
</style>
border-color css
<style>
span { border-color: #0799AD; }
span { border-color: rgb(7,153,173); }
td.TdClassName
{
border-color: #0799AD;
}
.TagClassName
{
border-color: #0799AD;
}
</style>