Shades of Bondi Blue #078ABC
Tints of Bondi Blue #078ABC
RGB
CMYK
RGB Variations
Color information
#078ABC (or 0x078ABC) is known color: Bondi Blue. HEX triplet: 07, 8A and BC. RGB value is (7,138,188). Sum of RGB (Red+Green+Blue) = 7+138+188=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #078ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ABC is #F87543. Grayscale: #686868. Windows color (decimal): -16282948 or 12356103. OLE color: 12356103.
HSL color Cylindrical-coordinate representation of color #078ABC: hue angle of 196.57º 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 #078ABC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 138 | 188 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.26 |
| HSL | 196.57º | 0.93% | 0.38% | - |
| HSV(B) | 196.57º | 0.96% | 0.74% | - |
| XYZ | 18.25 | 21.85 | 50.83 | - |
| YUV | 104.53 | 175.1 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 188 | 0.96 | 0.27 | 0 | 0.26 | 196.57 | 0.93 | 0.38 |
| Hex | 7 | 8A | BC | 60 | 1B | 0 | 1A | C5 | 5D | 26 |
| Octal | 7 | 212 | 274 | 140 | 33 | 0 | 32 | 305 | 135 | 46 |
| Binary | 111 | 10001010 | 10111100 | 1100000 | 11011 | 0 | 11010 | 11000101 | 1011101 | 100110 |
Color Harmonies of #078ABC
Complementary color
Monochromatic Colors of #078ABC
Black with #078ABC
Text Example
Text Example
White with #078ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ABC; }
p { color: rgb(7,138,188); }
H1.HeaderClassName
{
color: #078ABC;
}
.AnyTagClassName
{
color: #078ABC;
}
</style>
background-color css
<style>
a { background-color: #078ABC; }
a { background-color: rgb(7,138,188); }
div.DivClassName
{
background-color: #078ABC;
}
.BgClassName
{
background-color: #078ABC;
}
</style>
border-color css
<style>
span { border-color: #078ABC; }
span { border-color: rgb(7,138,188); }
td.TdClassName
{
border-color: #078ABC;
}
.TagClassName
{
border-color: #078ABC;
}
</style>