Shades of Bondi Blue #0290BA
Tints of Bondi Blue #0290BA
RGB
CMYK
RGB Variations
Color information
#0290BA (or 0x0290BA) is known color: Bondi Blue. HEX triplet: 02, 90 and BA. RGB value is (2,144,186). Sum of RGB (Red+Green+Blue) = 2+144+186=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #0290BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290BA is #FD6F45. Grayscale: #6A6A6A. Windows color (decimal): -16609094 or 12226562. OLE color: 12226562.
HSL color Cylindrical-coordinate representation of color #0290BA: hue angle of 193.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290BA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 144 | 186 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.27 |
| HSL | 193.7º | 0.98% | 0.37% | - |
| HSV(B) | 193.7º | 0.99% | 0.73% | - |
| XYZ | 18.86 | 23.5 | 50 | - |
| YUV | 106.33 | 172.96 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 186 | 0.99 | 0.23 | 0 | 0.27 | 193.7 | 0.98 | 0.37 |
| Hex | 2 | 90 | BA | 63 | 17 | 0 | 1B | C2 | 62 | 25 |
| Octal | 2 | 220 | 272 | 143 | 27 | 0 | 33 | 302 | 142 | 45 |
| Binary | 10 | 10010000 | 10111010 | 1100011 | 10111 | 0 | 11011 | 11000010 | 1100010 | 100101 |
Color Harmonies of #0290BA
Complementary color
Monochromatic Colors of #0290BA
Black with #0290BA
Text Example
Text Example
White with #0290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0290BA; }
p { color: rgb(2,144,186); }
H1.HeaderClassName
{
color: #0290BA;
}
.AnyTagClassName
{
color: #0290BA;
}
</style>
background-color css
<style>
a { background-color: #0290BA; }
a { background-color: rgb(2,144,186); }
div.DivClassName
{
background-color: #0290BA;
}
.BgClassName
{
background-color: #0290BA;
}
</style>
border-color css
<style>
span { border-color: #0290BA; }
span { border-color: rgb(2,144,186); }
td.TdClassName
{
border-color: #0290BA;
}
.TagClassName
{
border-color: #0290BA;
}
</style>