Shades of Bondi Blue #05A8B4
Tints of Bondi Blue #05A8B4
RGB
CMYK
RGB Variations
Color information
#05A8B4 (or 0x05A8B4) is known color: Bondi Blue. HEX triplet: 05, A8 and B4. RGB value is (5,168,180). Sum of RGB (Red+Green+Blue) = 5+168+180=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #05A8B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A8B4 is #FA574B. Grayscale: #787878. Windows color (decimal): -16406348 or 11839493. OLE color: 11839493.
HSL color Cylindrical-coordinate representation of color #05A8B4: hue angle of 184.11º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A8B4 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 168 | 180 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.29 |
| HSL | 184.11º | 0.95% | 0.36% | - |
| HSV(B) | 184.11º | 0.97% | 0.71% | - |
| XYZ | 22.3 | 31.33 | 48.05 | - |
| YUV | 120.63 | 161.5 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 180 | 0.97 | 0.07 | 0 | 0.29 | 184.11 | 0.95 | 0.36 |
| Hex | 5 | A8 | B4 | 61 | 7 | 0 | 1D | B8 | 5F | 24 |
| Octal | 5 | 250 | 264 | 141 | 7 | 0 | 35 | 270 | 137 | 44 |
| Binary | 101 | 10101000 | 10110100 | 1100001 | 111 | 0 | 11101 | 10111000 | 1011111 | 100100 |
Color Harmonies of #05A8B4
Complementary color
Monochromatic Colors of #05A8B4
Black with #05A8B4
Text Example
Text Example
White with #05A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A8B4; }
p { color: rgb(5,168,180); }
H1.HeaderClassName
{
color: #05A8B4;
}
.AnyTagClassName
{
color: #05A8B4;
}
</style>
background-color css
<style>
a { background-color: #05A8B4; }
a { background-color: rgb(5,168,180); }
div.DivClassName
{
background-color: #05A8B4;
}
.BgClassName
{
background-color: #05A8B4;
}
</style>
border-color css
<style>
span { border-color: #05A8B4; }
span { border-color: rgb(5,168,180); }
td.TdClassName
{
border-color: #05A8B4;
}
.TagClassName
{
border-color: #05A8B4;
}
</style>