Shades of Bondi Blue #03A0B9
Tints of Bondi Blue #03A0B9
RGB
CMYK
RGB Variations
Color information
#03A0B9 (or 0x03A0B9) is known color: Bondi Blue. HEX triplet: 03, A0 and B9. RGB value is (3,160,185). Sum of RGB (Red+Green+Blue) = 3+160+185=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #03A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0B9 is #FC5F46. Grayscale: #737373. Windows color (decimal): -16539463 or 12165123. OLE color: 12165123.
HSL color Cylindrical-coordinate representation of color #03A0B9: hue angle of 188.24º degrees, saturation: 0.97, 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 #03A0B9 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 160 | 185 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.27 |
| HSL | 188.24º | 0.97% | 0.37% | - |
| HSV(B) | 188.24º | 0.98% | 0.73% | - |
| XYZ | 21.37 | 28.66 | 50.31 | - |
| YUV | 115.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 185 | 0.98 | 0.14 | 0 | 0.27 | 188.24 | 0.97 | 0.37 |
| Hex | 3 | A0 | B9 | 62 | E | 0 | 1B | BC | 61 | 25 |
| Octal | 3 | 240 | 271 | 142 | 16 | 0 | 33 | 274 | 141 | 45 |
| Binary | 11 | 10100000 | 10111001 | 1100010 | 1110 | 0 | 11011 | 10111100 | 1100001 | 100101 |
Color Harmonies of #03A0B9
Complementary color
Monochromatic Colors of #03A0B9
Black with #03A0B9
Text Example
Text Example
White with #03A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A0B9; }
p { color: rgb(3,160,185); }
H1.HeaderClassName
{
color: #03A0B9;
}
.AnyTagClassName
{
color: #03A0B9;
}
</style>
background-color css
<style>
a { background-color: #03A0B9; }
a { background-color: rgb(3,160,185); }
div.DivClassName
{
background-color: #03A0B9;
}
.BgClassName
{
background-color: #03A0B9;
}
</style>
border-color css
<style>
span { border-color: #03A0B9; }
span { border-color: rgb(3,160,185); }
td.TdClassName
{
border-color: #03A0B9;
}
.TagClassName
{
border-color: #03A0B9;
}
</style>