Shades of Bondi Blue #0FA1B4
Tints of Bondi Blue #0FA1B4
RGB
CMYK
RGB Variations
Color information
#0FA1B4 (or 0x0FA1B4) is known color: Bondi Blue. HEX triplet: 0F, A1 and B4. RGB value is (15,161,180). Sum of RGB (Red+Green+Blue) = 15+161+180=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FA1B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA1B4 is #F05E4B. Grayscale: #777777. Windows color (decimal): -15752780 or 11837711. OLE color: 11837711.
HSL color Cylindrical-coordinate representation of color #0FA1B4: hue angle of 186.91º 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 #0FA1B4 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 161 | 180 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.29 |
| HSL | 186.91º | 0.85% | 0.38% | - |
| HSV(B) | 186.91º | 0.92% | 0.71% | - |
| XYZ | 21.18 | 28.89 | 47.64 | - |
| YUV | 119.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 180 | 0.92 | 0.11 | 0 | 0.29 | 186.91 | 0.85 | 0.38 |
| Hex | F | A1 | B4 | 5C | B | 0 | 1D | BB | 55 | 26 |
| Octal | 17 | 241 | 264 | 134 | 13 | 0 | 35 | 273 | 125 | 46 |
| Binary | 1111 | 10100001 | 10110100 | 1011100 | 1011 | 0 | 11101 | 10111011 | 1010101 | 100110 |
Color Harmonies of #0FA1B4
Complementary color
Monochromatic Colors of #0FA1B4
Black with #0FA1B4
Text Example
Text Example
White with #0FA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA1B4; }
p { color: rgb(15,161,180); }
H1.HeaderClassName
{
color: #0FA1B4;
}
.AnyTagClassName
{
color: #0FA1B4;
}
</style>
background-color css
<style>
a { background-color: #0FA1B4; }
a { background-color: rgb(15,161,180); }
div.DivClassName
{
background-color: #0FA1B4;
}
.BgClassName
{
background-color: #0FA1B4;
}
</style>
border-color css
<style>
span { border-color: #0FA1B4; }
span { border-color: rgb(15,161,180); }
td.TdClassName
{
border-color: #0FA1B4;
}
.TagClassName
{
border-color: #0FA1B4;
}
</style>