Shades of Bondi Blue #0799B0
Tints of Bondi Blue #0799B0
RGB
CMYK
RGB Variations
Color information
#0799B0 (or 0x0799B0) is known color: Bondi Blue. HEX triplet: 07, 99 and B0. RGB value is (7,153,176). Sum of RGB (Red+Green+Blue) = 7+153+176=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #0799B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0799B0 is #F8664F. Grayscale: #6F6F6F. Windows color (decimal): -16279120 or 11573511. OLE color: 11573511.
HSL color Cylindrical-coordinate representation of color #0799B0: hue angle of 188.17º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0799B0 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 153 | 176 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.31 |
| HSL | 188.17º | 0.92% | 0.36% | - |
| HSV(B) | 188.17º | 0.96% | 0.69% | - |
| XYZ | 19.32 | 25.96 | 45.07 | - |
| YUV | 111.97 | 164.13 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 176 | 0.96 | 0.13 | 0 | 0.31 | 188.17 | 0.92 | 0.36 |
| Hex | 7 | 99 | B0 | 60 | D | 0 | 1F | BC | 5C | 24 |
| Octal | 7 | 231 | 260 | 140 | 15 | 0 | 37 | 274 | 134 | 44 |
| Binary | 111 | 10011001 | 10110000 | 1100000 | 1101 | 0 | 11111 | 10111100 | 1011100 | 100100 |
Color Harmonies of #0799B0
Complementary color
Monochromatic Colors of #0799B0
Black with #0799B0
Text Example
Text Example
White with #0799B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799B0; }
p { color: rgb(7,153,176); }
H1.HeaderClassName
{
color: #0799B0;
}
.AnyTagClassName
{
color: #0799B0;
}
</style>
background-color css
<style>
a { background-color: #0799B0; }
a { background-color: rgb(7,153,176); }
div.DivClassName
{
background-color: #0799B0;
}
.BgClassName
{
background-color: #0799B0;
}
</style>
border-color css
<style>
span { border-color: #0799B0; }
span { border-color: rgb(7,153,176); }
td.TdClassName
{
border-color: #0799B0;
}
.TagClassName
{
border-color: #0799B0;
}
</style>