Shades of Bondi Blue #0F9DAB
Tints of Bondi Blue #0F9DAB
RGB
CMYK
RGB Variations
Color information
#0F9DAB (or 0x0F9DAB) is known color: Bondi Blue. HEX triplet: 0F, 9D and AB. RGB value is (15,157,171). Sum of RGB (Red+Green+Blue) = 15+157+171=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F9DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9DAB is #F06254. Grayscale: #737373. Windows color (decimal): -15753813 or 11246863. OLE color: 11246863.
HSL color Cylindrical-coordinate representation of color #0F9DAB: hue angle of 185.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9DAB is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 157 | 171 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185.38º | 0.84% | 0.36% | - |
| HSV(B) | 185.38º | 0.91% | 0.67% | - |
| XYZ | 19.6 | 27.16 | 42.74 | - |
| YUV | 116.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 171 | 0.91 | 0.08 | 0 | 0.33 | 185.38 | 0.84 | 0.36 |
| Hex | F | 9D | AB | 5B | 8 | 0 | 21 | B9 | 54 | 24 |
| Octal | 17 | 235 | 253 | 133 | 10 | 0 | 41 | 271 | 124 | 44 |
| Binary | 1111 | 10011101 | 10101011 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010100 | 100100 |
Color Harmonies of #0F9DAB
Complementary color
Monochromatic Colors of #0F9DAB
Black with #0F9DAB
Text Example
Text Example
White with #0F9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9DAB; }
p { color: rgb(15,157,171); }
H1.HeaderClassName
{
color: #0F9DAB;
}
.AnyTagClassName
{
color: #0F9DAB;
}
</style>
background-color css
<style>
a { background-color: #0F9DAB; }
a { background-color: rgb(15,157,171); }
div.DivClassName
{
background-color: #0F9DAB;
}
.BgClassName
{
background-color: #0F9DAB;
}
</style>
border-color css
<style>
span { border-color: #0F9DAB; }
span { border-color: rgb(15,157,171); }
td.TdClassName
{
border-color: #0F9DAB;
}
.TagClassName
{
border-color: #0F9DAB;
}
</style>