Shades of Bondi Blue #07A6B3
Tints of Bondi Blue #07A6B3
RGB
CMYK
RGB Variations
Color information
#07A6B3 (or 0x07A6B3) is known color: Bondi Blue. HEX triplet: 07, A6 and B3. RGB value is (7,166,179). Sum of RGB (Red+Green+Blue) = 7+166+179=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #07A6B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6B3 is #F8594C. Grayscale: #777777. Windows color (decimal): -16275789 or 11773447. OLE color: 11773447.
HSL color Cylindrical-coordinate representation of color #07A6B3: hue angle of 184.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A6B3 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 166 | 179 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.30 |
| HSL | 184.53º | 0.92% | 0.36% | - |
| HSV(B) | 184.53º | 0.96% | 0.7% | - |
| XYZ | 21.86 | 30.57 | 47.4 | - |
| YUV | 119.94 | 161.32 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 179 | 0.96 | 0.07 | 0 | 0.30 | 184.53 | 0.92 | 0.36 |
| Hex | 7 | A6 | B3 | 60 | 7 | 0 | 1E | B9 | 5C | 24 |
| Octal | 7 | 246 | 263 | 140 | 7 | 0 | 36 | 271 | 134 | 44 |
| Binary | 111 | 10100110 | 10110011 | 1100000 | 111 | 0 | 11110 | 10111001 | 1011100 | 100100 |
Color Harmonies of #07A6B3
Complementary color
Monochromatic Colors of #07A6B3
Black with #07A6B3
Text Example
Text Example
White with #07A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A6B3; }
p { color: rgb(7,166,179); }
H1.HeaderClassName
{
color: #07A6B3;
}
.AnyTagClassName
{
color: #07A6B3;
}
</style>
background-color css
<style>
a { background-color: #07A6B3; }
a { background-color: rgb(7,166,179); }
div.DivClassName
{
background-color: #07A6B3;
}
.BgClassName
{
background-color: #07A6B3;
}
</style>
border-color css
<style>
span { border-color: #07A6B3; }
span { border-color: rgb(7,166,179); }
td.TdClassName
{
border-color: #07A6B3;
}
.TagClassName
{
border-color: #07A6B3;
}
</style>