Shades of Bondi Blue #078EB2
Tints of Bondi Blue #078EB2
RGB
CMYK
RGB Variations
Color information
#078EB2 (or 0x078EB2) is known color: Bondi Blue. HEX triplet: 07, 8E and B2. RGB value is (7,142,178). Sum of RGB (Red+Green+Blue) = 7+142+178=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #078EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EB2 is #F8714D. Grayscale: #696969. Windows color (decimal): -16281934 or 11701767. OLE color: 11701767.
HSL color Cylindrical-coordinate representation of color #078EB2: hue angle of 192.63º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EB2 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 7 | 142 | 178 | - |
CMYK | 0.96 | 0.20 | 0 | 0.30 |
HSL | 192.63º | 0.92% | 0.36% | - |
HSV(B) | 192.63º | 0.96% | 0.7% | - |
XYZ | 17.8 | 22.61 | 45.54 | - |
YUV | 105.74 | 168.77 | 57.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 142 | 178 | 0.96 | 0.20 | 0 | 0.30 | 192.63 | 0.92 | 0.36 |
Hex | 7 | 8E | B2 | 60 | 14 | 0 | 1E | C1 | 5C | 24 |
Octal | 7 | 216 | 262 | 140 | 24 | 0 | 36 | 301 | 134 | 44 |
Binary | 111 | 10001110 | 10110010 | 1100000 | 10100 | 0 | 11110 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078EB2
Complementary color
Monochromatic Colors of #078EB2
Black with #078EB2
Text Example
Text Example
White with #078EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EB2; }
p { color: rgb(7,142,178); }
H1.HeaderClassName
{
color: #078EB2;
}
.AnyTagClassName
{
color: #078EB2;
}
</style>
background-color css
<style>
a { background-color: #078EB2; }
a { background-color: rgb(7,142,178); }
div.DivClassName
{
background-color: #078EB2;
}
.BgClassName
{
background-color: #078EB2;
}
</style>
border-color css
<style>
span { border-color: #078EB2; }
span { border-color: rgb(7,142,178); }
td.TdClassName
{
border-color: #078EB2;
}
.TagClassName
{
border-color: #078EB2;
}
</style>