Shades of Bondi Blue #078FAA
Tints of Bondi Blue #078FAA
RGB
CMYK
RGB Variations
Color information
#078FAA (or 0x078FAA) is known color: Bondi Blue. HEX triplet: 07, 8F and AA. RGB value is (7,143,170). Sum of RGB (Red+Green+Blue) = 7+143+170=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #078FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FAA is #F87055. Grayscale: #696969. Windows color (decimal): -16281686 or 11177735. OLE color: 11177735.
HSL color Cylindrical-coordinate representation of color #078FAA: hue angle of 189.94º 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 #078FAA is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 143 | 170 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.33 |
| HSL | 189.94º | 0.92% | 0.35% | - |
| HSV(B) | 189.94º | 0.96% | 0.67% | - |
| XYZ | 17.17 | 22.59 | 41.49 | - |
| YUV | 105.41 | 164.44 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 170 | 0.96 | 0.16 | 0 | 0.33 | 189.94 | 0.92 | 0.35 |
| Hex | 7 | 8F | AA | 60 | 10 | 0 | 21 | BE | 5C | 23 |
| Octal | 7 | 217 | 252 | 140 | 20 | 0 | 41 | 276 | 134 | 43 |
| Binary | 111 | 10001111 | 10101010 | 1100000 | 10000 | 0 | 100001 | 10111110 | 1011100 | 100011 |
Color Harmonies of #078FAA
Complementary color
Monochromatic Colors of #078FAA
Black with #078FAA
Text Example
Text Example
White with #078FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FAA; }
p { color: rgb(7,143,170); }
H1.HeaderClassName
{
color: #078FAA;
}
.AnyTagClassName
{
color: #078FAA;
}
</style>
background-color css
<style>
a { background-color: #078FAA; }
a { background-color: rgb(7,143,170); }
div.DivClassName
{
background-color: #078FAA;
}
.BgClassName
{
background-color: #078FAA;
}
</style>
border-color css
<style>
span { border-color: #078FAA; }
span { border-color: rgb(7,143,170); }
td.TdClassName
{
border-color: #078FAA;
}
.TagClassName
{
border-color: #078FAA;
}
</style>