Shades of Bondi Blue #078FAB
Tints of Bondi Blue #078FAB
RGB
CMYK
RGB Variations
Color information
#078FAB (or 0x078FAB) is known color: Bondi Blue. HEX triplet: 07, 8F and AB. RGB value is (7,143,171). Sum of RGB (Red+Green+Blue) = 7+143+171=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #078FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FAB is #F87054. Grayscale: #696969. Windows color (decimal): -16281685 or 11243271. OLE color: 11243271.
HSL color Cylindrical-coordinate representation of color #078FAB: hue angle of 190.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FAB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 143 | 171 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.33 |
| HSL | 190.24º | 0.92% | 0.35% | - |
| HSV(B) | 190.24º | 0.96% | 0.67% | - |
| XYZ | 17.26 | 22.63 | 41.99 | - |
| YUV | 105.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 171 | 0.96 | 0.16 | 0 | 0.33 | 190.24 | 0.92 | 0.35 |
| Hex | 7 | 8F | AB | 60 | 10 | 0 | 21 | BE | 5C | 23 |
| Octal | 7 | 217 | 253 | 140 | 20 | 0 | 41 | 276 | 134 | 43 |
| Binary | 111 | 10001111 | 10101011 | 1100000 | 10000 | 0 | 100001 | 10111110 | 1011100 | 100011 |
Color Harmonies of #078FAB
Complementary color
Monochromatic Colors of #078FAB
Black with #078FAB
Text Example
Text Example
White with #078FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FAB; }
p { color: rgb(7,143,171); }
H1.HeaderClassName
{
color: #078FAB;
}
.AnyTagClassName
{
color: #078FAB;
}
</style>
background-color css
<style>
a { background-color: #078FAB; }
a { background-color: rgb(7,143,171); }
div.DivClassName
{
background-color: #078FAB;
}
.BgClassName
{
background-color: #078FAB;
}
</style>
border-color css
<style>
span { border-color: #078FAB; }
span { border-color: rgb(7,143,171); }
td.TdClassName
{
border-color: #078FAB;
}
.TagClassName
{
border-color: #078FAB;
}
</style>