Shades of Bondi Blue #0291BB
Tints of Bondi Blue #0291BB
RGB
CMYK
RGB Variations
Color information
#0291BB (or 0x0291BB) is known color: Bondi Blue. HEX triplet: 02, 91 and BB. RGB value is (2,145,187). Sum of RGB (Red+Green+Blue) = 2+145+187=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #0291BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0291BB is #FD6E44. Grayscale: #6A6A6A. Windows color (decimal): -16608837 or 12292354. OLE color: 12292354.
HSL color Cylindrical-coordinate representation of color #0291BB: hue angle of 193.62º 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 #0291BB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 145 | 187 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.27 |
| HSL | 193.62º | 0.98% | 0.37% | - |
| HSV(B) | 193.62º | 0.99% | 0.73% | - |
| XYZ | 19.12 | 23.85 | 50.61 | - |
| YUV | 107.03 | 173.12 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 187 | 0.99 | 0.22 | 0 | 0.27 | 193.62 | 0.98 | 0.37 |
| Hex | 2 | 91 | BB | 63 | 16 | 0 | 1B | C2 | 62 | 25 |
| Octal | 2 | 221 | 273 | 143 | 26 | 0 | 33 | 302 | 142 | 45 |
| Binary | 10 | 10010001 | 10111011 | 1100011 | 10110 | 0 | 11011 | 11000010 | 1100010 | 100101 |
Color Harmonies of #0291BB
Complementary color
Monochromatic Colors of #0291BB
Black with #0291BB
Text Example
Text Example
White with #0291BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0291BB; }
p { color: rgb(2,145,187); }
H1.HeaderClassName
{
color: #0291BB;
}
.AnyTagClassName
{
color: #0291BB;
}
</style>
background-color css
<style>
a { background-color: #0291BB; }
a { background-color: rgb(2,145,187); }
div.DivClassName
{
background-color: #0291BB;
}
.BgClassName
{
background-color: #0291BB;
}
</style>
border-color css
<style>
span { border-color: #0291BB; }
span { border-color: rgb(2,145,187); }
td.TdClassName
{
border-color: #0291BB;
}
.TagClassName
{
border-color: #0291BB;
}
</style>