Shades of Bondi Blue #04A0AB
Tints of Bondi Blue #04A0AB
RGB
CMYK
RGB Variations
Color information
#04A0AB (or 0x04A0AB) is known color: Bondi Blue. HEX triplet: 04, A0 and AB. RGB value is (4,160,171). Sum of RGB (Red+Green+Blue) = 4+160+171=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 160 (62.89% from 255 or 47.76% 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 #04A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A0AB is #FB5F54. Grayscale: #727272. Windows color (decimal): -16473941 or 11247620. OLE color: 11247620.
HSL color Cylindrical-coordinate representation of color #04A0AB: hue angle of 183.95º degrees, saturation: 0.95, 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 #04A0AB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 160 | 171 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.33 |
| HSL | 183.95º | 0.95% | 0.34% | - |
| HSV(B) | 183.95º | 0.98% | 0.67% | - |
| XYZ | 19.97 | 28.11 | 42.9 | - |
| YUV | 114.61 | 159.82 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 171 | 0.98 | 0.06 | 0 | 0.33 | 183.95 | 0.95 | 0.34 |
| Hex | 4 | A0 | AB | 62 | 6 | 0 | 21 | B8 | 5F | 22 |
| Octal | 4 | 240 | 253 | 142 | 6 | 0 | 41 | 270 | 137 | 42 |
| Binary | 100 | 10100000 | 10101011 | 1100010 | 110 | 0 | 100001 | 10111000 | 1011111 | 100010 |
Color Harmonies of #04A0AB
Complementary color
Monochromatic Colors of #04A0AB
Black with #04A0AB
Text Example
Text Example
White with #04A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0AB; }
p { color: rgb(4,160,171); }
H1.HeaderClassName
{
color: #04A0AB;
}
.AnyTagClassName
{
color: #04A0AB;
}
</style>
background-color css
<style>
a { background-color: #04A0AB; }
a { background-color: rgb(4,160,171); }
div.DivClassName
{
background-color: #04A0AB;
}
.BgClassName
{
background-color: #04A0AB;
}
</style>
border-color css
<style>
span { border-color: #04A0AB; }
span { border-color: rgb(4,160,171); }
td.TdClassName
{
border-color: #04A0AB;
}
.TagClassName
{
border-color: #04A0AB;
}
</style>