Shades of Bondi Blue #0290AB
Tints of Bondi Blue #0290AB
RGB
CMYK
RGB Variations
Color information
#0290AB (or 0x0290AB) is known color: Bondi Blue. HEX triplet: 02, 90 and AB. RGB value is (2,144,171). Sum of RGB (Red+Green+Blue) = 2+144+171=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #0290AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0290AB is #FD6F54. Grayscale: #686868. Windows color (decimal): -16609109 or 11243522. OLE color: 11243522.
HSL color Cylindrical-coordinate representation of color #0290AB: hue angle of 189.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290AB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 144 | 171 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.33 |
| HSL | 189.59º | 0.98% | 0.34% | - |
| HSV(B) | 189.59º | 0.99% | 0.67% | - |
| XYZ | 17.35 | 22.9 | 42.03 | - |
| YUV | 104.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 171 | 0.99 | 0.16 | 0 | 0.33 | 189.59 | 0.98 | 0.34 |
| Hex | 2 | 90 | AB | 63 | 10 | 0 | 21 | BE | 62 | 22 |
| Octal | 2 | 220 | 253 | 143 | 20 | 0 | 41 | 276 | 142 | 42 |
| Binary | 10 | 10010000 | 10101011 | 1100011 | 10000 | 0 | 100001 | 10111110 | 1100010 | 100010 |
Color Harmonies of #0290AB
Complementary color
Monochromatic Colors of #0290AB
Black with #0290AB
Text Example
Text Example
White with #0290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0290AB; }
p { color: rgb(2,144,171); }
H1.HeaderClassName
{
color: #0290AB;
}
.AnyTagClassName
{
color: #0290AB;
}
</style>
background-color css
<style>
a { background-color: #0290AB; }
a { background-color: rgb(2,144,171); }
div.DivClassName
{
background-color: #0290AB;
}
.BgClassName
{
background-color: #0290AB;
}
</style>
border-color css
<style>
span { border-color: #0290AB; }
span { border-color: rgb(2,144,171); }
td.TdClassName
{
border-color: #0290AB;
}
.TagClassName
{
border-color: #0290AB;
}
</style>