Shades of Bondi Blue #04ABAE
Tints of Bondi Blue #04ABAE
RGB
CMYK
RGB Variations
Color information
#04ABAE (or 0x04ABAE) is known color: Bondi Blue. HEX triplet: 04, AB and AE. RGB value is (4,171,174). Sum of RGB (Red+Green+Blue) = 4+171+174=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #04ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABAE is #FB5451. Grayscale: #797979. Windows color (decimal): -16471122 or 11447044. OLE color: 11447044.
HSL color Cylindrical-coordinate representation of color #04ABAE: hue angle of 181.06º degrees, saturation: 0.96, 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 #04ABAE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 171 | 174 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.32 |
| HSL | 181.06º | 0.96% | 0.35% | - |
| HSV(B) | 181.06º | 0.98% | 0.68% | - |
| XYZ | 22.25 | 32.21 | 45.09 | - |
| YUV | 121.41 | 157.67 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 174 | 0.98 | 0.02 | 0 | 0.32 | 181.06 | 0.96 | 0.35 |
| Hex | 4 | AB | AE | 62 | 2 | 0 | 20 | B5 | 60 | 23 |
| Octal | 4 | 253 | 256 | 142 | 2 | 0 | 40 | 265 | 140 | 43 |
| Binary | 100 | 10101011 | 10101110 | 1100010 | 10 | 0 | 100000 | 10110101 | 1100000 | 100011 |
Color Harmonies of #04ABAE
Complementary color
Monochromatic Colors of #04ABAE
Black with #04ABAE
Text Example
Text Example
White with #04ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABAE; }
p { color: rgb(4,171,174); }
H1.HeaderClassName
{
color: #04ABAE;
}
.AnyTagClassName
{
color: #04ABAE;
}
</style>
background-color css
<style>
a { background-color: #04ABAE; }
a { background-color: rgb(4,171,174); }
div.DivClassName
{
background-color: #04ABAE;
}
.BgClassName
{
background-color: #04ABAE;
}
</style>
border-color css
<style>
span { border-color: #04ABAE; }
span { border-color: rgb(4,171,174); }
td.TdClassName
{
border-color: #04ABAE;
}
.TagClassName
{
border-color: #04ABAE;
}
</style>