Shades of Bondi Blue #0290AD
Tints of Bondi Blue #0290AD
RGB
CMYK
RGB Variations
Color information
#0290AD (or 0x0290AD) is known color: Bondi Blue. HEX triplet: 02, 90 and AD. RGB value is (2,144,173). Sum of RGB (Red+Green+Blue) = 2+144+173=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #0290AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0290AD is #FD6F52. Grayscale: #686868. Windows color (decimal): -16609107 or 11374594. OLE color: 11374594.
HSL color Cylindrical-coordinate representation of color #0290AD: hue angle of 190.18º 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 #0290AD is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 144 | 173 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.32 |
| HSL | 190.18º | 0.98% | 0.34% | - |
| HSV(B) | 190.18º | 0.99% | 0.68% | - |
| XYZ | 17.54 | 22.98 | 43.05 | - |
| YUV | 104.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 173 | 0.99 | 0.17 | 0 | 0.32 | 190.18 | 0.98 | 0.34 |
| Hex | 2 | 90 | AD | 63 | 11 | 0 | 20 | BE | 62 | 22 |
| Octal | 2 | 220 | 255 | 143 | 21 | 0 | 40 | 276 | 142 | 42 |
| Binary | 10 | 10010000 | 10101101 | 1100011 | 10001 | 0 | 100000 | 10111110 | 1100010 | 100010 |
Color Harmonies of #0290AD
Complementary color
Monochromatic Colors of #0290AD
Black with #0290AD
Text Example
Text Example
White with #0290AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0290AD; }
p { color: rgb(2,144,173); }
H1.HeaderClassName
{
color: #0290AD;
}
.AnyTagClassName
{
color: #0290AD;
}
</style>
background-color css
<style>
a { background-color: #0290AD; }
a { background-color: rgb(2,144,173); }
div.DivClassName
{
background-color: #0290AD;
}
.BgClassName
{
background-color: #0290AD;
}
</style>
border-color css
<style>
span { border-color: #0290AD; }
span { border-color: rgb(2,144,173); }
td.TdClassName
{
border-color: #0290AD;
}
.TagClassName
{
border-color: #0290AD;
}
</style>