Shades of Bondi Blue #03A1B5
Tints of Bondi Blue #03A1B5
RGB
CMYK
RGB Variations
Color information
#03A1B5 (or 0x03A1B5) is known color: Bondi Blue. HEX triplet: 03, A1 and B5. RGB value is (3,161,181). Sum of RGB (Red+Green+Blue) = 3+161+181=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #03A1B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A1B5 is #FC5E4A. Grayscale: #737373. Windows color (decimal): -16539211 or 11903235. OLE color: 11903235.
HSL color Cylindrical-coordinate representation of color #03A1B5: hue angle of 186.74º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A1B5 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 161 | 181 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.29 |
| HSL | 186.74º | 0.97% | 0.36% | - |
| HSV(B) | 186.74º | 0.98% | 0.71% | - |
| XYZ | 21.12 | 28.85 | 48.17 | - |
| YUV | 116.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 161 | 181 | 0.98 | 0.11 | 0 | 0.29 | 186.74 | 0.97 | 0.36 |
| Hex | 3 | A1 | B5 | 62 | B | 0 | 1D | BB | 61 | 24 |
| Octal | 3 | 241 | 265 | 142 | 13 | 0 | 35 | 273 | 141 | 44 |
| Binary | 11 | 10100001 | 10110101 | 1100010 | 1011 | 0 | 11101 | 10111011 | 1100001 | 100100 |
Color Harmonies of #03A1B5
Complementary color
Monochromatic Colors of #03A1B5
Black with #03A1B5
Text Example
Text Example
White with #03A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A1B5; }
p { color: rgb(3,161,181); }
H1.HeaderClassName
{
color: #03A1B5;
}
.AnyTagClassName
{
color: #03A1B5;
}
</style>
background-color css
<style>
a { background-color: #03A1B5; }
a { background-color: rgb(3,161,181); }
div.DivClassName
{
background-color: #03A1B5;
}
.BgClassName
{
background-color: #03A1B5;
}
</style>
border-color css
<style>
span { border-color: #03A1B5; }
span { border-color: rgb(3,161,181); }
td.TdClassName
{
border-color: #03A1B5;
}
.TagClassName
{
border-color: #03A1B5;
}
</style>