Shades of Bondi Blue #07A8AF
Tints of Bondi Blue #07A8AF
RGB
CMYK
RGB Variations
Color information
#07A8AF (or 0x07A8AF) is known color: Bondi Blue. HEX triplet: 07, A8 and AF. RGB value is (7,168,175). Sum of RGB (Red+Green+Blue) = 7+168+175=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #07A8AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8AF is #F85750. Grayscale: #787878. Windows color (decimal): -16275281 or 11511815. OLE color: 11511815.
HSL color Cylindrical-coordinate representation of color #07A8AF: hue angle of 182.5º 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 #07A8AF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 168 | 175 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.31 |
| HSL | 182.5º | 0.92% | 0.36% | - |
| HSV(B) | 182.5º | 0.96% | 0.69% | - |
| XYZ | 21.83 | 31.15 | 45.42 | - |
| YUV | 120.66 | 158.66 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 175 | 0.96 | 0.04 | 0 | 0.31 | 182.5 | 0.92 | 0.36 |
| Hex | 7 | A8 | AF | 60 | 4 | 0 | 1F | B6 | 5C | 24 |
| Octal | 7 | 250 | 257 | 140 | 4 | 0 | 37 | 266 | 134 | 44 |
| Binary | 111 | 10101000 | 10101111 | 1100000 | 100 | 0 | 11111 | 10110110 | 1011100 | 100100 |
Color Harmonies of #07A8AF
Complementary color
Monochromatic Colors of #07A8AF
Black with #07A8AF
Text Example
Text Example
White with #07A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8AF; }
p { color: rgb(7,168,175); }
H1.HeaderClassName
{
color: #07A8AF;
}
.AnyTagClassName
{
color: #07A8AF;
}
</style>
background-color css
<style>
a { background-color: #07A8AF; }
a { background-color: rgb(7,168,175); }
div.DivClassName
{
background-color: #07A8AF;
}
.BgClassName
{
background-color: #07A8AF;
}
</style>
border-color css
<style>
span { border-color: #07A8AF; }
span { border-color: rgb(7,168,175); }
td.TdClassName
{
border-color: #07A8AF;
}
.TagClassName
{
border-color: #07A8AF;
}
</style>