Shades of Bondi Blue #0594AB
Tints of Bondi Blue #0594AB
RGB
CMYK
RGB Variations
Color information
#0594AB (or 0x0594AB) is known color: Bondi Blue. HEX triplet: 05, 94 and AB. RGB value is (5,148,171). Sum of RGB (Red+Green+Blue) = 5+148+171=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0594AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0594AB is #FA6B54. Grayscale: #6B6B6B. Windows color (decimal): -16411477 or 11244549. OLE color: 11244549.
HSL color Cylindrical-coordinate representation of color #0594AB: hue angle of 188.31º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0594AB is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 148 | 171 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.33 |
| HSL | 188.31º | 0.94% | 0.35% | - |
| HSV(B) | 188.31º | 0.97% | 0.67% | - |
| XYZ | 18 | 24.15 | 42.24 | - |
| YUV | 107.87 | 163.62 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 171 | 0.97 | 0.13 | 0 | 0.33 | 188.31 | 0.94 | 0.35 |
| Hex | 5 | 94 | AB | 61 | D | 0 | 21 | BC | 5E | 23 |
| Octal | 5 | 224 | 253 | 141 | 15 | 0 | 41 | 274 | 136 | 43 |
| Binary | 101 | 10010100 | 10101011 | 1100001 | 1101 | 0 | 100001 | 10111100 | 1011110 | 100011 |
Color Harmonies of #0594AB
Complementary color
Monochromatic Colors of #0594AB
Black with #0594AB
Text Example
Text Example
White with #0594AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0594AB; }
p { color: rgb(5,148,171); }
H1.HeaderClassName
{
color: #0594AB;
}
.AnyTagClassName
{
color: #0594AB;
}
</style>
background-color css
<style>
a { background-color: #0594AB; }
a { background-color: rgb(5,148,171); }
div.DivClassName
{
background-color: #0594AB;
}
.BgClassName
{
background-color: #0594AB;
}
</style>
border-color css
<style>
span { border-color: #0594AB; }
span { border-color: rgb(5,148,171); }
td.TdClassName
{
border-color: #0594AB;
}
.TagClassName
{
border-color: #0594AB;
}
</style>