Shades of Bondi Blue #078AAF
Tints of Bondi Blue #078AAF
RGB
CMYK
RGB Variations
Color information
#078AAF (or 0x078AAF) is known color: Bondi Blue. HEX triplet: 07, 8A and AF. RGB value is (7,138,175). Sum of RGB (Red+Green+Blue) = 7+138+175=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #078AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AAF is #F87550. Grayscale: #666666. Windows color (decimal): -16282961 or 11504135. OLE color: 11504135.
HSL color Cylindrical-coordinate representation of color #078AAF: hue angle of 193.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AAF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 138 | 175 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.31 |
| HSL | 193.21º | 0.92% | 0.36% | - |
| HSV(B) | 193.21º | 0.96% | 0.69% | - |
| XYZ | 16.91 | 21.32 | 43.78 | - |
| YUV | 103.05 | 168.6 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 175 | 0.96 | 0.21 | 0 | 0.31 | 193.21 | 0.92 | 0.36 |
| Hex | 7 | 8A | AF | 60 | 15 | 0 | 1F | C1 | 5C | 24 |
| Octal | 7 | 212 | 257 | 140 | 25 | 0 | 37 | 301 | 134 | 44 |
| Binary | 111 | 10001010 | 10101111 | 1100000 | 10101 | 0 | 11111 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078AAF
Complementary color
Monochromatic Colors of #078AAF
Black with #078AAF
Text Example
Text Example
White with #078AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AAF; }
p { color: rgb(7,138,175); }
H1.HeaderClassName
{
color: #078AAF;
}
.AnyTagClassName
{
color: #078AAF;
}
</style>
background-color css
<style>
a { background-color: #078AAF; }
a { background-color: rgb(7,138,175); }
div.DivClassName
{
background-color: #078AAF;
}
.BgClassName
{
background-color: #078AAF;
}
</style>
border-color css
<style>
span { border-color: #078AAF; }
span { border-color: rgb(7,138,175); }
td.TdClassName
{
border-color: #078AAF;
}
.TagClassName
{
border-color: #078AAF;
}
</style>