Shades of Bondi Blue #0090BB
Tints of Bondi Blue #0090BB
RGB
CMYK
RGB Variations
Color information
#0090BB (or 0x0090BB) is known color: Bondi Blue. HEX triplet: 00, 90 and BB. RGB value is (0,144,187). Sum of RGB (Red+Green+Blue) = 0+144+187=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #0090BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090BB is #FF6F44. Grayscale: #696969. Windows color (decimal): -16740165 or 12292096. OLE color: 12292096.
HSL color Cylindrical-coordinate representation of color #0090BB: hue angle of 193.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090BB is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 144 | 187 | - |
| CMYK | 1 | 0.23 | 0 | 0.27 |
| HSL | 193.8º | 1% | 0.37% | - |
| HSV(B) | 193.8º | 1% | 0.73% | - |
| XYZ | 18.94 | 23.53 | 50.56 | - |
| YUV | 105.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 187 | 1 | 0.23 | 0 | 0.27 | 193.8 | 1 | 0.37 |
| Hex | 0 | 90 | BB | 64 | 17 | 0 | 1B | C2 | 64 | 25 |
| Octal | 0 | 220 | 273 | 144 | 27 | 0 | 33 | 302 | 144 | 45 |
| Binary | 0 | 10010000 | 10111011 | 1100100 | 10111 | 0 | 11011 | 11000010 | 1100100 | 100101 |
Color Harmonies of #0090BB
Complementary color
Monochromatic Colors of #0090BB
Black with #0090BB
Text Example
Text Example
White with #0090BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090BB; }
p { color: rgb(0,144,187); }
H1.HeaderClassName
{
color: #0090BB;
}
.AnyTagClassName
{
color: #0090BB;
}
</style>
background-color css
<style>
a { background-color: #0090BB; }
a { background-color: rgb(0,144,187); }
div.DivClassName
{
background-color: #0090BB;
}
.BgClassName
{
background-color: #0090BB;
}
</style>
border-color css
<style>
span { border-color: #0090BB; }
span { border-color: rgb(0,144,187); }
td.TdClassName
{
border-color: #0090BB;
}
.TagClassName
{
border-color: #0090BB;
}
</style>