Shades of Bondi Blue #0F9EAC
Tints of Bondi Blue #0F9EAC
RGB
CMYK
RGB Variations
Color information
#0F9EAC (or 0x0F9EAC) is known color: Bondi Blue. HEX triplet: 0F, 9E and AC. RGB value is (15,158,172). Sum of RGB (Red+Green+Blue) = 15+158+172=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F9EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9EAC is #F06153. Grayscale: #747474. Windows color (decimal): -15753556 or 11312655. OLE color: 11312655.
HSL color Cylindrical-coordinate representation of color #0F9EAC: hue angle of 185.35º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9EAC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 158 | 172 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185.35º | 0.84% | 0.37% | - |
| HSV(B) | 185.35º | 0.91% | 0.67% | - |
| XYZ | 19.87 | 27.53 | 43.3 | - |
| YUV | 116.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 172 | 0.91 | 0.08 | 0 | 0.33 | 185.35 | 0.84 | 0.37 |
| Hex | F | 9E | AC | 5B | 8 | 0 | 21 | B9 | 54 | 25 |
| Octal | 17 | 236 | 254 | 133 | 10 | 0 | 41 | 271 | 124 | 45 |
| Binary | 1111 | 10011110 | 10101100 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010100 | 100101 |
Color Harmonies of #0F9EAC
Complementary color
Monochromatic Colors of #0F9EAC
Black with #0F9EAC
Text Example
Text Example
White with #0F9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9EAC; }
p { color: rgb(15,158,172); }
H1.HeaderClassName
{
color: #0F9EAC;
}
.AnyTagClassName
{
color: #0F9EAC;
}
</style>
background-color css
<style>
a { background-color: #0F9EAC; }
a { background-color: rgb(15,158,172); }
div.DivClassName
{
background-color: #0F9EAC;
}
.BgClassName
{
background-color: #0F9EAC;
}
</style>
border-color css
<style>
span { border-color: #0F9EAC; }
span { border-color: rgb(15,158,172); }
td.TdClassName
{
border-color: #0F9EAC;
}
.TagClassName
{
border-color: #0F9EAC;
}
</style>