Shades of Bondi Blue #098AAF
Tints of Bondi Blue #098AAF
RGB
CMYK
RGB Variations
Color information
#098AAF (or 0x098AAF) is known color: Bondi Blue. HEX triplet: 09, 8A and AF. RGB value is (9,138,175). Sum of RGB (Red+Green+Blue) = 9+138+175=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #098AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAF is #F67550. Grayscale: #676767. Windows color (decimal): -16151889 or 11504137. OLE color: 11504137.
HSL color Cylindrical-coordinate representation of color #098AAF: hue angle of 193.37º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AAF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 138 | 175 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.31 |
| HSL | 193.37º | 0.9% | 0.36% | - |
| HSV(B) | 193.37º | 0.95% | 0.69% | - |
| XYZ | 16.94 | 21.33 | 43.78 | - |
| YUV | 103.65 | 168.26 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 175 | 0.95 | 0.21 | 0 | 0.31 | 193.37 | 0.9 | 0.36 |
| Hex | 9 | 8A | AF | 5F | 15 | 0 | 1F | C1 | 5A | 24 |
| Octal | 11 | 212 | 257 | 137 | 25 | 0 | 37 | 301 | 132 | 44 |
| Binary | 1001 | 10001010 | 10101111 | 1011111 | 10101 | 0 | 11111 | 11000001 | 1011010 | 100100 |
Color Harmonies of #098AAF
Complementary color
Monochromatic Colors of #098AAF
Black with #098AAF
Text Example
Text Example
White with #098AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AAF; }
p { color: rgb(9,138,175); }
H1.HeaderClassName
{
color: #098AAF;
}
.AnyTagClassName
{
color: #098AAF;
}
</style>
background-color css
<style>
a { background-color: #098AAF; }
a { background-color: rgb(9,138,175); }
div.DivClassName
{
background-color: #098AAF;
}
.BgClassName
{
background-color: #098AAF;
}
</style>
border-color css
<style>
span { border-color: #098AAF; }
span { border-color: rgb(9,138,175); }
td.TdClassName
{
border-color: #098AAF;
}
.TagClassName
{
border-color: #098AAF;
}
</style>