Shades of Bondi Blue #098AAE
Tints of Bondi Blue #098AAE
RGB
CMYK
RGB Variations
Color information
#098AAE (or 0x098AAE) is known color: Bondi Blue. HEX triplet: 09, 8A and AE. RGB value is (9,138,174). Sum of RGB (Red+Green+Blue) = 9+138+174=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #098AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAE is #F67551. Grayscale: #676767. Windows color (decimal): -16151890 or 11438601. OLE color: 11438601.
HSL color Cylindrical-coordinate representation of color #098AAE: hue angle of 193.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AAE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 138 | 174 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.32 |
| HSL | 193.09º | 0.9% | 0.36% | - |
| HSV(B) | 193.09º | 0.95% | 0.68% | - |
| XYZ | 16.84 | 21.29 | 43.27 | - |
| YUV | 103.53 | 167.76 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 174 | 0.95 | 0.21 | 0 | 0.32 | 193.09 | 0.9 | 0.36 |
| Hex | 9 | 8A | AE | 5F | 15 | 0 | 20 | C1 | 5A | 24 |
| Octal | 11 | 212 | 256 | 137 | 25 | 0 | 40 | 301 | 132 | 44 |
| Binary | 1001 | 10001010 | 10101110 | 1011111 | 10101 | 0 | 100000 | 11000001 | 1011010 | 100100 |
Color Harmonies of #098AAE
Complementary color
Monochromatic Colors of #098AAE
Black with #098AAE
Text Example
Text Example
White with #098AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AAE; }
p { color: rgb(9,138,174); }
H1.HeaderClassName
{
color: #098AAE;
}
.AnyTagClassName
{
color: #098AAE;
}
</style>
background-color css
<style>
a { background-color: #098AAE; }
a { background-color: rgb(9,138,174); }
div.DivClassName
{
background-color: #098AAE;
}
.BgClassName
{
background-color: #098AAE;
}
</style>
border-color css
<style>
span { border-color: #098AAE; }
span { border-color: rgb(9,138,174); }
td.TdClassName
{
border-color: #098AAE;
}
.TagClassName
{
border-color: #098AAE;
}
</style>