Shades of Bondi Blue #03A1AB
Tints of Bondi Blue #03A1AB
RGB
CMYK
RGB Variations
Color information
#03A1AB (or 0x03A1AB) is known color: Bondi Blue. HEX triplet: 03, A1 and AB. RGB value is (3,161,171). Sum of RGB (Red+Green+Blue) = 3+161+171=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #03A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A1AB is #FC5E54. Grayscale: #727272. Windows color (decimal): -16539221 or 11247875. OLE color: 11247875.
HSL color Cylindrical-coordinate representation of color #03A1AB: hue angle of 183.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A1AB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 161 | 171 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.33 |
| HSL | 183.57º | 0.97% | 0.34% | - |
| HSV(B) | 183.57º | 0.98% | 0.67% | - |
| XYZ | 20.13 | 28.45 | 42.96 | - |
| YUV | 114.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 161 | 171 | 0.98 | 0.06 | 0 | 0.33 | 183.57 | 0.97 | 0.34 |
| Hex | 3 | A1 | AB | 62 | 6 | 0 | 21 | B8 | 61 | 22 |
| Octal | 3 | 241 | 253 | 142 | 6 | 0 | 41 | 270 | 141 | 42 |
| Binary | 11 | 10100001 | 10101011 | 1100010 | 110 | 0 | 100001 | 10111000 | 1100001 | 100010 |
Color Harmonies of #03A1AB
Complementary color
Monochromatic Colors of #03A1AB
Black with #03A1AB
Text Example
Text Example
White with #03A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A1AB; }
p { color: rgb(3,161,171); }
H1.HeaderClassName
{
color: #03A1AB;
}
.AnyTagClassName
{
color: #03A1AB;
}
</style>
background-color css
<style>
a { background-color: #03A1AB; }
a { background-color: rgb(3,161,171); }
div.DivClassName
{
background-color: #03A1AB;
}
.BgClassName
{
background-color: #03A1AB;
}
</style>
border-color css
<style>
span { border-color: #03A1AB; }
span { border-color: rgb(3,161,171); }
td.TdClassName
{
border-color: #03A1AB;
}
.TagClassName
{
border-color: #03A1AB;
}
</style>