Shades of Bondi Blue #0783C6
Tints of Bondi Blue #0783C6
RGB
CMYK
RGB Variations
Color information
#0783C6 (or 0x0783C6) is known color: Bondi Blue. HEX triplet: 07, 83 and C6. RGB value is (7,131,198). Sum of RGB (Red+Green+Blue) = 7+131+198=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #0783C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0783C6 is #F87C39. Grayscale: #656565. Windows color (decimal): -16284730 or 13009671. OLE color: 13009671.
HSL color Cylindrical-coordinate representation of color #0783C6: hue angle of 201.05º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0783C6 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 131 | 198 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.22 |
| HSL | 201.05º | 0.93% | 0.4% | - |
| HSV(B) | 201.05º | 0.96% | 0.78% | - |
| XYZ | 18.4 | 20.35 | 56.39 | - |
| YUV | 101.56 | 182.42 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 198 | 0.96 | 0.34 | 0 | 0.22 | 201.05 | 0.93 | 0.4 |
| Hex | 7 | 83 | C6 | 60 | 22 | 0 | 16 | C9 | 5D | 28 |
| Octal | 7 | 203 | 306 | 140 | 42 | 0 | 26 | 311 | 135 | 50 |
| Binary | 111 | 10000011 | 11000110 | 1100000 | 100010 | 0 | 10110 | 11001001 | 1011101 | 101000 |
Color Harmonies of #0783C6
Complementary color
Monochromatic Colors of #0783C6
Black with #0783C6
Text Example
Text Example
White with #0783C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0783C6; }
p { color: rgb(7,131,198); }
H1.HeaderClassName
{
color: #0783C6;
}
.AnyTagClassName
{
color: #0783C6;
}
</style>
background-color css
<style>
a { background-color: #0783C6; }
a { background-color: rgb(7,131,198); }
div.DivClassName
{
background-color: #0783C6;
}
.BgClassName
{
background-color: #0783C6;
}
</style>
border-color css
<style>
span { border-color: #0783C6; }
span { border-color: rgb(7,131,198); }
td.TdClassName
{
border-color: #0783C6;
}
.TagClassName
{
border-color: #0783C6;
}
</style>