Shades of Bondi Blue #0293AD
Tints of Bondi Blue #0293AD
RGB
CMYK
RGB Variations
Color information
#0293AD (or 0x0293AD) is known color: Bondi Blue. HEX triplet: 02, 93 and AD. RGB value is (2,147,173). Sum of RGB (Red+Green+Blue) = 2+147+173=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0293AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0293AD is #FD6C52. Grayscale: #6A6A6A. Windows color (decimal): -16608339 or 11375362. OLE color: 11375362.
HSL color Cylindrical-coordinate representation of color #0293AD: hue angle of 189.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293AD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 147 | 173 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.32 |
| HSL | 189.12º | 0.98% | 0.34% | - |
| HSV(B) | 189.12º | 0.99% | 0.68% | - |
| XYZ | 18 | 23.9 | 43.2 | - |
| YUV | 106.61 | 165.46 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 173 | 0.99 | 0.15 | 0 | 0.32 | 189.12 | 0.98 | 0.34 |
| Hex | 2 | 93 | AD | 63 | F | 0 | 20 | BD | 62 | 22 |
| Octal | 2 | 223 | 255 | 143 | 17 | 0 | 40 | 275 | 142 | 42 |
| Binary | 10 | 10010011 | 10101101 | 1100011 | 1111 | 0 | 100000 | 10111101 | 1100010 | 100010 |
Color Harmonies of #0293AD
Complementary color
Monochromatic Colors of #0293AD
Black with #0293AD
Text Example
Text Example
White with #0293AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293AD; }
p { color: rgb(2,147,173); }
H1.HeaderClassName
{
color: #0293AD;
}
.AnyTagClassName
{
color: #0293AD;
}
</style>
background-color css
<style>
a { background-color: #0293AD; }
a { background-color: rgb(2,147,173); }
div.DivClassName
{
background-color: #0293AD;
}
.BgClassName
{
background-color: #0293AD;
}
</style>
border-color css
<style>
span { border-color: #0293AD; }
span { border-color: rgb(2,147,173); }
td.TdClassName
{
border-color: #0293AD;
}
.TagClassName
{
border-color: #0293AD;
}
</style>