Shades of Bondi Blue #098BBC
Tints of Bondi Blue #098BBC
RGB
CMYK
RGB Variations
Color information
#098BBC (or 0x098BBC) is known color: Bondi Blue. HEX triplet: 09, 8B and BC. RGB value is (9,139,188). Sum of RGB (Red+Green+Blue) = 9+139+188=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #098BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BBC is #F67443. Grayscale: #696969. Windows color (decimal): -16151620 or 12356361. OLE color: 12356361.
HSL color Cylindrical-coordinate representation of color #098BBC: hue angle of 196.42º 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 #098BBC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 139 | 188 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.26 |
| HSL | 196.42º | 0.91% | 0.39% | - |
| HSV(B) | 196.42º | 0.95% | 0.74% | - |
| XYZ | 18.42 | 22.15 | 50.88 | - |
| YUV | 105.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 188 | 0.95 | 0.26 | 0 | 0.26 | 196.42 | 0.91 | 0.39 |
| Hex | 9 | 8B | BC | 5F | 1A | 0 | 1A | C4 | 5B | 27 |
| Octal | 11 | 213 | 274 | 137 | 32 | 0 | 32 | 304 | 133 | 47 |
| Binary | 1001 | 10001011 | 10111100 | 1011111 | 11010 | 0 | 11010 | 11000100 | 1011011 | 100111 |
Color Harmonies of #098BBC
Complementary color
Monochromatic Colors of #098BBC
Black with #098BBC
Text Example
Text Example
White with #098BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BBC; }
p { color: rgb(9,139,188); }
H1.HeaderClassName
{
color: #098BBC;
}
.AnyTagClassName
{
color: #098BBC;
}
</style>
background-color css
<style>
a { background-color: #098BBC; }
a { background-color: rgb(9,139,188); }
div.DivClassName
{
background-color: #098BBC;
}
.BgClassName
{
background-color: #098BBC;
}
</style>
border-color css
<style>
span { border-color: #098BBC; }
span { border-color: rgb(9,139,188); }
td.TdClassName
{
border-color: #098BBC;
}
.TagClassName
{
border-color: #098BBC;
}
</style>