Shades of Bondi Blue #0FA5B4
Tints of Bondi Blue #0FA5B4
RGB
CMYK
RGB Variations
Color information
#0FA5B4 (or 0x0FA5B4) is known color: Bondi Blue. HEX triplet: 0F, A5 and B4. RGB value is (15,165,180). Sum of RGB (Red+Green+Blue) = 15+165+180=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FA5B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA5B4 is #F05A4B. Grayscale: #797979. Windows color (decimal): -15751756 or 11838735. OLE color: 11838735.
HSL color Cylindrical-coordinate representation of color #0FA5B4: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA5B4 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 165 | 180 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.29 |
| HSL | 185.45º | 0.85% | 0.38% | - |
| HSV(B) | 185.45º | 0.92% | 0.71% | - |
| XYZ | 21.89 | 30.31 | 47.88 | - |
| YUV | 121.86 | 160.81 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 180 | 0.92 | 0.08 | 0 | 0.29 | 185.45 | 0.85 | 0.38 |
| Hex | F | A5 | B4 | 5C | 8 | 0 | 1D | B9 | 55 | 26 |
| Octal | 17 | 245 | 264 | 134 | 10 | 0 | 35 | 271 | 125 | 46 |
| Binary | 1111 | 10100101 | 10110100 | 1011100 | 1000 | 0 | 11101 | 10111001 | 1010101 | 100110 |
Color Harmonies of #0FA5B4
Complementary color
Monochromatic Colors of #0FA5B4
Black with #0FA5B4
Text Example
Text Example
White with #0FA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA5B4; }
p { color: rgb(15,165,180); }
H1.HeaderClassName
{
color: #0FA5B4;
}
.AnyTagClassName
{
color: #0FA5B4;
}
</style>
background-color css
<style>
a { background-color: #0FA5B4; }
a { background-color: rgb(15,165,180); }
div.DivClassName
{
background-color: #0FA5B4;
}
.BgClassName
{
background-color: #0FA5B4;
}
</style>
border-color css
<style>
span { border-color: #0FA5B4; }
span { border-color: rgb(15,165,180); }
td.TdClassName
{
border-color: #0FA5B4;
}
.TagClassName
{
border-color: #0FA5B4;
}
</style>