Shades of Bondi Blue #04AAB2
Tints of Bondi Blue #04AAB2
RGB
CMYK
RGB Variations
Color information
#04AAB2 (or 0x04AAB2) is known color: Bondi Blue. HEX triplet: 04, AA and B2. RGB value is (4,170,178). Sum of RGB (Red+Green+Blue) = 4+170+178=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #04AAB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AAB2 is #FB554D. Grayscale: #797979. Windows color (decimal): -16471374 or 11708932. OLE color: 11708932.
HSL color Cylindrical-coordinate representation of color #04AAB2: hue angle of 182.76º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAB2 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 170 | 178 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.30 |
| HSL | 182.76º | 0.96% | 0.36% | - |
| HSV(B) | 182.76º | 0.98% | 0.7% | - |
| XYZ | 22.46 | 31.99 | 47.11 | - |
| YUV | 121.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 178 | 0.98 | 0.04 | 0 | 0.30 | 182.76 | 0.96 | 0.36 |
| Hex | 4 | AA | B2 | 62 | 4 | 0 | 1E | B7 | 60 | 24 |
| Octal | 4 | 252 | 262 | 142 | 4 | 0 | 36 | 267 | 140 | 44 |
| Binary | 100 | 10101010 | 10110010 | 1100010 | 100 | 0 | 11110 | 10110111 | 1100000 | 100100 |
Color Harmonies of #04AAB2
Complementary color
Monochromatic Colors of #04AAB2
Black with #04AAB2
Text Example
Text Example
White with #04AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAB2; }
p { color: rgb(4,170,178); }
H1.HeaderClassName
{
color: #04AAB2;
}
.AnyTagClassName
{
color: #04AAB2;
}
</style>
background-color css
<style>
a { background-color: #04AAB2; }
a { background-color: rgb(4,170,178); }
div.DivClassName
{
background-color: #04AAB2;
}
.BgClassName
{
background-color: #04AAB2;
}
</style>
border-color css
<style>
span { border-color: #04AAB2; }
span { border-color: rgb(4,170,178); }
td.TdClassName
{
border-color: #04AAB2;
}
.TagClassName
{
border-color: #04AAB2;
}
</style>