Shades of Bondi Blue #01A7AD
Tints of Bondi Blue #01A7AD
RGB
CMYK
RGB Variations
Color information
#01A7AD (or 0x01A7AD) is known color: Bondi Blue. HEX triplet: 01, A7 and AD. RGB value is (1,167,173). Sum of RGB (Red+Green+Blue) = 1+167+173=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 167 (65.62% from 255 or 48.97% 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 #01A7AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A7AD is #FE5852. Grayscale: #757575. Windows color (decimal): -16668755 or 11380481. OLE color: 11380481.
HSL color Cylindrical-coordinate representation of color #01A7AD: hue angle of 182.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A7AD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 167 | 173 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.32 |
| HSL | 182.09º | 0.99% | 0.34% | - |
| HSV(B) | 182.09º | 0.99% | 0.68% | - |
| XYZ | 21.37 | 30.66 | 44.33 | - |
| YUV | 118.05 | 159 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 173 | 0.99 | 0.03 | 0 | 0.32 | 182.09 | 0.99 | 0.34 |
| Hex | 1 | A7 | AD | 63 | 3 | 0 | 20 | B6 | 63 | 22 |
| Octal | 1 | 247 | 255 | 143 | 3 | 0 | 40 | 266 | 143 | 42 |
| Binary | 1 | 10100111 | 10101101 | 1100011 | 11 | 0 | 100000 | 10110110 | 1100011 | 100010 |
Color Harmonies of #01A7AD
Complementary color
Monochromatic Colors of #01A7AD
Black with #01A7AD
Text Example
Text Example
White with #01A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A7AD; }
p { color: rgb(1,167,173); }
H1.HeaderClassName
{
color: #01A7AD;
}
.AnyTagClassName
{
color: #01A7AD;
}
</style>
background-color css
<style>
a { background-color: #01A7AD; }
a { background-color: rgb(1,167,173); }
div.DivClassName
{
background-color: #01A7AD;
}
.BgClassName
{
background-color: #01A7AD;
}
</style>
border-color css
<style>
span { border-color: #01A7AD; }
span { border-color: rgb(1,167,173); }
td.TdClassName
{
border-color: #01A7AD;
}
.TagClassName
{
border-color: #01A7AD;
}
</style>