Shades of Bondi Blue #03A4AC
Tints of Bondi Blue #03A4AC
RGB
CMYK
RGB Variations
Color information
#03A4AC (or 0x03A4AC) is known color: Bondi Blue. HEX triplet: 03, A4 and AC. RGB value is (3,164,172). Sum of RGB (Red+Green+Blue) = 3+164+172=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #03A4AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A4AC is #FC5B53. Grayscale: #747474. Windows color (decimal): -16538452 or 11314179. OLE color: 11314179.
HSL color Cylindrical-coordinate representation of color #03A4AC: hue angle of 182.84º 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 #03A4AC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 164 | 172 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.33 |
| HSL | 182.84º | 0.97% | 0.34% | - |
| HSV(B) | 182.84º | 0.98% | 0.67% | - |
| XYZ | 20.76 | 29.55 | 43.64 | - |
| YUV | 116.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 172 | 0.98 | 0.05 | 0 | 0.33 | 182.84 | 0.97 | 0.34 |
| Hex | 3 | A4 | AC | 62 | 5 | 0 | 21 | B7 | 61 | 22 |
| Octal | 3 | 244 | 254 | 142 | 5 | 0 | 41 | 267 | 141 | 42 |
| Binary | 11 | 10100100 | 10101100 | 1100010 | 101 | 0 | 100001 | 10110111 | 1100001 | 100010 |
Color Harmonies of #03A4AC
Complementary color
Monochromatic Colors of #03A4AC
Black with #03A4AC
Text Example
Text Example
White with #03A4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A4AC; }
p { color: rgb(3,164,172); }
H1.HeaderClassName
{
color: #03A4AC;
}
.AnyTagClassName
{
color: #03A4AC;
}
</style>
background-color css
<style>
a { background-color: #03A4AC; }
a { background-color: rgb(3,164,172); }
div.DivClassName
{
background-color: #03A4AC;
}
.BgClassName
{
background-color: #03A4AC;
}
</style>
border-color css
<style>
span { border-color: #03A4AC; }
span { border-color: rgb(3,164,172); }
td.TdClassName
{
border-color: #03A4AC;
}
.TagClassName
{
border-color: #03A4AC;
}
</style>