Shades of Bondi Blue #05A1B7
Tints of Bondi Blue #05A1B7
RGB
CMYK
RGB Variations
Color information
#05A1B7 (or 0x05A1B7) is known color: Bondi Blue. HEX triplet: 05, A1 and B7. RGB value is (5,161,183). Sum of RGB (Red+Green+Blue) = 5+161+183=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #05A1B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1B7 is #FA5E48. Grayscale: #747474. Windows color (decimal): -16408137 or 12034309. OLE color: 12034309.
HSL color Cylindrical-coordinate representation of color #05A1B7: hue angle of 187.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A1B7 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 161 | 183 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.28 |
| HSL | 187.42º | 0.95% | 0.37% | - |
| HSV(B) | 187.42º | 0.97% | 0.72% | - |
| XYZ | 21.35 | 28.94 | 49.26 | - |
| YUV | 116.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 183 | 0.97 | 0.12 | 0 | 0.28 | 187.42 | 0.95 | 0.37 |
| Hex | 5 | A1 | B7 | 61 | C | 0 | 1C | BB | 5F | 25 |
| Octal | 5 | 241 | 267 | 141 | 14 | 0 | 34 | 273 | 137 | 45 |
| Binary | 101 | 10100001 | 10110111 | 1100001 | 1100 | 0 | 11100 | 10111011 | 1011111 | 100101 |
Color Harmonies of #05A1B7
Complementary color
Monochromatic Colors of #05A1B7
Black with #05A1B7
Text Example
Text Example
White with #05A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A1B7; }
p { color: rgb(5,161,183); }
H1.HeaderClassName
{
color: #05A1B7;
}
.AnyTagClassName
{
color: #05A1B7;
}
</style>
background-color css
<style>
a { background-color: #05A1B7; }
a { background-color: rgb(5,161,183); }
div.DivClassName
{
background-color: #05A1B7;
}
.BgClassName
{
background-color: #05A1B7;
}
</style>
border-color css
<style>
span { border-color: #05A1B7; }
span { border-color: rgb(5,161,183); }
td.TdClassName
{
border-color: #05A1B7;
}
.TagClassName
{
border-color: #05A1B7;
}
</style>