Shades of Bondi Blue #0799AA
Tints of Bondi Blue #0799AA
RGB
CMYK
RGB Variations
Color information
#0799AA (or 0x0799AA) is known color: Bondi Blue. HEX triplet: 07, 99 and AA. RGB value is (7,153,170). Sum of RGB (Red+Green+Blue) = 7+153+170=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #0799AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0799AA is #F86655. Grayscale: #6F6F6F. Windows color (decimal): -16279126 or 11180295. OLE color: 11180295.
HSL color Cylindrical-coordinate representation of color #0799AA: hue angle of 186.26º 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 #0799AA is Cyan = 0.96, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 153 | 170 | - |
| CMYK | 0.96 | 0.1 | 0 | 0.33 |
| HSL | 186.26º | 0.92% | 0.35% | - |
| HSV(B) | 186.26º | 0.96% | 0.67% | - |
| XYZ | 18.73 | 25.73 | 42.01 | - |
| YUV | 111.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 170 | 0.96 | 0.1 | 0 | 0.33 | 186.26 | 0.92 | 0.35 |
| Hex | 7 | 99 | AA | 60 | A | 0 | 21 | BA | 5C | 23 |
| Octal | 7 | 231 | 252 | 140 | 12 | 0 | 41 | 272 | 134 | 43 |
| Binary | 111 | 10011001 | 10101010 | 1100000 | 1010 | 0 | 100001 | 10111010 | 1011100 | 100011 |
Color Harmonies of #0799AA
Complementary color
Monochromatic Colors of #0799AA
Black with #0799AA
Text Example
Text Example
White with #0799AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799AA; }
p { color: rgb(7,153,170); }
H1.HeaderClassName
{
color: #0799AA;
}
.AnyTagClassName
{
color: #0799AA;
}
</style>
background-color css
<style>
a { background-color: #0799AA; }
a { background-color: rgb(7,153,170); }
div.DivClassName
{
background-color: #0799AA;
}
.BgClassName
{
background-color: #0799AA;
}
</style>
border-color css
<style>
span { border-color: #0799AA; }
span { border-color: rgb(7,153,170); }
td.TdClassName
{
border-color: #0799AA;
}
.TagClassName
{
border-color: #0799AA;
}
</style>