Shades of Bondi Blue #04A6AD
Tints of Bondi Blue #04A6AD
RGB
CMYK
RGB Variations
Color information
#04A6AD (or 0x04A6AD) is known color: Bondi Blue. HEX triplet: 04, A6 and AD. RGB value is (4,166,173). Sum of RGB (Red+Green+Blue) = 4+166+173=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #04A6AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A6AD is #FB5952. Grayscale: #767676. Windows color (decimal): -16472403 or 11380228. OLE color: 11380228.
HSL color Cylindrical-coordinate representation of color #04A6AD: hue angle of 182.49º degrees, saturation: 0.95, 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 #04A6AD is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 166 | 173 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.32 |
| HSL | 182.49º | 0.95% | 0.35% | - |
| HSV(B) | 182.49º | 0.98% | 0.68% | - |
| XYZ | 21.23 | 30.32 | 44.27 | - |
| YUV | 118.36 | 158.83 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 173 | 0.98 | 0.04 | 0 | 0.32 | 182.49 | 0.95 | 0.35 |
| Hex | 4 | A6 | AD | 62 | 4 | 0 | 20 | B6 | 5F | 23 |
| Octal | 4 | 246 | 255 | 142 | 4 | 0 | 40 | 266 | 137 | 43 |
| Binary | 100 | 10100110 | 10101101 | 1100010 | 100 | 0 | 100000 | 10110110 | 1011111 | 100011 |
Color Harmonies of #04A6AD
Complementary color
Monochromatic Colors of #04A6AD
Black with #04A6AD
Text Example
Text Example
White with #04A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6AD; }
p { color: rgb(4,166,173); }
H1.HeaderClassName
{
color: #04A6AD;
}
.AnyTagClassName
{
color: #04A6AD;
}
</style>
background-color css
<style>
a { background-color: #04A6AD; }
a { background-color: rgb(4,166,173); }
div.DivClassName
{
background-color: #04A6AD;
}
.BgClassName
{
background-color: #04A6AD;
}
</style>
border-color css
<style>
span { border-color: #04A6AD; }
span { border-color: rgb(4,166,173); }
td.TdClassName
{
border-color: #04A6AD;
}
.TagClassName
{
border-color: #04A6AD;
}
</style>