Shades of Bondi Blue #07A8B1
Tints of Bondi Blue #07A8B1
RGB
CMYK
RGB Variations
Color information
#07A8B1 (or 0x07A8B1) is known color: Bondi Blue. HEX triplet: 07, A8 and B1. RGB value is (7,168,177). Sum of RGB (Red+Green+Blue) = 7+168+177=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #07A8B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8B1 is #F8574E. Grayscale: #787878. Windows color (decimal): -16275279 or 11642887. OLE color: 11642887.
HSL color Cylindrical-coordinate representation of color #07A8B1: hue angle of 183.18º 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 #07A8B1 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 168 | 177 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.31 |
| HSL | 183.18º | 0.92% | 0.36% | - |
| HSV(B) | 183.18º | 0.96% | 0.69% | - |
| XYZ | 22.03 | 31.22 | 46.46 | - |
| YUV | 120.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 177 | 0.96 | 0.05 | 0 | 0.31 | 183.18 | 0.92 | 0.36 |
| Hex | 7 | A8 | B1 | 60 | 5 | 0 | 1F | B7 | 5C | 24 |
| Octal | 7 | 250 | 261 | 140 | 5 | 0 | 37 | 267 | 134 | 44 |
| Binary | 111 | 10101000 | 10110001 | 1100000 | 101 | 0 | 11111 | 10110111 | 1011100 | 100100 |
Color Harmonies of #07A8B1
Complementary color
Monochromatic Colors of #07A8B1
Black with #07A8B1
Text Example
Text Example
White with #07A8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8B1; }
p { color: rgb(7,168,177); }
H1.HeaderClassName
{
color: #07A8B1;
}
.AnyTagClassName
{
color: #07A8B1;
}
</style>
background-color css
<style>
a { background-color: #07A8B1; }
a { background-color: rgb(7,168,177); }
div.DivClassName
{
background-color: #07A8B1;
}
.BgClassName
{
background-color: #07A8B1;
}
</style>
border-color css
<style>
span { border-color: #07A8B1; }
span { border-color: rgb(7,168,177); }
td.TdClassName
{
border-color: #07A8B1;
}
.TagClassName
{
border-color: #07A8B1;
}
</style>