Shades of Bondi Blue #04A0B9
Tints of Bondi Blue #04A0B9
RGB
CMYK
RGB Variations
Color information
#04A0B9 (or 0x04A0B9) is known color: Bondi Blue. HEX triplet: 04, A0 and B9. RGB value is (4,160,185). Sum of RGB (Red+Green+Blue) = 4+160+185=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #04A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A0B9 is #FB5F46. Grayscale: #737373. Windows color (decimal): -16473927 or 12165124. OLE color: 12165124.
HSL color Cylindrical-coordinate representation of color #04A0B9: hue angle of 188.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0B9 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 160 | 185 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.27 |
| HSL | 188.29º | 0.96% | 0.37% | - |
| HSV(B) | 188.29º | 0.98% | 0.73% | - |
| XYZ | 21.38 | 28.67 | 50.31 | - |
| YUV | 116.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 185 | 0.98 | 0.14 | 0 | 0.27 | 188.29 | 0.96 | 0.37 |
| Hex | 4 | A0 | B9 | 62 | E | 0 | 1B | BC | 60 | 25 |
| Octal | 4 | 240 | 271 | 142 | 16 | 0 | 33 | 274 | 140 | 45 |
| Binary | 100 | 10100000 | 10111001 | 1100010 | 1110 | 0 | 11011 | 10111100 | 1100000 | 100101 |
Color Harmonies of #04A0B9
Complementary color
Monochromatic Colors of #04A0B9
Black with #04A0B9
Text Example
Text Example
White with #04A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0B9; }
p { color: rgb(4,160,185); }
H1.HeaderClassName
{
color: #04A0B9;
}
.AnyTagClassName
{
color: #04A0B9;
}
</style>
background-color css
<style>
a { background-color: #04A0B9; }
a { background-color: rgb(4,160,185); }
div.DivClassName
{
background-color: #04A0B9;
}
.BgClassName
{
background-color: #04A0B9;
}
</style>
border-color css
<style>
span { border-color: #04A0B9; }
span { border-color: rgb(4,160,185); }
td.TdClassName
{
border-color: #04A0B9;
}
.TagClassName
{
border-color: #04A0B9;
}
</style>