Shades of Bondi Blue #098AC0
Tints of Bondi Blue #098AC0
RGB
CMYK
RGB Variations
Color information
#098AC0 (or 0x098AC0) is known color: Bondi Blue. HEX triplet: 09, 8A and C0. RGB value is (9,138,192). Sum of RGB (Red+Green+Blue) = 9+138+192=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #098AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AC0 is #F6753F. Grayscale: #696969. Windows color (decimal): -16151872 or 12618249. OLE color: 12618249.
HSL color Cylindrical-coordinate representation of color #098AC0: hue angle of 197.7º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AC0 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 138 | 192 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.25 |
| HSL | 197.7º | 0.91% | 0.39% | - |
| HSV(B) | 197.7º | 0.95% | 0.75% | - |
| XYZ | 18.72 | 22.04 | 53.14 | - |
| YUV | 105.59 | 176.76 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 192 | 0.95 | 0.28 | 0 | 0.25 | 197.7 | 0.91 | 0.39 |
| Hex | 9 | 8A | C0 | 5F | 1C | 0 | 19 | C6 | 5B | 27 |
| Octal | 11 | 212 | 300 | 137 | 34 | 0 | 31 | 306 | 133 | 47 |
| Binary | 1001 | 10001010 | 11000000 | 1011111 | 11100 | 0 | 11001 | 11000110 | 1011011 | 100111 |
Color Harmonies of #098AC0
Complementary color
Monochromatic Colors of #098AC0
Black with #098AC0
Text Example
Text Example
White with #098AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AC0; }
p { color: rgb(9,138,192); }
H1.HeaderClassName
{
color: #098AC0;
}
.AnyTagClassName
{
color: #098AC0;
}
</style>
background-color css
<style>
a { background-color: #098AC0; }
a { background-color: rgb(9,138,192); }
div.DivClassName
{
background-color: #098AC0;
}
.BgClassName
{
background-color: #098AC0;
}
</style>
border-color css
<style>
span { border-color: #098AC0; }
span { border-color: rgb(9,138,192); }
td.TdClassName
{
border-color: #098AC0;
}
.TagClassName
{
border-color: #098AC0;
}
</style>