Shades of Bondi Blue #078AB4
Tints of Bondi Blue #078AB4
RGB
CMYK
RGB Variations
Color information
#078AB4 (or 0x078AB4) is known color: Bondi Blue. HEX triplet: 07, 8A and B4. RGB value is (7,138,180). Sum of RGB (Red+Green+Blue) = 7+138+180=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #078AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078AB4 is #F8754B. Grayscale: #676767. Windows color (decimal): -16282956 or 11831815. OLE color: 11831815.
HSL color Cylindrical-coordinate representation of color #078AB4: hue angle of 194.57º 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 #078AB4 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 138 | 180 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.29 |
| HSL | 194.57º | 0.93% | 0.37% | - |
| HSV(B) | 194.57º | 0.96% | 0.71% | - |
| XYZ | 17.41 | 21.52 | 46.42 | - |
| YUV | 103.62 | 171.1 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 180 | 0.96 | 0.23 | 0 | 0.29 | 194.57 | 0.93 | 0.37 |
| Hex | 7 | 8A | B4 | 60 | 17 | 0 | 1D | C3 | 5D | 25 |
| Octal | 7 | 212 | 264 | 140 | 27 | 0 | 35 | 303 | 135 | 45 |
| Binary | 111 | 10001010 | 10110100 | 1100000 | 10111 | 0 | 11101 | 11000011 | 1011101 | 100101 |
Color Harmonies of #078AB4
Complementary color
Monochromatic Colors of #078AB4
Black with #078AB4
Text Example
Text Example
White with #078AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AB4; }
p { color: rgb(7,138,180); }
H1.HeaderClassName
{
color: #078AB4;
}
.AnyTagClassName
{
color: #078AB4;
}
</style>
background-color css
<style>
a { background-color: #078AB4; }
a { background-color: rgb(7,138,180); }
div.DivClassName
{
background-color: #078AB4;
}
.BgClassName
{
background-color: #078AB4;
}
</style>
border-color css
<style>
span { border-color: #078AB4; }
span { border-color: rgb(7,138,180); }
td.TdClassName
{
border-color: #078AB4;
}
.TagClassName
{
border-color: #078AB4;
}
</style>