Shades of Bondi Blue #0985BC
Tints of Bondi Blue #0985BC
RGB
CMYK
RGB Variations
Color information
#0985BC (or 0x0985BC) is known color: Bondi Blue. HEX triplet: 09, 85 and BC. RGB value is (9,133,188). Sum of RGB (Red+Green+Blue) = 9+133+188=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #0985BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0985BC is #F67A43. Grayscale: #656565. Windows color (decimal): -16153156 or 12354825. OLE color: 12354825.
HSL color Cylindrical-coordinate representation of color #0985BC: hue angle of 198.44º 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 #0985BC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 133 | 188 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.26 |
| HSL | 198.44º | 0.91% | 0.39% | - |
| HSV(B) | 198.44º | 0.95% | 0.74% | - |
| XYZ | 17.58 | 20.46 | 50.6 | - |
| YUV | 102.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 188 | 0.95 | 0.29 | 0 | 0.26 | 198.44 | 0.91 | 0.39 |
| Hex | 9 | 85 | BC | 5F | 1D | 0 | 1A | C6 | 5B | 27 |
| Octal | 11 | 205 | 274 | 137 | 35 | 0 | 32 | 306 | 133 | 47 |
| Binary | 1001 | 10000101 | 10111100 | 1011111 | 11101 | 0 | 11010 | 11000110 | 1011011 | 100111 |
Color Harmonies of #0985BC
Complementary color
Monochromatic Colors of #0985BC
Black with #0985BC
Text Example
Text Example
White with #0985BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0985BC; }
p { color: rgb(9,133,188); }
H1.HeaderClassName
{
color: #0985BC;
}
.AnyTagClassName
{
color: #0985BC;
}
</style>
background-color css
<style>
a { background-color: #0985BC; }
a { background-color: rgb(9,133,188); }
div.DivClassName
{
background-color: #0985BC;
}
.BgClassName
{
background-color: #0985BC;
}
</style>
border-color css
<style>
span { border-color: #0985BC; }
span { border-color: rgb(9,133,188); }
td.TdClassName
{
border-color: #0985BC;
}
.TagClassName
{
border-color: #0985BC;
}
</style>