Shades of Bondi Blue #01A6AD
Tints of Bondi Blue #01A6AD
RGB
CMYK
RGB Variations
Color information
#01A6AD (or 0x01A6AD) is known color: Bondi Blue. HEX triplet: 01, A6 and AD. RGB value is (1,166,173). Sum of RGB (Red+Green+Blue) = 1+166+173=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A6AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A6AD is #FE5952. Grayscale: #757575. Windows color (decimal): -16669011 or 11380225. OLE color: 11380225.
HSL color Cylindrical-coordinate representation of color #01A6AD: hue angle of 182.44º 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 #01A6AD is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 166 | 173 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.32 |
| HSL | 182.44º | 0.99% | 0.34% | - |
| HSV(B) | 182.44º | 0.99% | 0.68% | - |
| XYZ | 21.19 | 30.3 | 44.27 | - |
| YUV | 117.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 173 | 0.99 | 0.04 | 0 | 0.32 | 182.44 | 0.99 | 0.34 |
| Hex | 1 | A6 | AD | 63 | 4 | 0 | 20 | B6 | 63 | 22 |
| Octal | 1 | 246 | 255 | 143 | 4 | 0 | 40 | 266 | 143 | 42 |
| Binary | 1 | 10100110 | 10101101 | 1100011 | 100 | 0 | 100000 | 10110110 | 1100011 | 100010 |
Color Harmonies of #01A6AD
Complementary color
Monochromatic Colors of #01A6AD
Black with #01A6AD
Text Example
Text Example
White with #01A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6AD; }
p { color: rgb(1,166,173); }
H1.HeaderClassName
{
color: #01A6AD;
}
.AnyTagClassName
{
color: #01A6AD;
}
</style>
background-color css
<style>
a { background-color: #01A6AD; }
a { background-color: rgb(1,166,173); }
div.DivClassName
{
background-color: #01A6AD;
}
.BgClassName
{
background-color: #01A6AD;
}
</style>
border-color css
<style>
span { border-color: #01A6AD; }
span { border-color: rgb(1,166,173); }
td.TdClassName
{
border-color: #01A6AD;
}
.TagClassName
{
border-color: #01A6AD;
}
</style>