Shades of Bondi Blue #0FA0B4
Tints of Bondi Blue #0FA0B4
RGB
CMYK
RGB Variations
Color information
#0FA0B4 (or 0x0FA0B4) is known color: Bondi Blue. HEX triplet: 0F, A0 and B4. RGB value is (15,160,180). Sum of RGB (Red+Green+Blue) = 15+160+180=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FA0B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0B4 is #F05F4B. Grayscale: #767676. Windows color (decimal): -15753036 or 11837455. OLE color: 11837455.
HSL color Cylindrical-coordinate representation of color #0FA0B4: hue angle of 187.27º 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 #0FA0B4 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 160 | 180 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.29 |
| HSL | 187.27º | 0.85% | 0.38% | - |
| HSV(B) | 187.27º | 0.92% | 0.71% | - |
| XYZ | 21.01 | 28.54 | 47.58 | - |
| YUV | 118.93 | 162.46 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 180 | 0.92 | 0.11 | 0 | 0.29 | 187.27 | 0.85 | 0.38 |
| Hex | F | A0 | B4 | 5C | B | 0 | 1D | BB | 55 | 26 |
| Octal | 17 | 240 | 264 | 134 | 13 | 0 | 35 | 273 | 125 | 46 |
| Binary | 1111 | 10100000 | 10110100 | 1011100 | 1011 | 0 | 11101 | 10111011 | 1010101 | 100110 |
Color Harmonies of #0FA0B4
Complementary color
Monochromatic Colors of #0FA0B4
Black with #0FA0B4
Text Example
Text Example
White with #0FA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0B4; }
p { color: rgb(15,160,180); }
H1.HeaderClassName
{
color: #0FA0B4;
}
.AnyTagClassName
{
color: #0FA0B4;
}
</style>
background-color css
<style>
a { background-color: #0FA0B4; }
a { background-color: rgb(15,160,180); }
div.DivClassName
{
background-color: #0FA0B4;
}
.BgClassName
{
background-color: #0FA0B4;
}
</style>
border-color css
<style>
span { border-color: #0FA0B4; }
span { border-color: rgb(15,160,180); }
td.TdClassName
{
border-color: #0FA0B4;
}
.TagClassName
{
border-color: #0FA0B4;
}
</style>