Shades of Bondi Blue #0795AA
Tints of Bondi Blue #0795AA
RGB
CMYK
RGB Variations
Color information
#0795AA (or 0x0795AA) is known color: Bondi Blue. HEX triplet: 07, 95 and AA. RGB value is (7,149,170). Sum of RGB (Red+Green+Blue) = 7+149+170=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #0795AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0795AA is #F86A55. Grayscale: #6C6C6C. Windows color (decimal): -16280150 or 11179271. OLE color: 11179271.
HSL color Cylindrical-coordinate representation of color #0795AA: hue angle of 187.73º 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 #0795AA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 149 | 170 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.33 |
| HSL | 187.73º | 0.92% | 0.35% | - |
| HSV(B) | 187.73º | 0.96% | 0.67% | - |
| XYZ | 18.09 | 24.44 | 41.79 | - |
| YUV | 108.94 | 162.46 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 170 | 0.96 | 0.12 | 0 | 0.33 | 187.73 | 0.92 | 0.35 |
| Hex | 7 | 95 | AA | 60 | C | 0 | 21 | BC | 5C | 23 |
| Octal | 7 | 225 | 252 | 140 | 14 | 0 | 41 | 274 | 134 | 43 |
| Binary | 111 | 10010101 | 10101010 | 1100000 | 1100 | 0 | 100001 | 10111100 | 1011100 | 100011 |
Color Harmonies of #0795AA
Complementary color
Monochromatic Colors of #0795AA
Black with #0795AA
Text Example
Text Example
White with #0795AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0795AA; }
p { color: rgb(7,149,170); }
H1.HeaderClassName
{
color: #0795AA;
}
.AnyTagClassName
{
color: #0795AA;
}
</style>
background-color css
<style>
a { background-color: #0795AA; }
a { background-color: rgb(7,149,170); }
div.DivClassName
{
background-color: #0795AA;
}
.BgClassName
{
background-color: #0795AA;
}
</style>
border-color css
<style>
span { border-color: #0795AA; }
span { border-color: rgb(7,149,170); }
td.TdClassName
{
border-color: #0795AA;
}
.TagClassName
{
border-color: #0795AA;
}
</style>