Shades of Bondi Blue #0090BF
Tints of Bondi Blue #0090BF
RGB
CMYK
RGB Variations
Color information
#0090BF (or 0x0090BF) is known color: Bondi Blue. HEX triplet: 00, 90 and BF. RGB value is (0,144,191). Sum of RGB (Red+Green+Blue) = 0+144+191=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #0090BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090BF is #FF6F40. Grayscale: #696969. Windows color (decimal): -16740161 or 12554240. OLE color: 12554240.
HSL color Cylindrical-coordinate representation of color #0090BF: hue angle of 194.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090BF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 144 | 191 | - |
| CMYK | 1 | 0.25 | 0 | 0.25 |
| HSL | 194.76º | 1% | 0.37% | - |
| HSV(B) | 194.76º | 1% | 0.75% | - |
| XYZ | 19.38 | 23.71 | 52.85 | - |
| YUV | 106.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 191 | 1 | 0.25 | 0 | 0.25 | 194.76 | 1 | 0.37 |
| Hex | 0 | 90 | BF | 64 | 19 | 0 | 19 | C3 | 64 | 25 |
| Octal | 0 | 220 | 277 | 144 | 31 | 0 | 31 | 303 | 144 | 45 |
| Binary | 0 | 10010000 | 10111111 | 1100100 | 11001 | 0 | 11001 | 11000011 | 1100100 | 100101 |
Color Harmonies of #0090BF
Complementary color
Monochromatic Colors of #0090BF
Black with #0090BF
Text Example
Text Example
White with #0090BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090BF; }
p { color: rgb(0,144,191); }
H1.HeaderClassName
{
color: #0090BF;
}
.AnyTagClassName
{
color: #0090BF;
}
</style>
background-color css
<style>
a { background-color: #0090BF; }
a { background-color: rgb(0,144,191); }
div.DivClassName
{
background-color: #0090BF;
}
.BgClassName
{
background-color: #0090BF;
}
</style>
border-color css
<style>
span { border-color: #0090BF; }
span { border-color: rgb(0,144,191); }
td.TdClassName
{
border-color: #0090BF;
}
.TagClassName
{
border-color: #0090BF;
}
</style>