Shades of Bondi Blue #03A0AD
Tints of Bondi Blue #03A0AD
RGB
CMYK
RGB Variations
Color information
#03A0AD (or 0x03A0AD) is known color: Bondi Blue. HEX triplet: 03, A0 and AD. RGB value is (3,160,173). Sum of RGB (Red+Green+Blue) = 3+160+173=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #03A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A0AD is #FC5F52. Grayscale: #727272. Windows color (decimal): -16539475 or 11378691. OLE color: 11378691.
HSL color Cylindrical-coordinate representation of color #03A0AD: hue angle of 184.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0AD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 160 | 173 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.32 |
| HSL | 184.59º | 0.97% | 0.35% | - |
| HSV(B) | 184.59º | 0.98% | 0.68% | - |
| XYZ | 20.15 | 28.18 | 43.91 | - |
| YUV | 114.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 173 | 0.98 | 0.08 | 0 | 0.32 | 184.59 | 0.97 | 0.35 |
| Hex | 3 | A0 | AD | 62 | 8 | 0 | 20 | B9 | 61 | 23 |
| Octal | 3 | 240 | 255 | 142 | 10 | 0 | 40 | 271 | 141 | 43 |
| Binary | 11 | 10100000 | 10101101 | 1100010 | 1000 | 0 | 100000 | 10111001 | 1100001 | 100011 |
Color Harmonies of #03A0AD
Complementary color
Monochromatic Colors of #03A0AD
Black with #03A0AD
Text Example
Text Example
White with #03A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A0AD; }
p { color: rgb(3,160,173); }
H1.HeaderClassName
{
color: #03A0AD;
}
.AnyTagClassName
{
color: #03A0AD;
}
</style>
background-color css
<style>
a { background-color: #03A0AD; }
a { background-color: rgb(3,160,173); }
div.DivClassName
{
background-color: #03A0AD;
}
.BgClassName
{
background-color: #03A0AD;
}
</style>
border-color css
<style>
span { border-color: #03A0AD; }
span { border-color: rgb(3,160,173); }
td.TdClassName
{
border-color: #03A0AD;
}
.TagClassName
{
border-color: #03A0AD;
}
</style>