Shades of Bondi Blue #03A0B7
Tints of Bondi Blue #03A0B7
RGB
CMYK
RGB Variations
Color information
#03A0B7 (or 0x03A0B7) is known color: Bondi Blue. HEX triplet: 03, A0 and B7. RGB value is (3,160,183). Sum of RGB (Red+Green+Blue) = 3+160+183=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #03A0B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0B7 is #FC5F48. Grayscale: #737373. Windows color (decimal): -16539465 or 12034051. OLE color: 12034051.
HSL color Cylindrical-coordinate representation of color #03A0B7: hue angle of 187.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0B7 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 160 | 183 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.28 |
| HSL | 187.67º | 0.97% | 0.36% | - |
| HSV(B) | 187.67º | 0.98% | 0.72% | - |
| XYZ | 21.16 | 28.58 | 49.2 | - |
| YUV | 115.68 | 165.99 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 183 | 0.98 | 0.13 | 0 | 0.28 | 187.67 | 0.97 | 0.36 |
| Hex | 3 | A0 | B7 | 62 | D | 0 | 1C | BC | 61 | 24 |
| Octal | 3 | 240 | 267 | 142 | 15 | 0 | 34 | 274 | 141 | 44 |
| Binary | 11 | 10100000 | 10110111 | 1100010 | 1101 | 0 | 11100 | 10111100 | 1100001 | 100100 |
Color Harmonies of #03A0B7
Complementary color
Monochromatic Colors of #03A0B7
Black with #03A0B7
Text Example
Text Example
White with #03A0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A0B7; }
p { color: rgb(3,160,183); }
H1.HeaderClassName
{
color: #03A0B7;
}
.AnyTagClassName
{
color: #03A0B7;
}
</style>
background-color css
<style>
a { background-color: #03A0B7; }
a { background-color: rgb(3,160,183); }
div.DivClassName
{
background-color: #03A0B7;
}
.BgClassName
{
background-color: #03A0B7;
}
</style>
border-color css
<style>
span { border-color: #03A0B7; }
span { border-color: rgb(3,160,183); }
td.TdClassName
{
border-color: #03A0B7;
}
.TagClassName
{
border-color: #03A0B7;
}
</style>