Shades of Bondi Blue #07A6B4
Tints of Bondi Blue #07A6B4
RGB
CMYK
RGB Variations
Color information
#07A6B4 (or 0x07A6B4) is known color: Bondi Blue. HEX triplet: 07, A6 and B4. RGB value is (7,166,180). Sum of RGB (Red+Green+Blue) = 7+166+180=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #07A6B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6B4 is #F8594B. Grayscale: #777777. Windows color (decimal): -16275788 or 11838983. OLE color: 11838983.
HSL color Cylindrical-coordinate representation of color #07A6B4: hue angle of 184.86º 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 #07A6B4 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 166 | 180 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.29 |
| HSL | 184.86º | 0.93% | 0.37% | - |
| HSV(B) | 184.86º | 0.96% | 0.71% | - |
| XYZ | 21.96 | 30.61 | 47.93 | - |
| YUV | 120.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 180 | 0.96 | 0.08 | 0 | 0.29 | 184.86 | 0.93 | 0.37 |
| Hex | 7 | A6 | B4 | 60 | 8 | 0 | 1D | B9 | 5D | 25 |
| Octal | 7 | 246 | 264 | 140 | 10 | 0 | 35 | 271 | 135 | 45 |
| Binary | 111 | 10100110 | 10110100 | 1100000 | 1000 | 0 | 11101 | 10111001 | 1011101 | 100101 |
Color Harmonies of #07A6B4
Complementary color
Monochromatic Colors of #07A6B4
Black with #07A6B4
Text Example
Text Example
White with #07A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A6B4; }
p { color: rgb(7,166,180); }
H1.HeaderClassName
{
color: #07A6B4;
}
.AnyTagClassName
{
color: #07A6B4;
}
</style>
background-color css
<style>
a { background-color: #07A6B4; }
a { background-color: rgb(7,166,180); }
div.DivClassName
{
background-color: #07A6B4;
}
.BgClassName
{
background-color: #07A6B4;
}
</style>
border-color css
<style>
span { border-color: #07A6B4; }
span { border-color: rgb(7,166,180); }
td.TdClassName
{
border-color: #07A6B4;
}
.TagClassName
{
border-color: #07A6B4;
}
</style>