Shades of Bondi Blue #0990BC
Tints of Bondi Blue #0990BC
RGB
CMYK
RGB Variations
Color information
#0990BC (or 0x0990BC) is known color: Bondi Blue. HEX triplet: 09, 90 and BC. RGB value is (9,144,188). Sum of RGB (Red+Green+Blue) = 9+144+188=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #0990BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990BC is #F66F43. Grayscale: #6C6C6C. Windows color (decimal): -16150340 or 12357641. OLE color: 12357641.
HSL color Cylindrical-coordinate representation of color #0990BC: hue angle of 194.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990BC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 144 | 188 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.26 |
| HSL | 194.75º | 0.91% | 0.39% | - |
| HSV(B) | 194.75º | 0.95% | 0.74% | - |
| XYZ | 19.16 | 23.64 | 51.13 | - |
| YUV | 108.65 | 172.77 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 188 | 0.95 | 0.23 | 0 | 0.26 | 194.75 | 0.91 | 0.39 |
| Hex | 9 | 90 | BC | 5F | 17 | 0 | 1A | C3 | 5B | 27 |
| Octal | 11 | 220 | 274 | 137 | 27 | 0 | 32 | 303 | 133 | 47 |
| Binary | 1001 | 10010000 | 10111100 | 1011111 | 10111 | 0 | 11010 | 11000011 | 1011011 | 100111 |
Color Harmonies of #0990BC
Complementary color
Monochromatic Colors of #0990BC
Black with #0990BC
Text Example
Text Example
White with #0990BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990BC; }
p { color: rgb(9,144,188); }
H1.HeaderClassName
{
color: #0990BC;
}
.AnyTagClassName
{
color: #0990BC;
}
</style>
background-color css
<style>
a { background-color: #0990BC; }
a { background-color: rgb(9,144,188); }
div.DivClassName
{
background-color: #0990BC;
}
.BgClassName
{
background-color: #0990BC;
}
</style>
border-color css
<style>
span { border-color: #0990BC; }
span { border-color: rgb(9,144,188); }
td.TdClassName
{
border-color: #0990BC;
}
.TagClassName
{
border-color: #0990BC;
}
</style>