Shades of Bondi Blue #04A8AD
Tints of Bondi Blue #04A8AD
RGB
CMYK
RGB Variations
Color information
#04A8AD (or 0x04A8AD) is known color: Bondi Blue. HEX triplet: 04, A8 and AD. RGB value is (4,168,173). Sum of RGB (Red+Green+Blue) = 4+168+173=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #04A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A8AD is #FB5752. Grayscale: #777777. Windows color (decimal): -16471891 or 11380740. OLE color: 11380740.
HSL color Cylindrical-coordinate representation of color #04A8AD: hue angle of 181.78º 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 #04A8AD is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 168 | 173 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.32 |
| HSL | 181.78º | 0.95% | 0.35% | - |
| HSV(B) | 181.78º | 0.98% | 0.68% | - |
| XYZ | 21.6 | 31.05 | 44.39 | - |
| YUV | 119.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 173 | 0.98 | 0.03 | 0 | 0.32 | 181.78 | 0.95 | 0.35 |
| Hex | 4 | A8 | AD | 62 | 3 | 0 | 20 | B6 | 5F | 23 |
| Octal | 4 | 250 | 255 | 142 | 3 | 0 | 40 | 266 | 137 | 43 |
| Binary | 100 | 10101000 | 10101101 | 1100010 | 11 | 0 | 100000 | 10110110 | 1011111 | 100011 |
Color Harmonies of #04A8AD
Complementary color
Monochromatic Colors of #04A8AD
Black with #04A8AD
Text Example
Text Example
White with #04A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8AD; }
p { color: rgb(4,168,173); }
H1.HeaderClassName
{
color: #04A8AD;
}
.AnyTagClassName
{
color: #04A8AD;
}
</style>
background-color css
<style>
a { background-color: #04A8AD; }
a { background-color: rgb(4,168,173); }
div.DivClassName
{
background-color: #04A8AD;
}
.BgClassName
{
background-color: #04A8AD;
}
</style>
border-color css
<style>
span { border-color: #04A8AD; }
span { border-color: rgb(4,168,173); }
td.TdClassName
{
border-color: #04A8AD;
}
.TagClassName
{
border-color: #04A8AD;
}
</style>