Shades of Bondi Blue #0797BD
Tints of Bondi Blue #0797BD
RGB
CMYK
RGB Variations
Color information
#0797BD (or 0x0797BD) is known color: Bondi Blue. HEX triplet: 07, 97 and BD. RGB value is (7,151,189). Sum of RGB (Red+Green+Blue) = 7+151+189=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #0797BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797BD is #F86842. Grayscale: #6F6F6F. Windows color (decimal): -16279619 or 12424967. OLE color: 12424967.
HSL color Cylindrical-coordinate representation of color #0797BD: hue angle of 192.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0797BD is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 151 | 189 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.26 |
| HSL | 192.53º | 0.93% | 0.38% | - |
| HSV(B) | 192.53º | 0.96% | 0.74% | - |
| XYZ | 20.34 | 25.85 | 52.06 | - |
| YUV | 112.28 | 171.29 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 189 | 0.96 | 0.20 | 0 | 0.26 | 192.53 | 0.93 | 0.38 |
| Hex | 7 | 97 | BD | 60 | 14 | 0 | 1A | C1 | 5D | 26 |
| Octal | 7 | 227 | 275 | 140 | 24 | 0 | 32 | 301 | 135 | 46 |
| Binary | 111 | 10010111 | 10111101 | 1100000 | 10100 | 0 | 11010 | 11000001 | 1011101 | 100110 |
Color Harmonies of #0797BD
Complementary color
Monochromatic Colors of #0797BD
Black with #0797BD
Text Example
Text Example
White with #0797BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0797BD; }
p { color: rgb(7,151,189); }
H1.HeaderClassName
{
color: #0797BD;
}
.AnyTagClassName
{
color: #0797BD;
}
</style>
background-color css
<style>
a { background-color: #0797BD; }
a { background-color: rgb(7,151,189); }
div.DivClassName
{
background-color: #0797BD;
}
.BgClassName
{
background-color: #0797BD;
}
</style>
border-color css
<style>
span { border-color: #0797BD; }
span { border-color: rgb(7,151,189); }
td.TdClassName
{
border-color: #0797BD;
}
.TagClassName
{
border-color: #0797BD;
}
</style>