Shades of Bondi Blue #07A8AD
Tints of Bondi Blue #07A8AD
RGB
CMYK
RGB Variations
Color information
#07A8AD (or 0x07A8AD) is known color: Bondi Blue. HEX triplet: 07, A8 and AD. RGB value is (7,168,173). Sum of RGB (Red+Green+Blue) = 7+168+173=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #07A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8AD is #F85752. Grayscale: #787878. Windows color (decimal): -16275283 or 11380743. OLE color: 11380743.
HSL color Cylindrical-coordinate representation of color #07A8AD: hue angle of 181.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A8AD is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 168 | 173 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.32 |
| HSL | 181.81º | 0.92% | 0.35% | - |
| HSV(B) | 181.81º | 0.96% | 0.68% | - |
| XYZ | 21.63 | 31.07 | 44.39 | - |
| YUV | 120.43 | 157.66 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 173 | 0.96 | 0.03 | 0 | 0.32 | 181.81 | 0.92 | 0.35 |
| Hex | 7 | A8 | AD | 60 | 3 | 0 | 20 | B6 | 5C | 23 |
| Octal | 7 | 250 | 255 | 140 | 3 | 0 | 40 | 266 | 134 | 43 |
| Binary | 111 | 10101000 | 10101101 | 1100000 | 11 | 0 | 100000 | 10110110 | 1011100 | 100011 |
Color Harmonies of #07A8AD
Complementary color
Monochromatic Colors of #07A8AD
Black with #07A8AD
Text Example
Text Example
White with #07A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8AD; }
p { color: rgb(7,168,173); }
H1.HeaderClassName
{
color: #07A8AD;
}
.AnyTagClassName
{
color: #07A8AD;
}
</style>
background-color css
<style>
a { background-color: #07A8AD; }
a { background-color: rgb(7,168,173); }
div.DivClassName
{
background-color: #07A8AD;
}
.BgClassName
{
background-color: #07A8AD;
}
</style>
border-color css
<style>
span { border-color: #07A8AD; }
span { border-color: rgb(7,168,173); }
td.TdClassName
{
border-color: #07A8AD;
}
.TagClassName
{
border-color: #07A8AD;
}
</style>