Shades of Bondi Blue #0790B6
Tints of Bondi Blue #0790B6
RGB
CMYK
RGB Variations
Color information
#0790B6 (or 0x0790B6) is known color: Bondi Blue. HEX triplet: 07, 90 and B6. RGB value is (7,144,182). Sum of RGB (Red+Green+Blue) = 7+144+182=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #0790B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790B6 is #F86F49. Grayscale: #6B6B6B. Windows color (decimal): -16281418 or 11964423. OLE color: 11964423.
HSL color Cylindrical-coordinate representation of color #0790B6: hue angle of 193.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0790B6 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 144 | 182 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.29 |
| HSL | 193.03º | 0.93% | 0.37% | - |
| HSV(B) | 193.03º | 0.96% | 0.71% | - |
| XYZ | 18.5 | 23.37 | 47.79 | - |
| YUV | 107.37 | 170.11 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 182 | 0.96 | 0.21 | 0 | 0.29 | 193.03 | 0.93 | 0.37 |
| Hex | 7 | 90 | B6 | 60 | 15 | 0 | 1D | C1 | 5D | 25 |
| Octal | 7 | 220 | 266 | 140 | 25 | 0 | 35 | 301 | 135 | 45 |
| Binary | 111 | 10010000 | 10110110 | 1100000 | 10101 | 0 | 11101 | 11000001 | 1011101 | 100101 |
Color Harmonies of #0790B6
Complementary color
Monochromatic Colors of #0790B6
Black with #0790B6
Text Example
Text Example
White with #0790B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790B6; }
p { color: rgb(7,144,182); }
H1.HeaderClassName
{
color: #0790B6;
}
.AnyTagClassName
{
color: #0790B6;
}
</style>
background-color css
<style>
a { background-color: #0790B6; }
a { background-color: rgb(7,144,182); }
div.DivClassName
{
background-color: #0790B6;
}
.BgClassName
{
background-color: #0790B6;
}
</style>
border-color css
<style>
span { border-color: #0790B6; }
span { border-color: rgb(7,144,182); }
td.TdClassName
{
border-color: #0790B6;
}
.TagClassName
{
border-color: #0790B6;
}
</style>