Shades of Bondi Blue #04A6AB
Tints of Bondi Blue #04A6AB
RGB
CMYK
RGB Variations
Color information
#04A6AB (or 0x04A6AB) is known color: Bondi Blue. HEX triplet: 04, A6 and AB. RGB value is (4,166,171). Sum of RGB (Red+Green+Blue) = 4+166+171=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #04A6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A6AB is #FB5954. Grayscale: #757575. Windows color (decimal): -16472405 or 11249156. OLE color: 11249156.
HSL color Cylindrical-coordinate representation of color #04A6AB: hue angle of 181.8º 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 #04A6AB is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 166 | 171 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.33 |
| HSL | 181.8º | 0.95% | 0.34% | - |
| HSV(B) | 181.8º | 0.98% | 0.67% | - |
| XYZ | 21.04 | 30.24 | 43.26 | - |
| YUV | 118.13 | 157.83 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 171 | 0.98 | 0.03 | 0 | 0.33 | 181.8 | 0.95 | 0.34 |
| Hex | 4 | A6 | AB | 62 | 3 | 0 | 21 | B6 | 5F | 22 |
| Octal | 4 | 246 | 253 | 142 | 3 | 0 | 41 | 266 | 137 | 42 |
| Binary | 100 | 10100110 | 10101011 | 1100010 | 11 | 0 | 100001 | 10110110 | 1011111 | 100010 |
Color Harmonies of #04A6AB
Complementary color
Monochromatic Colors of #04A6AB
Black with #04A6AB
Text Example
Text Example
White with #04A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6AB; }
p { color: rgb(4,166,171); }
H1.HeaderClassName
{
color: #04A6AB;
}
.AnyTagClassName
{
color: #04A6AB;
}
</style>
background-color css
<style>
a { background-color: #04A6AB; }
a { background-color: rgb(4,166,171); }
div.DivClassName
{
background-color: #04A6AB;
}
.BgClassName
{
background-color: #04A6AB;
}
</style>
border-color css
<style>
span { border-color: #04A6AB; }
span { border-color: rgb(4,166,171); }
td.TdClassName
{
border-color: #04A6AB;
}
.TagClassName
{
border-color: #04A6AB;
}
</style>