Shades of Bondi Blue #0090BD
Tints of Bondi Blue #0090BD
RGB
CMYK
RGB Variations
Color information
#0090BD (or 0x0090BD) is known color: Bondi Blue. HEX triplet: 00, 90 and BD. RGB value is (0,144,189). Sum of RGB (Red+Green+Blue) = 0+144+189=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #0090BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090BD is #FF6F42. Grayscale: #696969. Windows color (decimal): -16740163 or 12423168. OLE color: 12423168.
HSL color Cylindrical-coordinate representation of color #0090BD: hue angle of 194.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090BD is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 144 | 189 | - |
| CMYK | 1 | 0.24 | 0 | 0.26 |
| HSL | 194.29º | 1% | 0.37% | - |
| HSV(B) | 194.29º | 1% | 0.74% | - |
| XYZ | 19.16 | 23.62 | 51.69 | - |
| YUV | 106.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 189 | 1 | 0.24 | 0 | 0.26 | 194.29 | 1 | 0.37 |
| Hex | 0 | 90 | BD | 64 | 18 | 0 | 1A | C2 | 64 | 25 |
| Octal | 0 | 220 | 275 | 144 | 30 | 0 | 32 | 302 | 144 | 45 |
| Binary | 0 | 10010000 | 10111101 | 1100100 | 11000 | 0 | 11010 | 11000010 | 1100100 | 100101 |
Color Harmonies of #0090BD
Complementary color
Monochromatic Colors of #0090BD
Black with #0090BD
Text Example
Text Example
White with #0090BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090BD; }
p { color: rgb(0,144,189); }
H1.HeaderClassName
{
color: #0090BD;
}
.AnyTagClassName
{
color: #0090BD;
}
</style>
background-color css
<style>
a { background-color: #0090BD; }
a { background-color: rgb(0,144,189); }
div.DivClassName
{
background-color: #0090BD;
}
.BgClassName
{
background-color: #0090BD;
}
</style>
border-color css
<style>
span { border-color: #0090BD; }
span { border-color: rgb(0,144,189); }
td.TdClassName
{
border-color: #0090BD;
}
.TagClassName
{
border-color: #0090BD;
}
</style>