Shades of Bondi Blue #07A1AD
Tints of Bondi Blue #07A1AD
RGB
CMYK
RGB Variations
Color information
#07A1AD (or 0x07A1AD) is known color: Bondi Blue. HEX triplet: 07, A1 and AD. RGB value is (7,161,173). Sum of RGB (Red+Green+Blue) = 7+161+173=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #07A1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A1AD is #F85E52. Grayscale: #747474. Windows color (decimal): -16277075 or 11378951. OLE color: 11378951.
HSL color Cylindrical-coordinate representation of color #07A1AD: hue angle of 184.34º 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 #07A1AD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 161 | 173 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.32 |
| HSL | 184.34º | 0.92% | 0.35% | - |
| HSV(B) | 184.34º | 0.96% | 0.68% | - |
| XYZ | 20.38 | 28.55 | 43.97 | - |
| YUV | 116.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 173 | 0.96 | 0.07 | 0 | 0.32 | 184.34 | 0.92 | 0.35 |
| Hex | 7 | A1 | AD | 60 | 7 | 0 | 20 | B8 | 5C | 23 |
| Octal | 7 | 241 | 255 | 140 | 7 | 0 | 40 | 270 | 134 | 43 |
| Binary | 111 | 10100001 | 10101101 | 1100000 | 111 | 0 | 100000 | 10111000 | 1011100 | 100011 |
Color Harmonies of #07A1AD
Complementary color
Monochromatic Colors of #07A1AD
Black with #07A1AD
Text Example
Text Example
White with #07A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1AD; }
p { color: rgb(7,161,173); }
H1.HeaderClassName
{
color: #07A1AD;
}
.AnyTagClassName
{
color: #07A1AD;
}
</style>
background-color css
<style>
a { background-color: #07A1AD; }
a { background-color: rgb(7,161,173); }
div.DivClassName
{
background-color: #07A1AD;
}
.BgClassName
{
background-color: #07A1AD;
}
</style>
border-color css
<style>
span { border-color: #07A1AD; }
span { border-color: rgb(7,161,173); }
td.TdClassName
{
border-color: #07A1AD;
}
.TagClassName
{
border-color: #07A1AD;
}
</style>