Shades of Bondi Blue #0990B7
Tints of Bondi Blue #0990B7
RGB
CMYK
RGB Variations
Color information
#0990B7 (or 0x0990B7) is known color: Bondi Blue. HEX triplet: 09, 90 and B7. RGB value is (9,144,183). Sum of RGB (Red+Green+Blue) = 9+144+183=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #0990B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990B7 is #F66F48. Grayscale: #6B6B6B. Windows color (decimal): -16150345 or 12029961. OLE color: 12029961.
HSL color Cylindrical-coordinate representation of color #0990B7: hue angle of 193.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990B7 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 144 | 183 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.28 |
| HSL | 193.45º | 0.91% | 0.38% | - |
| HSV(B) | 193.45º | 0.95% | 0.72% | - |
| XYZ | 18.63 | 23.42 | 48.34 | - |
| YUV | 108.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 183 | 0.95 | 0.21 | 0 | 0.28 | 193.45 | 0.91 | 0.38 |
| Hex | 9 | 90 | B7 | 5F | 15 | 0 | 1C | C1 | 5B | 26 |
| Octal | 11 | 220 | 267 | 137 | 25 | 0 | 34 | 301 | 133 | 46 |
| Binary | 1001 | 10010000 | 10110111 | 1011111 | 10101 | 0 | 11100 | 11000001 | 1011011 | 100110 |
Color Harmonies of #0990B7
Complementary color
Monochromatic Colors of #0990B7
Black with #0990B7
Text Example
Text Example
White with #0990B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990B7; }
p { color: rgb(9,144,183); }
H1.HeaderClassName
{
color: #0990B7;
}
.AnyTagClassName
{
color: #0990B7;
}
</style>
background-color css
<style>
a { background-color: #0990B7; }
a { background-color: rgb(9,144,183); }
div.DivClassName
{
background-color: #0990B7;
}
.BgClassName
{
background-color: #0990B7;
}
</style>
border-color css
<style>
span { border-color: #0990B7; }
span { border-color: rgb(9,144,183); }
td.TdClassName
{
border-color: #0990B7;
}
.TagClassName
{
border-color: #0990B7;
}
</style>