Shades of Bondi Blue #0783BB
Tints of Bondi Blue #0783BB
RGB
CMYK
RGB Variations
Color information
#0783BB (or 0x0783BB) is known color: Bondi Blue. HEX triplet: 07, 83 and BB. RGB value is (7,131,187). Sum of RGB (Red+Green+Blue) = 7+131+187=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #0783BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0783BB is #F87C44. Grayscale: #636363. Windows color (decimal): -16284741 or 12288775. OLE color: 12288775.
HSL color Cylindrical-coordinate representation of color #0783BB: hue angle of 198.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0783BB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 131 | 187 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.27 |
| HSL | 198.67º | 0.93% | 0.38% | - |
| HSV(B) | 198.67º | 0.96% | 0.73% | - |
| XYZ | 17.17 | 19.87 | 49.94 | - |
| YUV | 100.31 | 176.92 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 187 | 0.96 | 0.30 | 0 | 0.27 | 198.67 | 0.93 | 0.38 |
| Hex | 7 | 83 | BB | 60 | 1E | 0 | 1B | C7 | 5D | 26 |
| Octal | 7 | 203 | 273 | 140 | 36 | 0 | 33 | 307 | 135 | 46 |
| Binary | 111 | 10000011 | 10111011 | 1100000 | 11110 | 0 | 11011 | 11000111 | 1011101 | 100110 |
Color Harmonies of #0783BB
Complementary color
Monochromatic Colors of #0783BB
Black with #0783BB
Text Example
Text Example
White with #0783BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0783BB; }
p { color: rgb(7,131,187); }
H1.HeaderClassName
{
color: #0783BB;
}
.AnyTagClassName
{
color: #0783BB;
}
</style>
background-color css
<style>
a { background-color: #0783BB; }
a { background-color: rgb(7,131,187); }
div.DivClassName
{
background-color: #0783BB;
}
.BgClassName
{
background-color: #0783BB;
}
</style>
border-color css
<style>
span { border-color: #0783BB; }
span { border-color: rgb(7,131,187); }
td.TdClassName
{
border-color: #0783BB;
}
.TagClassName
{
border-color: #0783BB;
}
</style>